![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
#include <GreyInertiaData.h>
Public Member Functions | |
Constructors and destructors | |
| GreyInertiaData () | |
| ~GreyInertiaData () | |
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 |
| intermediate eigen value of the inertia matrix (3d case only) | |
| ipReal64 | _lambdaMin |
| minimum eigen value of the inertia matrix | |
| ipReal64 | _theta |
| orientation extracted from the inertia matrix : More... | |
| ipReal64 | _beta |
| orientation extracted from the inertia matrix : see Rotations 3d (3d case only) | |
| ipReal64 | _alpha |
| orientation extracted from the inertia matrix : see Rotations 3d (3d case only) | |
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) |
| ipReal64 ipsdk::imaproc::shape::analysis::GreyInertiaData::_theta |
orientation extracted from the inertia matrix :
in 2d case (see Rotations 2d)
in 3d case (see Rotations 3d)
1.8.14