![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Volume measurement algorithm applied to a 3d geometry entity. More...
#include <VolumeMsr3d.h>
Public Types | |
| typedef BaseTypedGeometryMeasure3d< ipReal64 >::DataType | DataType |
| Output data type associated to measure. | |
Public Types inherited from ipsdk::geom::BaseTypedGeometryMeasure3d< ipReal64 > | |
| typedef ipReal64 | DataType |
| Output data type associated to measure. | |
Public Member Functions | |
| eMeasure3dType | getMeasure3dType () const |
| method allowing to retrieve entity 3d measure type | |
Constructors and destructors | |
| VolumeMsr3d () | |
| ~VolumeMsr3d () | |
Public Member Functions inherited from ipsdk::geom::BaseTypedGeometryMeasure3d< ipReal64 > | |
| bool | measure (const GeometryEntity3dPtr &pEntity, ipReal64 &result) const |
| method allowing to measure a geometry entity More... | |
| virtual bool | measure (const BaseGeometryEntity3d &entity, ipReal64 &result) const=0 |
| method allowing to measure a geometry entity More... | |
| BaseTypedGeometryMeasure3d () | |
| virtual | ~BaseTypedGeometryMeasure3d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryMeasure3d | |
| eCoordinateDimension | getCoordinateDimension () const |
| method allowing to retrieve entity underlying coordinates dimension | |
| BaseGeometryMeasure3d () | |
| virtual | ~BaseGeometryMeasure3d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryMeasure | |
| BaseGeometryMeasure () | |
| virtual | ~BaseGeometryMeasure ()=0 |
| const eHoleMsrPolicy & | getHoleMsrPolicy () const |
| access to hole measurement policy associated to measure More... | |
| void | setHoleMsrPolicy (const eHoleMsrPolicy &holeMsrPolicy) |
| access to hole measurement policy associated to measure More... | |
Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| BaseSerializationObject () | |
| Default constructor. | |
| virtual | ~BaseSerializationObject ()=0 |
| destructor | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Static Public Attributes | |
| static const eMeasure3dType::domain | g_measure3dType = eMeasure3dType::eM3DT_Volume |
| geometry entity measurement type | |
Static Public Attributes inherited from ipsdk::geom::BaseGeometryMeasure3d | |
| static const eCoordinateDimension::domain | g_coordinateDimension = eCoordinateDimension::eCD_3d |
| entity underlying coordinates dimension | |
Protected Member Functions | |
| template<typename T > | |
| bool | process (const Point3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| bool | process (const Vector3d &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const BoundingBox3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Sphere3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Triangle3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Ellipsoid3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Cube3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Cuboid3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const Mesh3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| template<typename T > | |
| bool | process (const MeshWithHoles3d< T > &entity, ipReal64 &result) const |
| dedicated processing methods | |
| bool | process (const Shape3d &entity, ipReal64 &result) const |
| dedicated processing methods | |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| method allowing to ensure serialization write part for object | |
| virtual BoolResult | read (BaseIArchive &ar) |
| method allowing to ensure serialization read part for object | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
| method allowing to retrieve class version information for serialization | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Attributes inherited from ipsdk::geom::BaseGeometryMeasure | |
| eHoleMsrPolicy | _holeMsrPolicy |
| hole measurement policy associated to measure More... | |
Volume measurement algorithm applied to a 3d geometry entity.
1.8.14