osg::ColorMatrix Class Reference
List of all members.
Detailed Description
Encapsulates OpenGL color matrix functionality.
Constructor & Destructor Documentation
osg::ColorMatrix::ColorMatrix |
( |
|
) |
|
osg::ColorMatrix::ColorMatrix |
( |
const ColorMatrix & |
cm, |
|
|
const CopyOp & |
copyop = CopyOp::SHALLOW_COPY | |
|
) |
| | [inline] |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osg::ColorMatrix::~ColorMatrix |
( |
void |
|
) |
[protected, virtual] |
Member Function Documentation
virtual void osg::ColorMatrix::apply |
( |
State & |
state |
) |
const [virtual] |
virtual int osg::ColorMatrix::compare |
( |
const StateAttribute & |
sa |
) |
const [inline, virtual] |
const Matrix& osg::ColorMatrix::getMatrix |
( |
|
) |
const [inline] |
Gets the const color matrix.
Matrix& osg::ColorMatrix::getMatrix |
( |
|
) |
[inline] |
osg::ColorMatrix::META_StateAttribute |
( |
osg |
, |
|
|
ColorMatrix |
, |
|
|
COLORMATRIX |
| |
|
) |
| | |
void osg::ColorMatrix::setMatrix |
( |
const Matrix & |
matrix |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: