#include <ODPoint.hpp>
Inheritance diagram for ODPoint::
Public Methods | |
OGraphic * | clone () const |
OGraphic * | create () const |
ODPoint () | |
ODPoint (int, int, int=1) | |
ODPoint (OPoint &, int=1) | |
~ODPoint () | |
bool | isValid () |
void | move (int, int, int=0) |
bool | operator== (ODPoint &) |
bool | operator!= (ODPoint &) |
void | gomo (ostream &) |
void | gomi (istream &) |
void | xmlo (ostream &) |
void | clear () |
void | setDepth (int) |
int | getDepth () |
int | getDDepth (ODPoint &) |
Protected Attributes | |
int | d |
|
Constructor |
|
Constructor |
|
Constructor |
|
Destructor |
|
Clear the x;y values Reimplemented from OPoint. |
|
Clone the point object Reimplemented from OPoint. |
|
Create a new point object Reimplemented from OPoint. |
|
|
|
|
|
GOM input Reimplemented from OPoint. |
|
GOM output Reimplemented from OPoint. |
|
Is valid Reimplemented from OPoint. |
|
Move |
|
!= operator |
|
== operator |
|
|
|
XML output Reimplemented from OPoint. |
|
|