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

3d ellipsoid associated to cartesian 3d coordinates For a non rotated ellipse, the major radius follows the x axis, the medium axis follows the y axis and the minor axis follows the z axis. More...

#include <Ellipsoid3d.h>

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

Public Member Functions

eCoordinateSystem3dType getCoordinateSystem3dType () const
 method allowing to retrieve coordinate system 3d type
 
eEntity3dType getEntity3dType () const
 method allowing to retrieve entity 3d type
 
ipReal64 area () const
 retrieve ellipsoid area
 
ipReal64 volume () const
 retrieve ellipsoid volume
 
ipReal64 excentricity () const
 retrieve ellipsoid excentricity
 
ipReal64 radius (const ipReal64 theta, const ipReal64 phi) const
 retrieve ellipsoid radius for a given orientation (see Points and vectors 3d representation)
 
Point3dData< ipReal64boundaryPoint (const ipReal64 theta, const ipReal64 phi) const
 retrieve ellipsoid boundary point for a given orientation (see Points and vectors 3d representation)
 
Constructors and destructors
 Ellipsoid3d ()
 
 Ellipsoid3d (const Point3dData< T > &centerPt, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 
 Ellipsoid3d (const Point3d< T > &centerPt, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 
 Ellipsoid3d (const T xCenter, const T yCenter, const T zCenter, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 
 ~Ellipsoid3d ()
 
void setCoords (const Point3dData< T > &centerPt, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 access to the sphere parameters
 
void setCoords (const Point3d< T > &centerPt, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 access to the sphere parameters
 
void setCoords (const T xCenter, const T yCenter, const T zCenter, const T majorRadius, const T mediumRadius, const T minorRadius, const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 access to the sphere parameters
 
void setCenter (const Point3dData< T > &centerPt)
 access to the sphere parameters
 
void setCenter (const Point3d< T > &centerPt)
 access to the sphere parameters
 
void setCenter (const T xCenter, const T yCenter, const T zCenter)
 access to the sphere parameters
 
void setMajorRadius (const T majorRadius)
 access to the sphere parameters
 
void setMediumRadius (const T mediumRadius)
 access to the sphere parameters
 
void setMinorRadius (const T minorRadius)
 access to the sphere parameters
 
void setOrientation (const ipReal64 chi, const ipReal64 beta, const ipReal64 alpha)
 access to the sphere parameters
 
getMajorRadius () const
 access to the sphere parameters
 
getMediumRadius () const
 access to the sphere parameters
 
getMinorRadius () const
 access to the sphere parameters
 
ipReal64 getAlpha () const
 access to the sphere parameters
 
ipReal64 getBeta () const
 access to the sphere parameters
 
ipReal64 getChi () const
 access to the sphere parameters
 
const math::Matrix3dgetMatRot () const
 access to the sphere parameters
 
centerX () const
 access to the sphere parameters
 
centerY () const
 access to the sphere parameters
 
centerZ () const
 access to the sphere parameters
 
const Point3dData< T > & center () const
 access to the sphere parameters
 
Point3dData< T > & center ()
 access to the sphere parameters
 
- 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_Ellipsoid
 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

Point3dData< T > _centerPt
 center of the ellipsoid
 
_majorRadius
 major radius
 
_mediumRadius
 medium radius
 
_minorRadius
 minor radius
 
ipReal64 _alpha
 orientation angle along the x axis
 
ipReal64 _beta
 orientation angle along the y axis
 
ipReal64 _chi
 orientation angle along the z axis
 
math::Matrix3d _matRot
 orientation matrix associated to ellipsoid
 
- Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton
eSklSrzMode _sklSrzMode
 serialization flag for object More...
 

Additional Inherited Members

- Public Types inherited from ipsdk::geom::BaseTypedGeometryEntity3d< T >
typedef T DataType
 data type associated to coordinates
 
- 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::Ellipsoid3d< T >

3d ellipsoid associated to cartesian 3d coordinates For a non rotated ellipse, the major radius follows the x axis, the medium axis follows the y axis and the minor axis follows the z axis.

Author
R. Abbal
Date
2015/06/24

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