Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

osg::CullFace Class Reference

Class to globally enable/disable OpenGL's polygon culling mode=. More...

Inheritance diagram for osg::CullFace:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Mode { FRONT = GL_FRONT, BACK = GL_BACK, FRONT_AND_BACK = GL_FRONT_AND_BACK }

Public Methods

 CullFace ()
 CullFace (const CullFace &cf, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 Copy constructor using CopyOp to manage deep vs shallow copy.

 META_StateAttribute (osg, CullFace, CULLFACE)
virtual int compare (const StateAttribute &sa) const
 return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.

virtual void getAssociatedModes (std::vector< GLMode > &modes) const
 return the modes associated with this StateSet

void setMode (const Mode mode)
const Mode getMode () const
virtual void apply (State &state) const
 apply the OpenGL state attributes.


Protected Methods

virtual ~CullFace ()

Protected Attributes

Mode _mode

Detailed Description

Class to globally enable/disable OpenGL's polygon culling mode=.


Member Enumeration Documentation

enum osg::CullFace::Mode
 

Enumeration values:
FRONT 
BACK 
FRONT_AND_BACK 


Constructor & Destructor Documentation

osg::CullFace::CullFace  
 

osg::CullFace::CullFace const CullFace &    cf,
const CopyOp   copyop = CopyOp::SHALLOW_COPY
[inline]
 

Copy constructor using CopyOp to manage deep vs shallow copy.

virtual osg::CullFace::~CullFace   [protected, virtual]
 


Member Function Documentation

virtual void osg::CullFace::apply State   state const [virtual]
 

apply the OpenGL state attributes.

The global state for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state.

Implements osg::StateAttribute.

virtual int osg::CullFace::compare const StateAttribute   sa const [inline, virtual]
 

return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.

Implements osg::StateAttribute.

virtual void osg::CullFace::getAssociatedModes std::vector< GLMode > &    modes const [inline, virtual]
 

return the modes associated with this StateSet

Reimplemented from osg::StateAttribute.

const Mode osg::CullFace::getMode   const [inline]
 

osg::CullFace::META_StateAttribute osg   ,
CullFace   ,
CULLFACE   
 

void osg::CullFace::setMode const Mode    mode [inline]
 


Member Data Documentation

Mode osg::CullFace::_mode [protected]
 


The documentation for this class was generated from the following file:
Generated at Wed Sep 18 13:55:27 2002 for the Open Scene Graph by doxygen 1.2.16.