![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Closed mesh potentially associated to interior mesh holes. More...
#include <MeshWithHoles3d.h>
Public Types | |
| typedef Mesh3d< T > | MeshType |
| mesh type associated to object | |
| typedef MeshWithHoles3d< T > | MeshWithHolesType |
| mesh with holes type associated to object | |
| typedef boost::shared_ptr< MeshWithHolesType > | MeshWithHolesPtr |
| shared pointer to mesh with holes | |
| typedef boost::shared_ptr< const MeshWithHolesType > | MeshWithHolesConstPtr |
| shared pointer to const mesh with holes | |
| typedef boost::weak_ptr< const MeshWithHolesType > | MeshWithHolesConstWeakPtr |
| weak pointer to mesh with holes | |
| typedef std::vector< MeshWithHolesConstPtr > | MeshConstColl |
| collection of const mesh | |
| typedef std::vector< MeshWithHolesPtr > | MeshColl |
| collection of mesh | |
| typedef MeshColl::iterator | HoleIterator |
| iterator to collection of polygons | |
Public Types inherited from ipsdk::geom::BaseTypedGeometryEntity3d< T > | |
| typedef T | DataType |
| data type associated to coordinates | |
Public Member Functions | |
| eCoordinateSystem3dType | getCoordinateSystem3dType () const |
| method allowing to retrieve coordinate system 3d type | |
| eEntity3dType | getEntity3dType () const |
| method allowing to retrieve entity 3d type | |
| const eMesh3dType & | getMesh3dType () const |
| retrieve mesh 3d type | |
| MeshWithHolesConstPtr | getParent () const |
| retrieve parent mesh of instance More... | |
| void | setParent (const MeshWithHolesConstPtr &pParent) |
| set parent mesh of instance | |
| ipUInt64 | getNbTotMesh () const |
| ipUInt64 | getNbTotVertices () const |
| ipUInt64 | getNbTotEdges () const |
| ipUInt64 | getNbTotTriangles () const |
| bool | isEmpty () const |
| method allowing to check whether mesh is empty | |
| ipUInt64 | getNbExteriorVertices () const |
| retrieve number of exterior vertices | |
| ipUInt64 | getNbExteriorEdges () const |
| retrieve number of exterior edges | |
| ipUInt64 | getNbExteriorTriangles () const |
| retrieve number of exterior triangles | |
| const MeshType & | getExteriorMesh () const |
| get exterior mesh associated to object | |
| MeshType & | getExteriorMesh () |
| access to exterior mesh associated to object | |
| bool | hasHoles () const |
| method allowing to check whether mesh has holes | |
| ipUInt64 | getNbHoles () const |
| method allowing to retrieve number of holes associated to mesh | |
| const MeshConstColl & | getMeshHoles () const |
| get interior mesh holes | |
| MeshColl & | getMeshHoles () |
| access to interior mesh holes | |
| void | clearMeshHoles () |
| clear of mesh holes collection | |
| void | clear () |
| clear all data associated to mesh with holes | |
Constructors and destructors | |
| MeshWithHoles3d () | |
| ~MeshWithHoles3d () | |
| HoleIterator | beginHole () |
| iterator used to parse mesh holes | |
| HoleIterator | endHole () |
| iterator used to parse mesh holes | |
Public Member Functions inherited from ipsdk::geom::BaseTypedGeometryEntity3d< T > | |
| BaseTypedGeometryEntity3d () | |
| virtual | ~BaseTypedGeometryEntity3d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryEntity3d | |
| eCoordinateDimension | getCoordinateDimension () const |
| method allowing to retrieve entity underlying coordinates dimension | |
| BaseGeometryEntity3d () | |
| virtual | ~BaseGeometryEntity3d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryEntity | |
| BaseGeometryEntity () | |
| virtual | ~BaseGeometryEntity ()=0 |
Public Member Functions inherited from ipsdk::BaseObjectWithSkeleton | |
| const eSklSrzMode & | getSerializationMode () const |
| retrieve serialization flag for object More... | |
| void | setSerializationMode (const eSklSrzMode &sklSrzMode) const |
| set serialization flag for object | |
| BaseObjectWithSkeleton () | |
| ~BaseObjectWithSkeleton () | |
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 eCoordinateSystem3dType::domain | g_coordinateSystem3dType = eCoordinateSystem3dType::eCS3DT_Cartesian |
| coordinate system associated to entity | |
| static const eEntity3dType::domain | g_entity3dType = eEntity3dType::eE3DT_MeshWithHoles |
| type associated to entity | |
Static Public Attributes inherited from ipsdk::geom::BaseGeometryEntity3d | |
| static const eCoordinateDimension::domain | g_coordinateDimension = eCoordinateDimension::eCD_3d |
| entity underlying coordinates dimension | |
Protected Attributes | |
| MeshWithHolesConstWeakPtr | _pParent |
| parent mesh associated to instance | |
| MeshType | _exteriorMesh |
| exterior mesh | |
| MeshColl | _meshHoles |
| collection of interior mesh holes | |
Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton | |
| eSklSrzMode | _sklSrzMode |
| serialization flag for object More... | |
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 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 | |
Closed mesh potentially associated to interior mesh holes.
|
inline |
retrieve parent mesh of instance
| ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotMesh | ( | ) | const |
retrieve total number of mesh (including holes mesh)
| ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotVertices | ( | ) | const |
retrieve total number of mesh vertices (including holes vertices)
| ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotEdges | ( | ) | const |
retrieve total number of mesh edges (including holes edges)
| ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotTriangles | ( | ) | const |
retrieve total number of mesh triangles (including holes triangles)
1.8.14