osg::FrontFace Class Reference

Inheritance diagram for osg::FrontFace:

osg::StateAttribute osg::Object osg::Referenced

List of all members.

Public Types

enum  Mode { CLOCKWISE = GL_CW, COUNTER_CLOCKWISE = GL_CCW }

Public Member Functions

 FrontFace (Mode face=COUNTER_CLOCKWISE)
 FrontFace (const FrontFace &ff, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 META_StateAttribute (osg, FrontFace, FRONTFACE)
virtual int compare (const StateAttribute &sa) const
void setMode (Mode mode)
Mode getMode () const
virtual void apply (State &state) const

Protected Member Functions

virtual ~FrontFace ()

Protected Attributes

Mode _mode


Detailed Description

Class to specify the orientation of front-facing polygons.

Member Enumeration Documentation

Enumerator:
CLOCKWISE 
COUNTER_CLOCKWISE 


Constructor & Destructor Documentation

osg::FrontFace::FrontFace ( Mode  face = COUNTER_CLOCKWISE  ) 

osg::FrontFace::FrontFace ( const FrontFace ff,
const CopyOp copyop = CopyOp::SHALLOW_COPY 
) [inline]

Copy constructor using CopyOp to manage deep vs shallow copy.

virtual osg::FrontFace::~FrontFace (  )  [protected, virtual]


Member Function Documentation

osg::FrontFace::META_StateAttribute ( osg  ,
FrontFace  ,
FRONTFACE   
)

virtual int osg::FrontFace::compare ( const StateAttribute sa  )  const [inline, virtual]

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

Implements osg::StateAttribute.

References COMPARE_StateAttribute_Parameter, and COMPARE_StateAttribute_Types.

void osg::FrontFace::setMode ( Mode  mode  )  [inline]

Mode osg::FrontFace::getMode (  )  const [inline]

virtual void osg::FrontFace::apply ( State  )  const [virtual]

apply the OpenGL state attributes. The render info for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state.

Reimplemented from osg::StateAttribute.


Member Data Documentation


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

Generated on Fri Mar 19 19:52:50 2010 for openscenegraph by  doxygen 1.5.6