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