The SoGLModelMatrixElement class is yet to be documented.
More...
#include <Inventor/elements/SoGLModelMatrixElement.h>
|
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void * | createInstance (void) |
static void | initClass (void) |
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void * | createInstance (void) |
static void | initClass (void) |
static void | makeIdentity (SoState *const state, SoNode *const node) |
static void | set (SoState *const state, SoNode *const node, const SbMatrix &matrix) |
static void | setCullMatrix (SoState *state, SoNode *node, const SbMatrix &matrix) |
static void | mult (SoState *const state, SoNode *const node, const SbMatrix &matrix) |
static void | translateBy (SoState *const state, SoNode *const node, const SbVec3f &translation) |
static void | rotateBy (SoState *const state, SoNode *const node, const SbRotation &rotation) |
static void | scaleBy (SoState *const state, SoNode *const node, const SbVec3f &scaleFactor) |
static SbMatrix | pushMatrix (SoState *const state) |
static void | popMatrix (SoState *const state, const SbMatrix &matrix) |
static const SbMatrix & | getCombinedCullMatrix (SoState *const state) |
static const SbMatrix & | get (SoState *const state) |
static const SbMatrix & | get (SoState *const state, SbBool &isIdentity) |
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void | initClass (void) |
static void | initClass (void) |
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void | initElements (void) |
static int | getNumStackIndices (void) |
static SoType | getIdFromStackIndex (const int stackIndex) |
The SoGLModelMatrixElement class is yet to be documented.
FIXME: write doc.
◆ ~SoGLModelMatrixElement()
SoGLModelMatrixElement::~SoGLModelMatrixElement |
( |
void | | ) |
|
|
protectedvirtual |
◆ getClassTypeId()
SoType SoGLModelMatrixElement::getClassTypeId |
( |
void | | ) |
|
|
static |
This static method returns the SoType object associated with objects of this class.
◆ getClassStackIndex()
int SoGLModelMatrixElement::getClassStackIndex |
( |
void | | ) |
|
|
static |
This static method returns the state stack index for the class.
◆ createInstance()
void * SoGLModelMatrixElement::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 SoGLModelMatrixElement::initClass |
( |
void | | ) |
|
|
static |
Initialize relevant common data for all instances, like the type system.
◆ init()
void SoGLModelMatrixElement::init |
( |
SoState * | state | ) |
|
|
virtual |
◆ push()
void SoGLModelMatrixElement::push |
( |
SoState * | state | ) |
|
|
virtual |
◆ pop()
void SoGLModelMatrixElement::pop |
( |
SoState * | state, |
|
|
const SoElement * | prevTopElement ) |
|
virtual |
FIXME: write doc.
Reimplemented from SoElement.
◆ makeEltIdentity()
void SoGLModelMatrixElement::makeEltIdentity |
( |
void | | ) |
|
|
protectedvirtual |
◆ setElt()
void SoGLModelMatrixElement::setElt |
( |
const SbMatrix & | matrix | ) |
|
|
protectedvirtual |
◆ multElt()
void SoGLModelMatrixElement::multElt |
( |
const SbMatrix & | matrix | ) |
|
|
protectedvirtual |
◆ translateEltBy()
void SoGLModelMatrixElement::translateEltBy |
( |
const SbVec3f & | translation | ) |
|
|
protectedvirtual |
◆ rotateEltBy()
void SoGLModelMatrixElement::rotateEltBy |
( |
const SbRotation & | translation | ) |
|
|
protectedvirtual |
◆ scaleEltBy()
void SoGLModelMatrixElement::scaleEltBy |
( |
const SbVec3f & | scaleFactor | ) |
|
|
protectedvirtual |
◆ pushMatrixElt()
SbMatrix SoGLModelMatrixElement::pushMatrixElt |
( |
void | | ) |
|
|
protectedvirtual |
◆ popMatrixElt()
void SoGLModelMatrixElement::popMatrixElt |
( |
const SbMatrix & | matrix | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: