Inheritance diagram for osg::ColorMatrix:

Public Member Functions | |
| ColorMatrix () | |
| ColorMatrix (const ColorMatrix &cm, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_StateAttribute (osg, ColorMatrix, COLORMATRIX) | |
| virtual int | compare (const StateAttribute &sa) const |
| void | setMatrix (const Matrix &matrix) |
| Matrix & | getMatrix () |
| const Matrix & | getMatrix () const |
| virtual void | apply (State &state) const |
Protected Member Functions | |
| virtual | ~ColorMatrix (void) |
Protected Attributes | |
| Matrix | _matrix |
|
|
|
|
||||||||||||
|
Copy constructor using CopyOp to manage deep vs shallow copy. |
|
|
|
|
|
Applies as OpenGL texture matrix. Implements osg::StateAttribute. |
|
|
Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. Implements osg::StateAttribute. |
|
|
Gets the const color matrix. |
|
|
Gets the color matrix. |
|
||||||||||||||||
|
|
|
|
Sets the color matrix. |
|
|
|
1.4.2