|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual bool | GetIsInTileDisplay () |
| Returns true if server is in tile-display mode. More...
|
|
virtual bool | GetIsInCave () |
| Returns true if server is in CAVE mode. More...
|
|
void | DeepCopy (vtkPVServerInformation *info) |
|
void | CopyFromObject (vtkObject *) override |
| Transfer information about a single object into this object. More...
|
|
void | AddInformation (vtkPVInformation *) override |
| Merge another information object. More...
|
|
virtual void | SetNVPipeSupport (bool) |
| if the server supports compressing images via NVPipe More...
|
|
virtual bool | GetNVPipeSupport () |
|
virtual int * | GetTileDimensions () |
| When in tile display mode, returns the tile dimensions. More...
|
|
virtual void | GetTileDimensions (int &, int &) |
|
virtual void | GetTileDimensions (int [2]) |
|
virtual bool | IsMPIInitialized () const |
| Return whether MPI is initialized or not. More...
|
|
|
virtual void | SetRemoteRendering (int) |
| This flag indicates whether the server can render remotely. More...
|
|
virtual int | GetRemoteRendering () |
| This flag indicates whether the server can render remotely. More...
|
|
|
void | CopyToStream (vtkClientServerStream *) override |
| Manage a serialized version of the information. More...
|
|
void | CopyFromStream (const vtkClientServerStream *) override |
| Manage a serialized version of the information. More...
|
|
|
virtual void | SetUseIceT (int) |
| Returns 1 if IceT is available. More...
|
|
virtual int | GetUseIceT () |
| Returns 1 if IceT is available. More...
|
|
|
virtual void | SetTimeout (int) |
| Get/Set the time after which the server timesout. More...
|
|
virtual int | GetTimeout () |
| Get/Set the time after which the server timesout. More...
|
|
|
const std::string & | GetTimeoutCommand () const |
| Get the timeout command used by the server to retrieve remaining time. More...
|
|
|
virtual int | GetNumberOfProcesses () |
| Get the number of processes. More...
|
|
|
virtual int | GetMultiClientsEnable () |
| Return true if the server allow server client to connect to itself. More...
|
|
|
virtual int | GetClientId () |
| Get the id that correspond to the current client. More...
|
|
|
virtual void | SetIdTypeSize (int) |
| Set/Get vtkIdType size, which can be 32 or 64. More...
|
|
virtual int | GetIdTypeSize () |
| Set/Get vtkIdType size, which can be 32 or 64. More...
|
|
|
virtual std::string | GetSMPBackendName () |
| Get the SMP Tools backend name of the server. More...
|
|
|
virtual int | GetSMPMaxNumberOfThreads () |
| Get the max number of threads of the server. More...
|
|
|
virtual int | GetAcceleratedFiltersOverrideAvailable () |
| Return true if VTK-m accelerated filters override is enabled in this build. More...
|
|
virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
| Serialize/Deserialize the parameters that control how/what information is gathered. More...
|
|
virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
| Serialize/Deserialize the parameters that control how/what information is gathered. More...
|
|
virtual int | GetRootOnly () |
| Set/get whether to gather information only from the root. 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 &) |
|
Gets features of the server.
This objects is used by the client to get the features supported by the server. At the moment, server information is only on the root.
Definition at line 34 of file vtkPVServerInformation.h.