Public Member Functions | |
PolygonStipple () | |
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 (ModeUsage &usage) const |
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] |
|
|
|
Copy constructor using CopyOp to manage deep vs shallow copy.
|
|
|
|
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. |
|
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute. |
|
get a pointer to the mask.
|
|
|
|
|
|
set the mask up, copying 128 bytes (32x32 bitfield) from mask into the local _mask.
|
|
|