VTK
vtkOpenGLHardwareSupport.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLHardwareSupport.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
28 #ifndef vtkOpenGLHardwareSupport_h
29 #define vtkOpenGLHardwareSupport_h
30 
31 #include "vtkRenderingOpenGLModule.h" // For export macro
32 #include "vtkObject.h"
33 
35 
37  public vtkObject //: public vtkHardwareSupport
38 {
39 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
47 
51 
54 
56 
61 
62 protected:
65 
66 private:
67  vtkOpenGLHardwareSupport(const vtkOpenGLHardwareSupport&); // Not implemented.
68  void operator=(const vtkOpenGLHardwareSupport&); // Not implemented.
69 
70  bool ExtensionManagerSet();
71 
72  vtkOpenGLExtensionManager* ExtensionManager;
73 };
74 
75 #endif
vtkOpenGLHardwareSupport::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkOpenGLHardwareSupport::GetNumberOfTextureUnits
int GetNumberOfTextureUnits()
vtkOpenGLHardwareSupport::vtkOpenGLHardwareSupport
vtkOpenGLHardwareSupport()
vtkRenderingOpenGLModule.h
vtkOpenGLHardwareSupport::SetExtensionManager
void SetExtensionManager(vtkOpenGLExtensionManager *extensionManager)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkObject
abstract base class for most VTK objects
Definition: vtkObject.h:62
vtkOpenGLHardwareSupport::New
static vtkOpenGLHardwareSupport * New()
vtkOpenGLExtensionManager
Interface class for querying and using OpenGL extensions.
vtkOpenGLHardwareSupport
OpenGL rendering window.
Definition: vtkOpenGLHardwareSupport.h:38
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkObject.h
vtkOpenGLHardwareSupport::GetSupportsMultiTexturing
bool GetSupportsMultiTexturing()
vtkOpenGLHardwareSupport::~vtkOpenGLHardwareSupport
~vtkOpenGLHardwareSupport()
vtkOpenGLHardwareSupport::GetNumberOfFixedTextureUnits
int GetNumberOfFixedTextureUnits()
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15