DGtal 2.1.0
|
Public Member Functions | |
TriangleByClone (Clone< Point > a, Clone< Point > b, Clone< Point > c) | |
double | perimeter () const |
TriangleByClone (Clone< Point > a, Clone< Point > b, Clone< Point > c) | |
double | perimeter () const |
Data Fields | |
Point | _a |
Point | _b |
Point | _c |
Definition at line 404 of file testClone2.cpp.
Definition at line 405 of file testClone2.cpp.
Definition at line 208 of file testCloneAndAliases.cpp.
|
inline |
|
inline |
Point TriangleByClone::_a |
Definition at line 411 of file testClone2.cpp.
Referenced by perimeter().
Point TriangleByClone::_b |
Definition at line 411 of file testClone2.cpp.
Referenced by perimeter().
Point TriangleByClone::_c |
Definition at line 411 of file testClone2.cpp.
Referenced by perimeter().