Remoting
Views
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 "
vtkRemotingViewsModule.h
"
//needed for exports
45
46
class
VTKREMOTINGVIEWS_EXPORT
vtkIceTConstants
47
{
48
public
:
49
enum
StrategyType
50
{
51
DEFAULT = 0,
52
REDUCE = 1,
53
VTREE = 2,
54
SPLIT = 3,
55
SEQUENTIAL = 4,
56
DIRECT = 5
57
};
58
59
enum
ComposeOperationType
60
{
61
ComposeOperationClosest = 0,
62
ComposeOperationOver = 1
63
};
64
};
65
66
#endif // vtkIceTConstants_h
67
68
// VTK-HeaderTest-Exclude: vtkIceTConstants.h
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkIceTConstants::StrategyType
StrategyType
Definition:
vtkIceTConstants.h:49
vtkRemotingViewsModule.h
vtkIceTConstants::ComposeOperationType
ComposeOperationType
Definition:
vtkIceTConstants.h:59
vtkIceTConstants
Keeper of constants for IceT classes.
Definition:
vtkIceTConstants.h:46
Generated by
1.8.13 on Fri Jun 2 2023