vtkIceTConstants.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
27 #ifndef vtkIceTConstants_h
28 #define vtkIceTConstants_h
29 #include "vtkRemotingViewsModule.h" //needed for exports
30 
32 {
33 public:
35  {
36  DEFAULT = 0,
37  REDUCE = 1,
38  VTREE = 2,
39  SPLIT = 3,
40  SEQUENTIAL = 4,
41  DIRECT = 5
42  };
43 
45  {
46  ComposeOperationClosest = 0,
47  ComposeOperationOver = 1
48  };
49 };
50 
51 #endif // vtkIceTConstants_h
52 
53 // VTK-HeaderTest-Exclude: vtkIceTConstants.h
#define VTKREMOTINGVIEWS_EXPORT
Keeper of constants for IceT classes.