Public Methods | |
LineStipple () | |
LineStipple (const LineStipple &lw, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_StateAttribute (osg, LineStipple, LINESTIPPLE) | |
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 | setFactor (const int factor) |
const int | getFactor () const |
void | setPattern (const unsigned short pattern) |
const unsigned short | getPattern () const |
virtual void | apply (State &state) const |
apply the OpenGL state attributes. | |
Protected Methods | |
virtual | ~LineStipple () |
Protected Attributes | |
int | _factor |
unsigned short | _pattern |
|
|
|
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. |
|
return the modes associated with this StateSet
Reimplemented from osg::StateAttribute. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|