![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
#include <Inertia2dData.h>
Public Member Functions | |
Constructors and destructors | |
| Inertia2dData () | |
| ~Inertia2dData () | |
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 | _myy |
| yy component of the inertia matrix | |
| ipReal64 | _lambdaMax |
| maximum eigen value of the inertia matrix | |
| ipReal64 | _lambdaMin |
| minimum eigen value of the inertia matrix | |
| ipReal64 | _theta |
| orientation 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) |
1.8.14