.TH "SoBBoxModelMatrixElement" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoBBoxModelMatrixElement \- .PP The \fBSoBBoxModelMatrixElement\fP class keeps track of the current model matrix during a scene graph traversal\&. It is used by amongst others the \fBSoGetBoundingBoxAction\fP class\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSoModelMatrixElement\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual void \fBinit\fP (\fBSoState\fP *state)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBpush\fP (\fBSoState\fP *state)" .br .RI "\fIFIXME: write doc\&. \fP" .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .ti -1c .RI "static int \fBgetClassStackIndex\fP (void)" .br .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .ti -1c .RI "static void \fBreset\fP (\fBSoState\fP *const state, \fBSoNode\fP *const node)" .br .ti -1c .RI "static void \fBpushMatrix\fP (\fBSoState\fP *const state, \fBSbMatrix\fP &matrix, \fBSbMatrix\fP &localmatrix)" .br .ti -1c .RI "static void \fBpopMatrix\fP (\fBSoState\fP *const state, const \fBSbMatrix\fP &matrix, const \fBSbMatrix\fP &localmatrix)" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "virtual \fB~SoBBoxModelMatrixElement\fP ()" .br .ti -1c .RI "virtual void \fBmakeEltIdentity\fP (void)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBsetElt\fP (const \fBSbMatrix\fP &matrix)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBmultElt\fP (const \fBSbMatrix\fP &matrix)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBtranslateEltBy\fP (const \fBSbVec3f\fP &translation)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBrotateEltBy\fP (const \fBSbRotation\fP &translation)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual void \fBscaleEltBy\fP (const \fBSbVec3f\fP &scaleFactor)" .br .RI "\fIFIXME: write doc\&. \fP" .ti -1c .RI "virtual \fBSbMatrix\fP \fBpushMatrixElt\fP ()" .br .ti -1c .RI "virtual void \fBpopMatrixElt\fP (const \fBSbMatrix\fP &matrix)" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSoBBoxModelMatrixElement\fP class keeps track of the current model matrix during a scene graph traversal\&. It is used by amongst others the \fBSoGetBoundingBoxAction\fP class\&. .SH "Constructor & Destructor Documentation" .PP .SS "SoBBoxModelMatrixElement::~SoBBoxModelMatrixElement ()\fC [protected]\fP, \fC [virtual]\fP" The destructor\&. .SH "Member Function Documentation" .PP .SS "void * SoBBoxModelMatrixElement::createInstance (void)\fC [static]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .SS "void SoBBoxModelMatrixElement::initClass (void)\fC [static]\fP" This static method initializes static data for the \fBSoBBoxModelMatrixElement\fP class\&. .SS "void SoBBoxModelMatrixElement::reset (\fBSoState\fP *conststate, \fBSoNode\fP *constnode)\fC [static]\fP" This method is for the \fBSoGetBoundingBoxAction\fP class so it can reset the current model matrix and all local matrices to identity\&. .SS "void SoBBoxModelMatrixElement::pushMatrix (\fBSoState\fP *conststate, \fBSbMatrix\fP &matrix, \fBSbMatrix\fP &localmatrix)\fC [static]\fP" This method keeps two matrices up-to-date as opposed to the method it replaces\&. .SS "void SoBBoxModelMatrixElement::popMatrix (\fBSoState\fP *conststate, const \fBSbMatrix\fP &matrix, const \fBSbMatrix\fP &localmatrix)\fC [static]\fP" This method keeps two matrices up-to-date as opposed to the method it replaces\&. .SS "\fBSbMatrix\fP SoBBoxModelMatrixElement::pushMatrixElt (void)\fC [protected]\fP, \fC [virtual]\fP" This method is for debug use only\&. .PP Reimplemented from \fBSoModelMatrixElement\fP\&. .SS "void SoBBoxModelMatrixElement::popMatrixElt (const \fBSbMatrix\fP &m)\fC [protected]\fP, \fC [virtual]\fP" This method is for debug use only\&. .PP Reimplemented from \fBSoModelMatrixElement\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.