Limbo 3.5.4
Loading...
Searching...
No Matches
GdfParser::Point Struct Reference

class for point More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::Point:
GdfParser::Item

Public Member Functions

 Point ()
 constructor
void reset ()
 reset all data members
virtual void print (ostream &ss) const
 print data members

Public Attributes

double x
 x coordinate
double y
 y coordinate

Detailed Description

class for point

Definition at line 130 of file GdfDataBase.h.

Constructor & Destructor Documentation

◆ Point()

GdfParser::Point::Point ( )
inline

constructor

Definition at line 136 of file GdfDataBase.h.

Member Function Documentation

◆ print()

virtual void GdfParser::Point::print ( ostream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 147 of file GdfDataBase.h.

◆ reset()

void GdfParser::Point::reset ( )
inline

reset all data members

Definition at line 141 of file GdfDataBase.h.

Member Data Documentation

◆ x

double GdfParser::Point::x

x coordinate

Definition at line 132 of file GdfDataBase.h.

◆ y

double GdfParser::Point::y

y coordinate

Definition at line 133 of file GdfDataBase.h.


The documentation for this struct was generated from the following file: