Gets OpenGL information.
More...
#include <vtkPVOpenGLInformation.h>
Gets OpenGL information.
Get details of OpenGL from the render server.
Definition at line 30 of file vtkPVOpenGLInformation.h.
◆ Superclass
◆ vtkPVOpenGLInformation()
vtkPVOpenGLInformation::vtkPVOpenGLInformation |
( |
| ) |
|
|
protected |
◆ ~vtkPVOpenGLInformation()
vtkPVOpenGLInformation::~vtkPVOpenGLInformation |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVOpenGLInformation::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVOpenGLInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVOpenGLInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVOpenGLInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ CopyFromObject()
virtual void vtkPVOpenGLInformation::CopyFromObject |
( |
vtkObject * |
| ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
◆ AddInformation()
◆ CopyToStream()
◆ CopyFromStream()
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
◆ CopyParametersToStream()
virtual void vtkPVOpenGLInformation::CopyParametersToStream |
( |
vtkMultiProcessStream & |
| ) |
|
|
inlinevirtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself. For example, PortNumber on vtkPVDataInformation controls what output port the data-information is gathered from.
Reimplemented from vtkPVInformation.
Definition at line 62 of file vtkPVOpenGLInformation.h.
◆ CopyParametersFromStream()
virtual void vtkPVOpenGLInformation::CopyParametersFromStream |
( |
vtkMultiProcessStream & |
| ) |
|
|
inlinevirtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself. For example, PortNumber on vtkPVDataInformation controls what output port the data-information is gathered from.
Reimplemented from vtkPVInformation.
Definition at line 63 of file vtkPVOpenGLInformation.h.
◆ GetVendor()
const std::string& vtkPVOpenGLInformation::GetVendor |
( |
| ) |
|
◆ GetVersion()
const std::string& vtkPVOpenGLInformation::GetVersion |
( |
| ) |
|
◆ GetRenderer()
const std::string& vtkPVOpenGLInformation::GetRenderer |
( |
| ) |
|
◆ GetLocalDisplay()
bool vtkPVOpenGLInformation::GetLocalDisplay |
( |
| ) |
|
◆ SetVendor()
void vtkPVOpenGLInformation::SetVendor |
( |
| ) |
|
|
protected |
◆ SetVersion()
void vtkPVOpenGLInformation::SetVersion |
( |
| ) |
|
|
protected |
◆ SetRenderer()
void vtkPVOpenGLInformation::SetRenderer |
( |
| ) |
|
|
protected |
◆ SetLocalDisplay()
void vtkPVOpenGLInformation::SetLocalDisplay |
( |
bool |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: