ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVDisplayInformation Class Reference

#include <vtkPVDisplayInformation.h>

Inheritance diagram for vtkPVDisplayInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVDisplayInformation:
Collaboration graph
[legend]

List of all members.

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 vtkPVDisplayInformationNew ()
static int IsTypeOf (const char *type)
static vtkPVDisplayInformationSafeDownCast (vtkObject *o)
static bool CanOpenDisplayLocally ()

Protected Member Functions

 vtkPVDisplayInformation ()
 ~vtkPVDisplayInformation ()

Protected Attributes

int CanOpenDisplay

Detailed Description

Definition at line 23 of file vtkPVDisplayInformation.h.


Constructor & Destructor Documentation

vtkPVDisplayInformation::vtkPVDisplayInformation ( ) [protected]
vtkPVDisplayInformation::~vtkPVDisplayInformation ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 54 of file vtkPVDisplayInformation.h.


The documentation for this class was generated from the following file: