PointCloud2BIM Library  1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
Public Member Functions | List of all members
PointXY Class Reference
Inheritance diagram for PointXY:
Inheritance graph
[legend]
Collaboration diagram for PointXY:
Collaboration graph
[legend]

Public Member Functions

 PointXY ()
 Constructs PointXY with coordinates {0,0}.
 
 PointXY (double x, double y)
 Constructs PointXY with given coordinates. More...
 
double getX ()
 Returns x coordinate. More...
 
double getY ()
 Returns y coordinate. More...
 
void setX (double x)
 Sets x coordinate. More...
 
void setY (double y)
 Sets y coordinate. More...
 
- Public Member Functions inherited from Point< 2 >
double * getCoords ()
 Returns Point coordinates. More...
 
virtual void setId (double id)
 Sets Point identifier. More...
 
virtual int getId ()
 Returns Point identifier. More...
 

Constructor & Destructor Documentation

PointXY::PointXY ( double  x,
double  y 
)
inline

Constructs PointXY with given coordinates.

Parameters
xCoordinate in x-direction
yCoordinate in y-direction

Member Function Documentation

double PointXY::getX ( )
inline

Returns x coordinate.

Returns
Coordinate in x-direction
double PointXY::getY ( )
inline

Returns y coordinate.

Returns
Coordinate in y-direction
void PointXY::setX ( double  x)
inline

Sets x coordinate.

Parameters
xCoordinate in x-direction
void PointXY::setY ( double  y)
inline

Sets y coordinate.

Parameters
yCoordinate in y-direction

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