![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
class used to store data associated to inertia 3D matrix More...
#include <Inertia3dData.h>
Public Member Functions | |
Constructors and destructors | |
| Inertia3dData () | |
| ~Inertia3dData () | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| virtual BaseDynamicObject * | createNew () const=0 |
| virtual DynamicObjectPtr | createShared () const=0 |
| virtual bool | hasCopySupport () const=0 |
| virtual BaseDynamicObject * | duplicate () const=0 |
| virtual DynamicObjectPtr | duplicateShared () const=0 |
Public Attributes | |
| ipReal64 | _mxx |
| xx component of the inertia matrix | |
| ipReal64 | _mxy |
| xy component of the inertia matrix | |
| ipReal64 | _mxz |
| xz component of the inertia matrix | |
| ipReal64 | _myy |
| yy component of the inertia matrix | |
| ipReal64 | _myz |
| yz component of the inertia matrix | |
| ipReal64 | _mzz |
| zz component of the inertia matrix | |
| ipReal64 | _lambdaMax |
| maximum eigen value of the inertia matrix | |
| ipReal64 | _lambdaInter |
| intermediary eigen value of the inertia matrix | |
| ipReal64 | _lambdaMin |
| minimum eigen value of the inertia matrix | |
| ipReal64 | _chi |
| orientations extracted from the inertia matrix | |
| ipReal64 | _beta |
| orientations extracted from the inertia matrix | |
| ipReal64 | _alpha |
| orientations extracted from the inertia matrix | |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| virtual BoolResult | read (BaseIArchive &ar) |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
class used to store data associated to inertia 3D matrix
1.8.14