IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
ipsdk::geom::MeshWithHoles3d< T > Class Template Reference

Closed mesh potentially associated to interior mesh holes. More...

#include <MeshWithHoles3d.h>

Inheritance diagram for ipsdk::geom::MeshWithHoles3d< T >:
ipsdk::geom::BaseTypedGeometryEntity3d< T > ipsdk::geom::BaseGeometryEntity3d ipsdk::geom::BaseGeometryEntity ipsdk::BaseObjectWithSkeleton ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject

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< MeshWithHolesTypeMeshWithHolesPtr
 shared pointer to mesh with holes
 
typedef boost::shared_ptr< const MeshWithHolesTypeMeshWithHolesConstPtr
 shared pointer to const mesh with holes
 
typedef boost::weak_ptr< const MeshWithHolesTypeMeshWithHolesConstWeakPtr
 weak pointer to mesh with holes
 
typedef std::vector< MeshWithHolesConstPtrMeshConstColl
 collection of const mesh
 
typedef std::vector< MeshWithHolesPtrMeshColl
 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 eMesh3dTypegetMesh3dType () 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 MeshTypegetExteriorMesh () const
 get exterior mesh associated to object
 
MeshTypegetExteriorMesh ()
 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 MeshConstCollgetMeshHoles () const
 get interior mesh holes
 
MeshCollgetMeshHoles ()
 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 eSklSrzModegetSerializationMode () 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 BaseDynamicObjectcreateNew () 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 BaseDynamicObjectduplicate () 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
 

Detailed Description

template<typename T>
class ipsdk::geom::MeshWithHoles3d< T >

Closed mesh potentially associated to interior mesh holes.

Author
H. Delestre
Date
2015/08/11

Member Function Documentation

◆ getParent()

template<typename T >
MeshWithHoles3d< T >::MeshWithHolesConstPtr ipsdk::geom::MeshWithHoles3d< T >::getParent ( ) const
inline

retrieve parent mesh of instance

Note
Parent mesh enclosed current mesh
Warning
may be null if not set

◆ getNbTotMesh()

template<typename T>
ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotMesh ( ) const

retrieve total number of mesh (including holes mesh)

◆ getNbTotVertices()

template<typename T>
ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotVertices ( ) const

retrieve total number of mesh vertices (including holes vertices)

◆ getNbTotEdges()

template<typename T>
ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotEdges ( ) const

retrieve total number of mesh edges (including holes edges)

◆ getNbTotTriangles()

template<typename T>
ipUInt64 ipsdk::geom::MeshWithHoles3d< T >::getNbTotTriangles ( ) const

retrieve total number of mesh triangles (including holes triangles)


The documentation for this class was generated from the following file: