DGtal 2.0.0
|
Public Member Functions | |
~MyPointD () | |
MyPointD (const MyPointD &other) | |
MyPointD (int x, int y) | |
MyPointD (double x, double y) | |
MyPointD | operator- (const MyPointD &other) const |
double | norm () const |
Static Public Member Functions | |
static void | reset () |
Data Fields | |
double | _x |
double | _y |
Static Public Attributes | |
static int | nbCreated = 0 |
static int | nbDeleted = 0 |
Definition at line 346 of file testClone2.cpp.
|
inline |
|
inline |
Definition at line 350 of file testClone2.cpp.
References _x, _y, MyPointD(), and nbCreated.
Referenced by MyPointD(), and operator-().
|
inline |
|
inline |
|
inline |
Definition at line 361 of file testClone2.cpp.
Referenced by templated_signed_dist_to_unit_circle().
|
inlinestatic |
Definition at line 367 of file testClone2.cpp.
References nbCreated, and nbDeleted.
Referenced by testCloneTimings().
double MyPointD::_x |
Definition at line 371 of file testClone2.cpp.
Referenced by MyPointD(), MyPointD(), MyPointD(), norm(), and operator-().
double MyPointD::_y |
Definition at line 371 of file testClone2.cpp.
Referenced by MyPointD(), MyPointD(), MyPointD(), norm(), and operator-().
|
static |
Definition at line 373 of file testClone2.cpp.
Referenced by main(), MyPointD(), MyPointD(), MyPointD(), reset(), and testCloneTimings().
|
static |
Definition at line 374 of file testClone2.cpp.
Referenced by main(), reset(), testCloneTimings(), and ~MyPointD().