vtkIceTConstants.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkIceTConstants.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 /*----------------------------------------------------------------------------
16  Copyright (c) Sandia Corporation
17  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18 ----------------------------------------------------------------------------*/
42 #ifndef vtkIceTConstants_h
43 #define vtkIceTConstants_h
44 #include "vtkPVVTKExtensionsRenderingModule.h" // needed for export macro
45 
46 class VTKPVVTKEXTENSIONSRENDERING_EXPORT vtkIceTConstants
47 {
48 public:
50  {
51  DEFAULT = 0,
52  REDUCE = 1,
53  VTREE = 2,
54  SPLIT = 3,
55  SEQUENTIAL = 4,
56  DIRECT = 5
57  };
58 
60  {
61  ComposeOperationClosest = 0,
62  ComposeOperationOver = 1
63  };
64 };
65 
66 #endif // vtkIceTConstants_h
67 
68 // VTK-HeaderTest-Exclude: vtkIceTConstants.h
Keeper of constants for IceT classes.