provides information about the rendering display and OpenGL context.
More...
#include <vtkPVDisplayInformation.h>
provides information about the rendering display and OpenGL context.
Definition at line 27 of file vtkPVDisplayInformation.h.
§ Superclass
§ vtkPVDisplayInformation()
| vtkPVDisplayInformation::vtkPVDisplayInformation |
( |
| ) |
|
|
protected |
§ ~vtkPVDisplayInformation()
| vtkPVDisplayInformation::~vtkPVDisplayInformation |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
| virtual const char* vtkPVDisplayInformation::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
| static int vtkPVDisplayInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
| virtual int vtkPVDisplayInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
| void vtkPVDisplayInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ CanOpenDisplayLocally()
| static bool vtkPVDisplayInformation::CanOpenDisplayLocally |
( |
| ) |
|
|
static |
Returns if the display can be opened up on the current processes.
§ SupportsOpenGLLocally()
| static bool vtkPVDisplayInformation::SupportsOpenGLLocally |
( |
| ) |
|
|
static |
Returns true if OpenGL context supports core features required for rendering.
§ CopyFromObject()
| virtual void vtkPVDisplayInformation::CopyFromObject |
( |
vtkObject * |
| ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
§ AddInformation()
Merge another information object.
Calls AddInformation(info, 0).
Reimplemented from vtkPVInformation.
§ CopyToStream()
§ CopyFromStream()
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
§ GetCanOpenDisplay()
| virtual int vtkPVDisplayInformation::GetCanOpenDisplay |
( |
| ) |
|
|
virtual |
CanOpenDisplay is set to 1 if a window can be opened on the display.
§ GetSupportsOpenGL()
| virtual int vtkPVDisplayInformation::GetSupportsOpenGL |
( |
| ) |
|
|
virtual |
SupportsOpenGL is set to 1 if the OpenGL context available supports core features needed for rendering.
§ CanOpenDisplay
| int vtkPVDisplayInformation::CanOpenDisplay |
|
protected |
§ SupportsOpenGL
| int vtkPVDisplayInformation::SupportsOpenGL |
|
protected |
The documentation for this class was generated from the following file: