![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Point class associated to cartesian 3d coordinates. More...
#include <Point3d.h>
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 | normL2 () const |
| compute point norm | |
Constructors and destructors | |
| Point3d () | |
| Point3d (const Point3dData< T > &ptData) | |
| Point3d (const T x, const T y, const T z) | |
| ~Point3d () | |
| const Point3dData< T > & | getCoords () const |
| access to point coordinates | |
| Point3dData< T > & | getCoords () |
| access to point coordinates | |
| operator Point3dData< T > () const | |
| access to point coordinates | |
| void | setCoords (const T x, const T y, const T z) |
| access to point coordinates | |
| void | setCoords (const Point3dData< T > &ptData) |
| access to point coordinates | |
| void | setX (const T x) |
| access to point coordinates | |
| void | setY (const T y) |
| access to point coordinates | |
| void | setZ (const T z) |
| access to point coordinates | |
| T | getX () const |
| access to point coordinates | |
| T | getY () const |
| access to point coordinates | |
| T | getZ () const |
| access to point coordinates | |
| T & | getX () |
| access to point coordinates | |
| T & | getY () |
| access to point coordinates | |
| T & | getZ () |
| access to point coordinates | |
| Point3d< T > & | operator+= (const Point3d< T > &pt) |
| arithmetic operators on point More... | |
| Point3d< T > | operator+ (const Point3d< T > &pt) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator+= (const Vector3d &vec) |
| arithmetic operators on point More... | |
| Point3d< T > | operator+ (const Vector3d &vec) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator+= (const T value) |
| arithmetic operators on point More... | |
| Point3d< T > | operator+ (const T value) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator-= (const Point3d< T > &pt) |
| arithmetic operators on point More... | |
| Point3d< T > | operator- (const Point3d< T > &pt) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator-= (const Vector3d &vec) |
| arithmetic operators on point More... | |
| Point3d< T > | operator- (const Vector3d &vec) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator-= (const T value) |
| arithmetic operators on point More... | |
| Point3d< T > | operator- (const T value) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator*= (const Point3d< T > &pt) |
| arithmetic operators on point More... | |
| Point3d< T > | operator* (const Point3d< T > &pt) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator*= (const Vector3d &vec) |
| arithmetic operators on point More... | |
| Point3d< T > | operator* (const Vector3d &vec) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator*= (const ipReal64 value) |
| arithmetic operators on point More... | |
| Point3d< T > | operator* (const ipReal64 value) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator/= (const Point3d< T > &pt) |
| arithmetic operators on point More... | |
| Point3d< T > | operator/ (const Point3d< T > &pt) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator/= (const Vector3d &vec) |
| arithmetic operators on point More... | |
| Point3d< T > | operator/ (const Vector3d &vec) const |
| arithmetic operators on point More... | |
| Point3d< T > & | operator/= (const ipReal64 value) |
| arithmetic operators on point More... | |
| Point3d< T > | operator/ (const ipReal64 value) const |
| arithmetic operators on point More... | |
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_Point |
| 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 > | _ptData |
| coordinates of point | |
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 | |
Point class associated to cartesian 3d coordinates.
For more informations report to Points and vectors 3d representation
| Point3d<T>& ipsdk::geom::Point3d< T >::operator+= | ( | const Point3d< T > & | pt | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator+ | ( | const Point3d< T > & | pt | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator+= | ( | const Vector3d & | vec | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator+ | ( | const Vector3d & | vec | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator+= | ( | const T | value | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator+ | ( | const T | value | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator-= | ( | const Point3d< T > & | pt | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator- | ( | const Point3d< T > & | pt | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator-= | ( | const Vector3d & | vec | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator- | ( | const Vector3d & | vec | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator-= | ( | const T | value | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator- | ( | const T | value | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator*= | ( | const Point3d< T > & | pt | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator* | ( | const Point3d< T > & | pt | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator*= | ( | const Vector3d & | vec | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator* | ( | const Vector3d & | vec | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator*= | ( | const ipReal64 | value | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator* | ( | const ipReal64 | value | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator/= | ( | const Point3d< T > & | pt | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator/ | ( | const Point3d< T > & | pt | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator/= | ( | const Vector3d & | vec | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator/ | ( | const Vector3d & | vec | ) | const |
arithmetic operators on point
| Point3d<T>& ipsdk::geom::Point3d< T >::operator/= | ( | const ipReal64 | value | ) |
arithmetic operators on point
| Point3d<T> ipsdk::geom::Point3d< T >::operator/ | ( | const ipReal64 | value | ) | const |
arithmetic operators on point
1.8.14