OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
My2DPoint Class Reference

My2DPoint class is used to store the point coordinates. More...

#include <BoundingBox.h>

Collaboration diagram for My2DPoint:
Collaboration graph

Public Member Functions

 My2DPoint ()
 
 My2DPoint (const double &xx, const double &yy)
 
 My2DPoint (const My2DPoint &p)
 
My2DPointoperator= (const My2DPoint &p)
 
virtual ~My2DPoint ()
 

Public Attributes

double mi_X
 
double mi_Y
 

Detailed Description

My2DPoint class is used to store the point coordinates.

Definition at line 53 of file BoundingBox.h.

Constructor & Destructor Documentation

virtual My2DPoint::~My2DPoint ( )
virtual
My2DPoint::My2DPoint ( )
inline

Definition at line 61 of file BoundingBox.h.

My2DPoint::My2DPoint ( const double &  xx,
const double &  yy 
)
inline

Definition at line 67 of file BoundingBox.h.

My2DPoint::My2DPoint ( const My2DPoint p)
inline

Definition at line 72 of file BoundingBox.h.

Member Function Documentation

My2DPoint& My2DPoint::operator= ( const My2DPoint p)
inline

Definition at line 77 of file BoundingBox.h.

References mi_X, and mi_Y.

Member Data Documentation

double My2DPoint::mi_X

Definition at line 56 of file BoundingBox.h.

Referenced by operator=().

double My2DPoint::mi_Y

Definition at line 57 of file BoundingBox.h.

Referenced by operator=().


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