VTK  9.3.20240419
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 275 of file vtkOpenGLState.h.

Constructor & Destructor Documentation

◆ ScopedglEnableDisable()

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

Definition at line 278 of file vtkOpenGLState.h.

◆ ~ScopedglEnableDisable()

vtkOpenGLState::ScopedglEnableDisable::~ScopedglEnableDisable ( )
inline

Definition at line 286 of file vtkOpenGLState.h.

Member Data Documentation

◆ State

vtkOpenGLState* vtkOpenGLState::ScopedglEnableDisable::State
protected

Definition at line 292 of file vtkOpenGLState.h.

◆ Name

unsigned int vtkOpenGLState::ScopedglEnableDisable::Name
protected

Definition at line 293 of file vtkOpenGLState.h.

◆ Value

bool vtkOpenGLState::ScopedglEnableDisable::Value
protected

Definition at line 294 of file vtkOpenGLState.h.


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