VTK
Public Member Functions | Protected Attributes | List of all members
vtkOpenGLState::ScopedglEnableDisable Class Reference

#include <vtkOpenGLState.h>

Collaboration diagram for vtkOpenGLState::ScopedglEnableDisable:
[legend]

Public Member Functions

 ScopedglEnableDisable (vtkOpenGLState *state, unsigned int name)
 
 ~ScopedglEnableDisable ()
 

Protected Attributes

vtkOpenGLStateState
 
unsigned int Name
 
bool Value
 

Detailed Description

Definition at line 178 of file vtkOpenGLState.h.

Constructor & Destructor Documentation

vtkOpenGLState::ScopedglEnableDisable::ScopedglEnableDisable ( vtkOpenGLState state,
unsigned int  name 
)
inline

Definition at line 181 of file vtkOpenGLState.h.

vtkOpenGLState::ScopedglEnableDisable::~ScopedglEnableDisable ( )
inline

Definition at line 189 of file vtkOpenGLState.h.

Member Data Documentation

vtkOpenGLState* vtkOpenGLState::ScopedglEnableDisable::State
protected

Definition at line 194 of file vtkOpenGLState.h.

unsigned int vtkOpenGLState::ScopedglEnableDisable::Name
protected

Definition at line 195 of file vtkOpenGLState.h.

bool vtkOpenGLState::ScopedglEnableDisable::Value
protected

Definition at line 196 of file vtkOpenGLState.h.


The documentation for this class was generated from the following file: