Public Member Functions | |
LocationCPoint () | |
Default constructor creates an invalid object. | |
LocationCPoint (const Location &) | |
Create the Location and CPoint. | |
const Location & | getLocation () const |
const CPoint & | getCPoint () const |
void | setHeight (const code::Length &) |
Friends | |
std::ostream & | operator<< (std::ostream &, const code::LocationCPoint &) |
Print both Location and CPoint. |
code::LocationCPoint::LocationCPoint | ( | ) | [inline] |
Default constructor creates an invalid object.
For STL convenience only.
const CPoint& code::LocationCPoint::getCPoint | ( | ) | const [inline] |
const Location& code::LocationCPoint::getLocation | ( | ) | const [inline] |
void code::LocationCPoint::setHeight | ( | const code::Length & | ) |
std::ostream& operator<< | ( | std::ostream & | , | |
const code::LocationCPoint & | ||||
) | [friend] |