OpenSceneGraph
3.0.1
|
Public Member Functions | |
PolygonStipple () | |
PolygonStipple (const GLubyte *mask) | |
PolygonStipple (const PolygonStipple &lw, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_StateAttribute (osg, PolygonStipple, POLYGONSTIPPLE) | |
virtual int | compare (const StateAttribute &sa) const |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. | |
virtual bool | getModeUsage (StateAttribute::ModeUsage &usage) const |
Return the modes associated with this StateAttribute. | |
void | setMask (const GLubyte *mask) |
set the mask up, copying 128 bytes (32x32 bitfield) from mask into the local _mask. | |
const GLubyte * | getMask () const |
get a pointer to the mask. | |
virtual void | apply (State &state) const |
apply the OpenGL state attributes. | |
Protected Member Functions | |
virtual | ~PolygonStipple () |
Protected Attributes | |
GLubyte | _mask [128] |
osg::PolygonStipple::PolygonStipple | ( | ) |
osg::PolygonStipple::PolygonStipple | ( | const GLubyte * | mask | ) |
osg::PolygonStipple::PolygonStipple | ( | const PolygonStipple & | lw, |
const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osg::PolygonStipple::~PolygonStipple | ( | ) | [protected, virtual] |
virtual void osg::PolygonStipple::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.
virtual int osg::PolygonStipple::compare | ( | const StateAttribute & | sa | ) | const [virtual] |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute.
const GLubyte* osg::PolygonStipple::getMask | ( | ) | const [inline] |
get a pointer to the mask.
virtual bool osg::PolygonStipple::getModeUsage | ( | StateAttribute::ModeUsage & | ) | const [inline, virtual] |
Return the modes associated with this StateAttribute.
Reimplemented from osg::StateAttribute.
References osg::StateAttribute::ModeUsage::usesMode(), and GL_POLYGON_STIPPLE.
osg::PolygonStipple::META_StateAttribute | ( | osg | , |
PolygonStipple | , | ||
POLYGONSTIPPLE | |||
) |
void osg::PolygonStipple::setMask | ( | const GLubyte * | mask | ) |
set the mask up, copying 128 bytes (32x32 bitfield) from mask into the local _mask.
GLubyte osg::PolygonStipple::_mask[128] [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:43 for the OpenSceneGraph by doxygen 1.7.5. |