Public Member Functions | Public Attributes

Coord3Value Class Reference

3D coordinate and a value. More...

List of all members.

Public Member Functions

 Coord3Value (double x=0, double y=0, double z=0, float v=mUdf(float))
 Coord3Value (const Coord3 &c, float v=mUdf(float))
bool operator== (const Coord3Value &cv) const
bool operator!= (const Coord3Value &cv) const

Public Attributes

Coord3 coord
float value

Detailed Description

3D coordinate and a value.


Constructor & Destructor Documentation

Coord3Value::Coord3Value ( double  x = 0,
double  y = 0,
double  z = 0,
float  v = mUdf(float) 
) [inline]
Coord3Value::Coord3Value ( const Coord3 c,
float  v = mUdf(float) 
) [inline]

Member Function Documentation

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

Member Data Documentation