22 #ifndef vtkPVSessionCoreInterpreterHelper_h 23 #define vtkPVSessionCoreInterpreterHelper_h 25 #include "vtkObject.h" 26 #include "vtkPVServerImplementationCoreModule.h" 27 #include "vtkWeakPointer.h" 41 void PrintSelf(ostream& os, vtkIndent indent);
53 vtkObjectBase* GetVTKObject(vtkTypeUInt32 gid);
58 vtkTypeUInt32 GetNextGlobalIdChunk(vtkTypeUInt32 chunkSize);
85 vtkSetMacro(LogLevel,
int);
92 vtkWeakPointer<vtkPVSessionCore>
Core;
vtkWeakPointer< vtkPVSessionCore > Core
vtkPVSessionCore is used by vtkSMSession.
class to create socket connections between two servers
Object that is managed by vtkPVSessionCore which wrap concrete class such as the vtk ones...
vtkPVSessionCoreInterpreterHelper is used by vtkPVSessionCore to avoid a circular reference between t...
process initialization and management core for ParaView processes.