Public Member Functions | Public Attributes

CoordValue Class Reference

2D coordinate and a value. More...

List of all members.

Public Member Functions

 CoordValue (double x=0, double y=0, float v=mUdf(float))
 CoordValue (const Coord &c, float v=mUdf(float))
bool operator== (const CoordValue &cv) const
bool operator!= (const CoordValue &cv) const

Public Attributes

Coord coord
float value

Detailed Description

2D coordinate and a value.


Constructor & Destructor Documentation

CoordValue::CoordValue ( double  x = 0,
double  y = 0,
float  v = mUdf(float) 
) [inline]
CoordValue::CoordValue ( const Coord c,
float  v = mUdf(float) 
) [inline]

Member Function Documentation

bool CoordValue::operator!= ( const CoordValue cv  )  const [inline]
bool CoordValue::operator== ( const CoordValue cv  )  const [inline]

Member Data Documentation