ParaView
|
Information object to obtain information about OpenGL extensions. More...
#include <vtkPVOpenGLExtensionsInformation.h>
Public Types | |
typedef vtkPVInformation | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *) |
Transfer information about a single object into this object. More... | |
bool | ExtensionSupported (const char *ext) |
Returns if the given extension is supported. More... | |
virtual void | CopyToStream (vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
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... | |
Static Public Member Functions | |
static vtkPVOpenGLExtensionsInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVOpenGLExtensionsInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
virtual void | AddInformation (vtkPVInformation *) |
Merge another information object. More... | |
vtkPVOpenGLExtensionsInformation () | |
Merge another information object. More... | |
~vtkPVOpenGLExtensionsInformation () | |
Merge another information object. More... | |
Additional Inherited Members | |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
![]() | |
int | RootOnly |
Information object to obtain information about OpenGL extensions.
Information object that can be used to obtain OpenGL extension information. The object from which the information is obtained should be a render window.
Definition at line 33 of file vtkPVOpenGLExtensionsInformation.h.
Definition at line 38 of file vtkPVOpenGLExtensionsInformation.h.
|
protected |
Merge another information object.
|
protected |
Merge another information object.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
void vtkPVOpenGLExtensionsInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
bool vtkPVOpenGLExtensionsInformation::ExtensionSupported | ( | const char * | ext | ) |
Returns if the given extension is supported.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Merge another information object.
Reimplemented from vtkPVInformation.