|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
const char * | GetURI () override |
| Return the url used to connect the current session to a server. More...
|
|
bool | GetIsAlive () override |
| Returns true is this session is active/alive/valid. More...
|
|
ServerFlags | GetProcessRoles () override |
| Returns a ServerFlags indicate the nature of the current processes. More...
|
|
vtkMultiProcessController * | GetController (ServerFlags processType) override |
| Returns the controller used to communicate with the process. More...
|
|
vtkPVServerInformation * | GetServerInformation () override |
| vtkPVServerInformation is an information-object that provides information about the server processes. More...
|
|
void | Initialize () override |
| Called to do any initializations after a successful session has been established. More...
|
|
void | CloseSession () |
| Gracefully exits the session. More...
|
|
bool | GatherInformation (vtkTypeUInt32 location, vtkPVInformation *information, vtkTypeUInt32 globalid) override |
| Gather information about an object referred by the globalid . More...
|
|
int | GetNumberOfProcesses (vtkTypeUInt32 servers) override |
| Returns the number of processes on the given server/s. More...
|
|
bool | IsMPIInitialized (vtkTypeUInt32 servers) override |
| Returns whether or not MPI is initialized on the specified server/s. More...
|
|
void | PreDisconnection () override |
|
virtual bool | IsNotBusy () |
| Flag used to know if it is a good time to handle server notification. More...
|
|
virtual void | StartBusyWork () |
| BusyWork should be declared inside method that will request several network call that we don't want to interrupt such as GatherInformation and Pull. More...
|
|
virtual void | EndBusyWork () |
| BusyWork should be declared inside method that will request several network call that we don't want to interrupt such as GatherInformation and Pull. More...
|
|
vtkSMCollaborationManager * | GetCollaborationManager () override |
| Return the instance of vtkSMCollaborationManager that will be lazy created at the first call. More...
|
|
int | GetConnectID () |
| Return the connect id of this client. More...
|
|
vtkTypeUInt32 | GetNextGlobalUniqueIdentifier () override |
| Provides the next available identifier. More...
|
|
vtkTypeUInt32 | GetNextChunkGlobalUniqueIdentifier (vtkTypeUInt32 chunkSize) override |
| Return the first Id of the requested chunk. More...
|
|
void | OnServerNotificationMessageRMI (void *message, int message_length) |
|
|
virtual bool | Connect (const char *url, int timeout=60) |
| Connects a remote server. More...
|
|
virtual bool | Connect (const char *url, int timeout, bool(*callback)(), vtkNetworkAccessManager::ConnectionResult &connectionResult) |
| Connects a remote server. More...
|
|
|
void | PushState (vtkSMMessage *msg) override |
| Push the state. More...
|
|
void | PullState (vtkSMMessage *message) override |
| Push the state. More...
|
|
void | ExecuteStream (vtkTypeUInt32 location, const vtkClientServerStream &stream, bool ignore_errors=false) override |
| Push the state. More...
|
|
const vtkClientServerStream & | GetLastResult (vtkTypeUInt32 location) override |
| Push the state. More...
|
|
|
virtual void | SetAbortConnect (bool) |
| When Connect() is waiting for a server to connect back to the client (in reverse connect mode), then it periodically fires ProgressEvent. More...
|
|
|
void | PrepareProgressInternal () override |
| Should be called to begin/end receiving progresses on this session. More...
|
|
void | CleanupPendingProgressInternal () override |
| Should be called to begin/end receiving progresses on this session. More...
|
|
virtual vtkSMProxyLocator * | GetProxyLocator () |
|
virtual unsigned int | GetRenderClientMode () |
| Convenient method to determine if the rendering is done in a pvrenderer or not. More...
|
|
void | NotifyAllClients (const vtkSMMessage *msg) override |
| Sends the message to all clients. More...
|
|
void | NotifyOtherClients (const vtkSMMessage *) override |
| Sends the message to all but the active client-session. More...
|
|
virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
| Returns the vtkSMSessionProxyManager associated with this session. More...
|
|
virtual vtkSMStateLocator * | GetStateLocator () |
| Provide an access to the session state locator that can provide the last state of a given remote object that have been pushed. More...
|
|
vtkMPIMToNSocketConnection * | GetMPIMToNSocketConnection () override |
| This is socket connection, if any to communicate between the data-server and render-server nodes. More...
|
|
vtkSIProxyDefinitionManager * | GetProxyDefinitionManager () |
| Get the ProxyDefinitionManager. More...
|
|
vtkSIObject * | GetSIObject (vtkTypeUInt32 globalid) |
| Returns a vtkSIObject or subclass given its global id, if any. More...
|
|
vtkObject * | GetRemoteObject (vtkTypeUInt32 globalid) |
| Return a vtkSMRemoteObject given its global id if any otherwise return nullptr;. More...
|
|
virtual void | GetAllRemoteObjects (vtkCollection *collection) |
| Allow the user to fill its vtkCollection with all RemoteObject This could be useful when you want to hold a reference to them to prevent any deletion across several method call. More...
|
|
virtual bool | IsProcessingRemoteNotification () |
| This property is used to discard ignore_synchronization proxy property when we load protobuf states. More...
|
|
virtual void | UseSessionCoreOf (vtkPVSessionBase *other) |
| Update internal session core in order to use the one used in another session. More...
|
|
virtual vtkPVSessionCore * | GetSessionCore () |
| Provides access to the session core. More...
|
|
bool | HasProcessRole (vtkTypeUInt32 flag) |
| Convenience method that returns true if the current session is serving the indicated role on this process. More...
|
|
virtual bool | IsMultiClients () |
| Allow anyone to know easily if the current session is involved in collaboration or not. More...
|
|
bool | GetPendingProgress () |
| Returns true if the session is within a PrepareProgress() and CleanupPendingProgress() block. More...
|
|
virtual vtkPVProgressHandler * | GetProgressHandler () |
| Provides access to the progress handler. More...
|
|
void | PrepareProgress () |
| Should be called to begin/end receiving progresses on this session. More...
|
|
void | CleanupPendingProgress () |
| Should be called to begin/end receiving progresses on this session. 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 &) |
|
|
static vtkSMSessionClient * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkSMSessionClient * | SafeDownCast (vtkObject *o) |
|
static vtkSMSession * | New () |
|
static vtkSMSession * | New (vtkPVSessionBase *otherSession) |
|
static vtkSMSession * | New (vtkPVSessionCore *otherSessionCore) |
|
static int | IsTypeOf (const char *type) |
|
static vtkSMSession * | SafeDownCast (vtkObject *o) |
|
static vtkIdType | ConnectToCatalyst () |
| These are static helper methods that help create Catalyst ParaView sessions. More...
|
|
static vtkIdType | ConnectToSelf () |
| These are static helper methods that help create standard ParaView sessions. More...
|
|
static vtkIdType | ConnectToRemote (const char *hostname, int port, int timeout=60) |
| These are static helper methods that help create standard ParaView sessions. More...
|
|
static vtkIdType | ConnectToRemote (const char *hostname, int port, int timeout, bool(*callback)(), vtkNetworkAccessManager::ConnectionResult &result) |
| These are static helper methods that help create standard ParaView sessions. More...
|
|
static vtkIdType | ReverseConnectToRemote (int port) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static vtkIdType | ReverseConnectToRemoteWithTimeout (int port, int timeout) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static vtkIdType | ReverseConnectToRemote (int port, int timeout, bool(*callback)(), vtkNetworkAccessManager::ConnectionResult &result) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static vtkIdType | ConnectToRemote (const char *dshost, int dsport, const char *rshost, int rsport, int timeout=60) |
| These are static helper methods that help create standard ParaView sessions. More...
|
|
static vtkIdType | ConnectToRemote (const char *dshost, int dsport, const char *rshost, int rsport, int timeout, bool(*callback)(), vtkNetworkAccessManager::ConnectionResult &result) |
| These are static helper methods that help create standard ParaView sessions. More...
|
|
static vtkIdType | ReverseConnectToRemote (int dsport, int rsport) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static vtkIdType | ReverseConnectToRemoteWithTimeout (int dsport, int rsport, int timeout) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static vtkIdType | ReverseConnectToRemote (int dsport, int rsport, int timeout, bool(*callback)(), vtkNetworkAccessManager::ConnectionResult &result) |
| Same as ConnectToRemote() except that it waits for a reverse connection for timeout seconds. More...
|
|
static void | Disconnect (vtkIdType sessionid) |
| Use this method to disconnect from a session. More...
|
|
static void | Disconnect (vtkSMSession *session) |
| Use this method to disconnect from a session. More...
|
|
static int | IsTypeOf (const char *type) |
|
static vtkPVSessionBase * | SafeDownCast (vtkObject *o) |
|
static int | IsTypeOf (const char *type) |
|
static vtkPVSession * | SafeDownCast (vtkObject *o) |
|
static int | IsTypeOf (const char *type) |
|
static vtkSession * | SafeDownCast (vtkObject *o) |
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static vtkTypeBool | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
static vtkObjectBase * | New () |
|
|
| vtkSMSessionClient () |
|
| ~vtkSMSessionClient () override |
|
void | SetRenderServerController (vtkMultiProcessController *) |
|
void | SetDataServerController (vtkMultiProcessController *) |
|
void | SetupDataServerRenderServerConnection () |
|
void | UnRegisterSIObject (vtkSMMessage *msg) override |
| Delete server side object. More...
|
|
void | RegisterSIObject (vtkSMMessage *msg) override |
| Notify server side object that it is used by one more client. More...
|
|
vtkTypeUInt32 | GetRealLocation (vtkTypeUInt32) |
| Translates the location to a real location based on whether a separate render-server exists. More...
|
|
virtual void | SetURI (const char *) |
|
bool | OnWrongTagEvent (vtkObject *caller, unsigned long eventid, void *calldata) override |
| Callback when any vtkMultiProcessController subclass fires a WrongTagEvent. More...
|
|
virtual void | OnConnectionLost (vtkObject *caller, unsigned long eventid, void *calldata) |
| Callback when any vtkMultiProcessController subclass fires a ErrorEvent. More...
|
|
| vtkSMSession (bool initialize_during_constructor=true, vtkPVSessionCore *preExistingSessionCore=nullptr) |
|
| ~vtkSMSession () override |
|
virtual void | ProcessNotification (const vtkSMMessage *) |
| Process the Notifation message sent using API to communicate from server-to-client. More...
|
|
void | UpdateStateHistory (vtkSMMessage *msg) |
| This method has been externalized so classes that heritate from vtkSMSession and override PushState could easily keep track of the StateHistory and maintain the UndoRedo mecanisme. More...
|
|
| vtkPVSessionBase () |
|
| vtkPVSessionBase (vtkPVSessionCore *coreToUse) |
|
| ~vtkPVSessionBase () override |
|
void | RegisterRemoteObject (vtkTypeUInt32 globalid, vtkTypeUInt32 location, vtkObject *obj) |
| Register a remote object. More...
|
|
void | UnRegisterRemoteObject (vtkTypeUInt32 globalid, vtkTypeUInt32 location) |
| Unregister a remote object. More...
|
|
vtkPVSessionCore * | GetSessionCore () const |
| Method used to migrate from one Session type to another by keeping the same vtkPVSessionCore. More...
|
|
void | SetSessionCore (vtkPVSessionCore *) |
| Method used to migrate from one Session type to another by keeping the same vtkPVSessionCore. More...
|
|
virtual bool | StartProcessingRemoteNotification () |
| Methods used to monitor if we are currently processing a server notification Only vtkSMSessionClient use the flag to disable ignore_synchronization properties from being updated. More...
|
|
virtual void | StopProcessingRemoteNotification (bool previousValue) |
| Methods used to monitor if we are currently processing a server notification Only vtkSMSessionClient use the flag to disable ignore_synchronization properties from being updated. More...
|
|
| vtkPVSession () |
|
| ~vtkPVSession () override |
|
| vtkSession () |
|
| ~vtkSession () override |
|
virtual void | Activate () |
| Subclasses must call this to mark the session active. More...
|
|
virtual void | DeActivate () |
| Subclasses must call this to mark the session inactive. More...
|
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
vtkSMSessionClient is a remote-session that connects to a remote server.
vtkSMSessionClient supports both connecting a pvserver as well as connecting a pvdataserver/pvrenderserver.
Definition at line 23 of file vtkSMSessionClient.h.