|
ParaView
|
#include <vtkPVDisplayInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
| virtual void | AddInformation (vtkPVInformation *info) |
| virtual void | CopyToStream (vtkClientServerStream *) |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| virtual int | GetCanOpenDisplay () |
Static Public Member Functions | |
| static vtkPVDisplayInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVDisplayInformation * | SafeDownCast (vtkObject *o) |
| static bool | CanOpenDisplayLocally () |
Protected Member Functions | |
| vtkPVDisplayInformation () | |
| ~vtkPVDisplayInformation () | |
Protected Attributes | |
| int | CanOpenDisplay |
Definition at line 23 of file vtkPVDisplayInformation.h.
| vtkPVDisplayInformation::vtkPVDisplayInformation | ( | ) | [protected] |
| vtkPVDisplayInformation::~vtkPVDisplayInformation | ( | ) | [protected] |
| static vtkPVDisplayInformation* vtkPVDisplayInformation::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPVDisplayInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static int vtkPVDisplayInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVInformation.
| virtual int vtkPVDisplayInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static vtkPVDisplayInformation* vtkPVDisplayInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVInformation.
| void vtkPVDisplayInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVInformation.
| static bool vtkPVDisplayInformation::CanOpenDisplayLocally | ( | ) | [static] |
Returns if the display can be opened up on the current processes.
| virtual void vtkPVDisplayInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
| virtual void vtkPVDisplayInformation::AddInformation | ( | vtkPVInformation * | info | ) | [virtual] |
Merge another information object. Calls AddInformation(info, 0).
Reimplemented from vtkPVInformation.
| virtual void vtkPVDisplayInformation::CopyToStream | ( | vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Implements vtkPVInformation.
| virtual void vtkPVDisplayInformation::CopyFromStream | ( | const vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
| virtual int vtkPVDisplayInformation::GetCanOpenDisplay | ( | ) | [virtual] |
CanOpenDisplay is set to 1 if a window can be opened on the display.
int vtkPVDisplayInformation::CanOpenDisplay [protected] |
Definition at line 54 of file vtkPVDisplayInformation.h.
1.7.5.1