IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | List of all members
ipsdk::geom::BaseGeometryEntity Class Referenceabstract

Base class for geometry entities. More...

#include <BaseGeometryEntity.h>

Inheritance diagram for ipsdk::geom::BaseGeometryEntity:
ipsdk::BaseObjectWithSkeleton ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject ipsdk::geom::BaseGeometryEntity2d ipsdk::geom::BaseGeometryEntity3d ipsdk::geom::BaseTypedGeometryEntity2d< ipReal64 > ipsdk::geom::BaseTypedGeometryEntity2d< Shape2dDataType > ipsdk::geom::BaseTypedGeometryEntity2d< T > ipsdk::geom::BaseTypedGeometryEntity3d< ipReal64 > ipsdk::geom::BaseTypedGeometryEntity3d< Shape3dDataType > ipsdk::geom::BaseTypedGeometryEntity3d< T > ipsdk::geom::Line2d ipsdk::geom::Parabola2d ipsdk::geom::Skeleton2d ipsdk::geom::Vector2d ipsdk::geom::Shape2d ipsdk::geom::BoundingBox2d< T > ipsdk::geom::Circle2d< T > ipsdk::geom::Ellipse2d< T > ipsdk::geom::Point2d< T > ipsdk::geom::PointCloud2d< T > ipsdk::geom::Polygon2d< T > ipsdk::geom::PolygonWithHoles2d< T > ipsdk::geom::Rectangle2d< T > ipsdk::geom::Segment2d< T > ipsdk::geom::Square2d< T > ipsdk::geom::Plan3d ipsdk::geom::Vector3d ipsdk::geom::Shape3d ipsdk::geom::BoundingBox3d< T > ipsdk::geom::Cube3d< T > ipsdk::geom::Cuboid3d< T > ipsdk::geom::Ellipsoid3d< T > ipsdk::geom::Mesh3d< T > ipsdk::geom::MeshWithHoles3d< T > ipsdk::geom::Point3d< T > ipsdk::geom::PointCloud3d< T > ipsdk::geom::Segment3d< T > ipsdk::geom::Sphere3d< T > ipsdk::geom::Triangle3d< T >

Public Member Functions

virtual eCoordinateDimension getCoordinateDimension () const =0
 method allowing to retrieve entity underlying coordinates dimension
 
Constructors and destructors
 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
 

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
 
- Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton
eSklSrzMode _sklSrzMode
 serialization flag for object More...
 

Detailed Description

Base class for geometry entities.

Author
E. Noirfalise
Date
2015/04/16

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