OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
osg::State::ModeStack Struct Reference

#include <State.h>

Public Types

typedef std::vector
< StateAttribute::GLModeValue
ValueVec
 

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
 

Detailed Description

Definition at line 1536 of file State.h.

Member Typedef Documentation

Definition at line 1538 of file State.h.

Constructor & Destructor Documentation

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

Definition at line 1540 of file State.h.

Member Function Documentation

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

Member Data Documentation

bool osg::State::ModeStack::changed

Definition at line 1551 of file State.h.

bool osg::State::ModeStack::global_default_value

Definition at line 1553 of file State.h.

bool osg::State::ModeStack::last_applied_value

Definition at line 1552 of file State.h.

bool osg::State::ModeStack::valid

Definition at line 1550 of file State.h.

ValueVec osg::State::ModeStack::valueVec

Definition at line 1554 of file State.h.


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