Inheritance diagram for osg::LineStipple:
Public Member Functions | |
LineStipple () | |
LineStipple (const LineStipple &lw, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
META_StateAttribute (osg, LineStipple, LINESTIPPLE) | |
virtual int | compare (const StateAttribute &sa) const |
virtual bool | getModeUsage (ModeUsage &usage) const |
void | setFactor (GLint factor) |
GLint | getFactor () const |
void | setPattern (GLushort pattern) |
GLushort | getPattern () const |
virtual void | apply (State &state) const |
Protected Member Functions | |
virtual | ~LineStipple () |
Protected Attributes | |
GLint | _factor |
GLushort | _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 StateAttribute. Reimplemented from osg::StateAttribute. |
|
|
|
|
|
|
|
|
|
|
|
|