The SoProjectionMatrixElement class is yet to be documented.
More...
#include <Inventor/elements/SoProjectionMatrixElement.h>
The SoProjectionMatrixElement class is yet to be documented.
FIXME: write doc.
SoProjectionMatrixElement::~SoProjectionMatrixElement |
( |
void |
| ) |
|
|
protectedvirtual |
SoType SoProjectionMatrixElement::getClassTypeId |
( |
void |
| ) |
|
|
static |
\ This static method returns the SoType object associated with \ objects of this class. \
int SoProjectionMatrixElement::getClassStackIndex |
( |
void |
| ) |
|
|
static |
This static method returns the state stack index for the class. \
void * SoProjectionMatrixElement::createInstance |
( |
void |
| ) |
|
|
static |
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. \ \ Creates a new instance of the class type corresponding to the SoType object. \
void SoProjectionMatrixElement::initClass |
( |
void |
| ) |
|
|
static |
Initialize relevant common data for all instances, like the type system.
void SoProjectionMatrixElement::init |
( |
SoState * |
state | ) |
|
|
virtual |
Initializes the element to its default value. The default value for projectionMatrix is the identity matrix.
Reimplemented from SoReplacedElement.
void SoProjectionMatrixElement::set |
( |
SoState *const |
state, |
|
|
SoNode *const |
node, |
|
|
const SbMatrix & |
projectionMatrix |
|
) |
| |
|
static |
Sets the current projection matrix to matrix.
Returns the current projection matrix.
void SoProjectionMatrixElement::setElt |
( |
SbMatrix const & |
matrix | ) |
|
|
protectedvirtual |
virtual method which is called from the static method set(). Sets element projection matrix to matrix.
SoProjectionMatrixElement::projectionMatrix |
|
protected |
The documentation for this class was generated from the following files: