Go to the documentation of this file.
10 #ifndef vtkPVOpenGLInformation_h
11 #define vtkPVOpenGLInformation_h
14 #include "vtkRemotingViewsModule.h"
51 const std::string&
GetVendor()
const {
return this->Vendor; }
52 const std::string&
GetVersion()
const {
return this->Version; }
53 const std::string&
GetRenderer()
const {
return this->Renderer; }
68 std::string Capabilities;
Store messages for the interpreter.