![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Lightweight structure used to store Point3d data. More...
#include <Point3dData.h>
Public Member Functions | |
| void | setCoords (const T x, const T y, const T z) |
| set coordinates associated to point 3d | |
Constructors and destructor | |
| Point3dData () | |
| Point3dData (const T x, const T y, const T z) | |
| Point3dData (const Point3dData &pt) | |
| ~Point3dData () | |
| Point3dData & | operator+= (const Point3dData &pt) |
| arithmetic operators on point More... | |
| Point3dData | operator+ (const Point3dData &pt) const |
| arithmetic operators on point More... | |
| Point3dData & | operator+= (const T value) |
| arithmetic operators on point More... | |
| Point3dData | operator+ (const T value) const |
| arithmetic operators on point More... | |
| Point3dData & | operator-= (const Point3dData &pt) |
| arithmetic operators on point More... | |
| Point3dData | operator- (const Point3dData &pt) const |
| arithmetic operators on point More... | |
| Point3dData & | operator-= (const T value) |
| arithmetic operators on point More... | |
| Point3dData | operator- (const T value) const |
| arithmetic operators on point More... | |
| Point3dData & | operator*= (const Point3dData &pt) |
| arithmetic operators on point More... | |
| Point3dData | operator* (const Point3dData &pt) const |
| arithmetic operators on point More... | |
| Point3dData & | operator*= (const ipReal64 value) |
| arithmetic operators on point More... | |
| Point3dData | operator* (const ipReal64 value) const |
| arithmetic operators on point More... | |
| Point3dData & | operator/= (const Point3dData &pt) |
| arithmetic operators on point More... | |
| Point3dData | operator/ (const Point3dData &pt) const |
| arithmetic operators on point More... | |
| Point3dData & | operator/= (const ipReal64 value) |
| arithmetic operators on point More... | |
| Point3dData | operator/ (const ipReal64 value) const |
| arithmetic operators on point More... | |
Public Attributes | |
| T | _x |
| x coordinate of point | |
| T | _y |
| y coordinate of point | |
| T | _z |
| z coordinate of point | |
Lightweight structure used to store Point3d data.
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
|
inline |
arithmetic operators on point
1.8.14