OpenSceneGraph
Public Types | Public Member Functions | Public Attributes | List of all members
osg::State::ModeStack Struct Reference

Public Types

typedef std::vector< StateAttribute::GLModeValueValueVec
 

Public Member Functions

 ModeStack ()
 
void print (std::ostream &fout) const
 

Public Attributes

bool valid
 
bool changed
 
bool last_applied_value
 
bool global_default_value
 
ValueVec valueVec
 

Member Typedef Documentation

◆ ValueVec

Constructor & Destructor Documentation

◆ ModeStack()

osg::State::ModeStack::ModeStack ( )
inline

Member Function Documentation

◆ print()

void osg::State::ModeStack::print ( std::ostream &  fout) const

Member Data Documentation

◆ changed

bool osg::State::ModeStack::changed

◆ global_default_value

bool osg::State::ModeStack::global_default_value

◆ last_applied_value

bool osg::State::ModeStack::last_applied_value

◆ valid

bool osg::State::ModeStack::valid

◆ valueVec

ValueVec osg::State::ModeStack::valueVec

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