|
Limbo
|
class for point More...
#include <GdfDataBase.h>
Public Member Functions | |
| Point () | |
| constructor | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostream &ss) const |
| print data members More... | |
Public Attributes | |
| double | x |
| x coordinate | |
| double | y |
| y coordinate | |
class for point
Definition at line 130 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 147 of file GdfDataBase.h.
1.8.8