VTK
Public Member Functions | Protected Attributes | List of all members
vtkOpenGLState::ScopedValue< T > Class Template Reference

#include <vtkOpenGLState.h>

Inheritance diagram for vtkOpenGLState::ScopedValue< T >:
[legend]
Collaboration diagram for vtkOpenGLState::ScopedValue< T >:
[legend]

Public Member Functions

 ~ScopedValue ()
 

Protected Attributes

vtkOpenGLStateState
 
Value
 
void(vtkOpenGLState::* Method )(T)
 

Detailed Description

template<typename T>
class vtkOpenGLState::ScopedValue< T >

Definition at line 145 of file vtkOpenGLState.h.

Constructor & Destructor Documentation

template<typename T>
vtkOpenGLState::ScopedValue< T >::~ScopedValue ( )
inline

Definition at line 148 of file vtkOpenGLState.h.

Member Data Documentation

template<typename T>
vtkOpenGLState* vtkOpenGLState::ScopedValue< T >::State
protected

Definition at line 153 of file vtkOpenGLState.h.

template<typename T>
T vtkOpenGLState::ScopedValue< T >::Value
protected

Definition at line 154 of file vtkOpenGLState.h.

template<typename T>
void(vtkOpenGLState::* vtkOpenGLState::ScopedValue< T >::Method) (T)
protected

Definition at line 155 of file vtkOpenGLState.h.


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