#include <DF_XY_Point.hpp>
|
| | Point () |
| | Default. More...
|
| |
| | Point (const std::vector< double > &aPosition) |
| | Constructor. More...
|
| |
| | Point (Point &right) |
| | Copy Constructor. More...
|
| |
| virtual void | setXY (const std::vector< double > &aPosition) |
| | Set position from X-Y. More...
|
| |
| virtual const std::vector< double > & | getXY () |
| | Set X-Y position. More...
|
| |
| virtual const std::vector< double > & | getUserCoords () |
| | get User Coords (wrapper as required by abstract interface) More...
|
| |
| virtual void | setUserCoords (const std::vector< double > &uPosition) |
| | set User Coords (wrapper as required by abstract interface) More...
|
| |
| virtual Point * | Clone () |
| | Clone Self. More...
|
| |
| virtual | ~Point () |
| | virtual destructor because there should always be one More...
|
| |
|
| std::vector< double > | myXY |
| |
| DFLib::XY::Point::Point |
( |
| ) |
|
| DFLib::XY::Point::Point |
( |
const std::vector< double > & |
aPosition | ) |
|
| DFLib::XY::Point::Point |
( |
Point & |
right | ) |
|
| Point * DFLib::XY::Point::Clone |
( |
| ) |
|
|
virtual |
| virtual const std::vector<double>& DFLib::XY::Point::getUserCoords |
( |
| ) |
|
|
inlinevirtual |
| const std::vector< double > & DFLib::XY::Point::getXY |
( |
| ) |
|
|
virtual |
| virtual void DFLib::XY::Point::setUserCoords |
( |
const std::vector< double > & |
uPosition | ) |
|
|
inlinevirtual |
| void DFLib::XY::Point::setXY |
( |
const std::vector< double > & |
aPosition | ) |
|
|
virtual |
| std::vector<double> DFLib::XY::Point::myXY |
|
private |
The documentation for this class was generated from the following files: