12 #ifndef vtkPVServerInformation_h 13 #define vtkPVServerInformation_h 36 vtkSetMacro(RemoteRendering,
int);
37 vtkGetMacro(RemoteRendering,
int);
43 vtkGetMacro(IsInTileDisplay,
bool);
48 vtkGetMacro(IsInCave,
bool);
74 vtkSetMacro(UseIceT,
int);
75 vtkGetMacro(UseIceT,
int);
82 vtkSetMacro(NVPipeSupport,
bool);
84 vtkGetMacro(NVPipeSupport,
bool);
90 vtkSetMacro(Timeout,
int);
91 vtkGetMacro(Timeout,
int);
106 vtkGetMacro(TimeoutCommandInterval,
int);
112 vtkGetVector2Macro(TileDimensions,
int);
118 vtkGetMacro(NumberOfProcesses,
int);
124 virtual bool IsMPIInitialized()
const;
130 vtkGetMacro(MultiClientsEnable,
int);
137 vtkGetMacro(ClientId,
int);
144 vtkSetMacro(IdTypeSize,
int);
145 vtkGetMacro(IdTypeSize,
int);
152 vtkGetMacro(SMPBackendName, std::string);
159 vtkGetMacro(SMPMaxNumberOfThreads,
int);
166 vtkGetMacro(AcceleratedFiltersOverrideAvailable,
int);
177 bool NVPipeSupport =
false;
178 int RemoteRendering = 1;
181 int TimeoutCommandInterval = 60;
183 int MultiClientsEnable = 0;
186 bool IsInTileDisplay =
false;
187 bool IsInCave =
false;
188 int TileDimensions[2] = { 0, 0 };
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT