Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::PolygonOffset Class Reference

Inheritance diagram for osg::PolygonOffset:

osg::StateAttribute osg::Object osg::Referenced List of all members.

Public Member Functions

 PolygonOffset ()
 PolygonOffset (float factor, float units)
 PolygonOffset (const PolygonOffset &po, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 META_StateAttribute (osg, PolygonOffset, POLYGONOFFSET)
virtual int compare (const StateAttribute &sa) const
virtual bool getModeUsage (ModeUsage &usage) const
void setFactor (float factor)
float getFactor () const
void setUnits (float units)
float getUnits () const
virtual void apply (State &state) const

Protected Member Functions

virtual ~PolygonOffset ()

Protected Attributes

float _factor
float _units

Detailed Description

PolygonOffset - encapsulates the OpenGL glPolygonOffset state.


Constructor & Destructor Documentation

osg::PolygonOffset::PolygonOffset (   ) 
 

osg::PolygonOffset::PolygonOffset (  float  factor,
float  units
) 
 

osg::PolygonOffset::PolygonOffset (  const PolygonOffset &  po,
const CopyOp &  copyop = CopyOp::SHALLOW_COPY
)  [inline]
 

Copy constructor using CopyOp to manage deep vs shallow copy.

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


Member Function Documentation

virtual void osg::PolygonOffset::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::PolygonOffset::compare (  const StateAttribute &  sa  )  const [inline, virtual]
 

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

Implements osg::StateAttribute.

float osg::PolygonOffset::getFactor (   )  const [inline]
 

virtual bool osg::PolygonOffset::getModeUsage (  ModeUsage &  usage  )  const [inline, virtual]
 

Return the modes associated with this StateAttribute.

Reimplemented from osg::StateAttribute.

float osg::PolygonOffset::getUnits (   )  const [inline]
 

osg::PolygonOffset::META_StateAttribute (  osg  ,
PolygonOffset  ,
POLYGONOFFSET 
) 
 

void osg::PolygonOffset::setFactor (  float  factor  )  [inline]
 

void osg::PolygonOffset::setUnits (  float  units  )  [inline]
 


Member Data Documentation

float osg::PolygonOffset::_factor [protected]
 

float osg::PolygonOffset::_units [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri May 13 15:15:48 2005 for openscenegraph by  doxygen 1.4.2