|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
bool | GatherInformation (vtkTypeUInt32 location, vtkPVInformation *information, vtkTypeUInt32 globalid) override |
| 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) override |
|
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 nullptr;. More...
|
|
vtkObject * | GetRemoteObject (vtkTypeUInt32 globalid) |
| Return a vtkObject given its global id if any otherwise return nullptr;. 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 useful 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 disappeared 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 between data=server and render-server processes. More...
|
|
virtual vtkMPIMToNSocketConnection * | GetMPIMToNSocketConnection () |
| Get/Set the socket connection used to communicate between data=server and render-server processes. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|