Remoting
Views
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
31
class
VTKREMOTINGVIEWS_EXPORT
vtkIceTConstants
32
{
33
public
:
34
enum
StrategyType
35
{
36
DEFAULT = 0,
37
REDUCE = 1,
38
VTREE = 2,
39
SPLIT = 3,
40
SEQUENTIAL = 4,
41
DIRECT = 5
42
};
43
44
enum
ComposeOperationType
45
{
46
ComposeOperationClosest = 0,
47
ComposeOperationOver = 1
48
};
49
};
50
51
#endif // vtkIceTConstants_h
52
53
// VTK-HeaderTest-Exclude: vtkIceTConstants.h
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkIceTConstants::StrategyType
StrategyType
Definition:
vtkIceTConstants.h:34
vtkRemotingViewsModule.h
vtkIceTConstants::ComposeOperationType
ComposeOperationType
Definition:
vtkIceTConstants.h:44
vtkIceTConstants
Keeper of constants for IceT classes.
Definition:
vtkIceTConstants.h:31
Generated by
1.8.13 on Tue Dec 31 2024