|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual bool | GatherInformation (vtkTypeUInt32 location, vtkPVInformation *information, vtkTypeUInt32 globalid) |
| Gather information about an object referred by the globalid . More...
|
|
vtkTypeUInt32 | RegisterDataInformation (vtkTypeUInt32 globalid, unsigned int port, vtkPVInformation *information) |
| Update the data information for a given proxy with the given globalid. More...
|
|
void | UpdateIdMap (vtkTypeUInt32 *idMapArray, int size) |
|
void | ResetIdMap () |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | PushState (vtkSMMessage *message) |
| Push the state message. More...
|
|
virtual void | PullState (vtkSMMessage *message) |
| Pull the state message from the local SI object instances. More...
|
|
virtual void | ExecuteStream (vtkTypeUInt32 location, const vtkClientServerStream &stream, bool ignore_errors=false) |
| Execute a command on the given processes. More...
|
|
virtual const vtkClientServerStream & | GetLastResult () |
| Returns the response of the ExecuteStream() call from the location. More...
|
|
virtual void | UnRegisterSIObject (vtkSMMessage *message) |
| Notify that the given SIObject is not used anymore . More...
|
|
virtual void | RegisterSIObject (vtkSMMessage *message) |
| Notify that the given SIObject is used. More...
|
|
vtkSIObject * | GetSIObject (vtkTypeUInt32 globalid) |
| Returns a vtkSIObject or subclass given its global id, if any otherwise return NULL;. More...
|
|
vtkObject * | GetRemoteObject (vtkTypeUInt32 globalid) |
| Return a vtkObject given its global id if any otherwise return NULL;. More...
|
|
void | RegisterRemoteObject (vtkTypeUInt32 globalid, vtkObject *obj) |
| Register a remote object. More...
|
|
void | UnRegisterRemoteObject (vtkTypeUInt32 globalid) |
| Unregister a remote object. More...
|
|
int | GetNumberOfProcesses () |
| Returns the number of processes. More...
|
|
virtual vtkTypeUInt32 | GetNextGlobalUniqueIdentifier () |
| Provides the next available identifier. More...
|
|
virtual vtkTypeUInt32 | GetNextChunkGlobalUniqueIdentifier (vtkTypeUInt32 chunkSize) |
| Return the first Id of the requested chunk. More...
|
|
void | PushStateSatelliteCallback () |
|
void | ExecuteStreamSatelliteCallback () |
|
void | GatherInformationStatelliteCallback () |
|
void | RegisterSIObjectSatelliteCallback () |
|
void | UnRegisterSIObjectSatelliteCallback () |
|
virtual void | GetAllRemoteObjects (vtkCollection *collection) |
| Allow the user to fill a vtkCollection with all RemoteObjects This is usefull when you want to hold a reference to them to prevent any deletion across several method call. More...
|
|
void | GarbageCollectSIObject (int *clientIds, int nbClients) |
| Delete SIObject that are held by clients that disapeared from the given list. More...
|
|
virtual vtkClientServerInterpreter * | GetInterpreter () |
| Provides access to the interpreter. More...
|
|
virtual vtkSIProxyDefinitionManager * | GetProxyDefinitionManager () |
| Provides access to the proxy definition manager. More...
|
|
void | SetMPIMToNSocketConnection (vtkMPIMToNSocketConnection *) |
| Get/Set the socket connection used to communicate betweeen data=server and render-server processes. More...
|
|
virtual vtkMPIMToNSocketConnection * | GetMPIMToNSocketConnection () |
| Get/Set the socket connection used to communicate betweeen data=server and render-server processes. More...
|
|
vtkPVCatalystSessionCore is used by vtkSMSession.
vtkPVCatalystSessionCore handle catalyst based proxy which don't contains any real data and therefore are not allowed to execute the VTK pipeline.
Definition at line 34 of file vtkPVCatalystSessionCore.h.