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::~SoProjectionMatrixElement |
( |
void | | ) |
|
|
protectedvirtual |
◆ getClassTypeId()
SoType SoProjectionMatrixElement::getClassTypeId |
( |
void | | ) |
|
|
static |
This static method returns the SoType object associated with objects of this class.
◆ getClassStackIndex()
int SoProjectionMatrixElement::getClassStackIndex |
( |
void | | ) |
|
|
static |
This static method returns the state stack index for the class.
◆ createInstance()
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.
◆ initClass()
void SoProjectionMatrixElement::initClass |
( |
void | | ) |
|
|
static |
Initialize relevant common data for all instances, like the type system.
◆ init()
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.
◆ set()
void SoProjectionMatrixElement::set |
( |
SoState *const | state, |
|
|
SoNode *const | node, |
|
|
const SbMatrix & | projectionMatrix ) |
|
static |
Sets the current projection matrix to matrix.
◆ get()
Returns the current projection matrix.
◆ setElt()
void SoProjectionMatrixElement::setElt |
( |
SbMatrix const & | matrix | ) |
|
|
protectedvirtual |
◆ projectionMatrix
SbMatrix SoProjectionMatrixElement::projectionMatrix |
|
protected |
The documentation for this class was generated from the following files: