|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | CopyFromObject (vtkObject *) override |
| Transfer information about a single object into this object. More...
|
|
void | AddInformation (vtkPVInformation *) override |
| Merge another information object. 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 bool | GetIsInCAVE () |
| Return the whether the system is in CAVE mode. More...
|
|
|
virtual double | GetEyeSeparation () |
| Return the eye separation. More...
|
|
|
virtual int | GetNumberOfDisplays () |
| Return the number of displays. More...
|
|
|
virtual bool | GetShowBorders () |
| Return whether or not borders are shown. More...
|
|
|
virtual bool | GetFullScreen () |
| Return whether or not displays are fullscreen. More...
|
|
|
virtual vtkTuple< int, 4 > | GetGeometry (int index) |
| Return the geometry of the indexed display. More...
|
|
|
virtual bool | GetHasCorners (int index) |
| Return whether or not the indexed display has screen corners. More...
|
|
|
virtual vtkTuple< double, 3 > | GetLowerLeft (int index) |
| Return the lower left corner of the indexed display. More...
|
|
|
virtual vtkTuple< double, 3 > | GetLowerRight (int index) |
| Return the lower right corner of the indexed display. More...
|
|
|
virtual vtkTuple< double, 3 > | GetUpperRight (int index) |
| Return the upper right corner of the indexed display. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
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 &) |
|
A vtkClientServerStream serializable container intended to expose the api and information presented by vtkDisplayConfiguration.
The same pvx file is read on all server processes, so merging info from other servers is simply a matter of overwriting the current state with the one read from the stream or other object.
Definition at line 23 of file vtkPVCAVEConfigInformation.h.