36     Point3D( 
double x, 
double y, 
double z );
    43     double dist3D( 
Point3D* p ) 
const;
    51     void setX( 
double x );
    53     void setY( 
double y );
    55     void setZ( 
double z );
 
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
 
bool operator!=(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
 
double getZ() const
Returns the z-coordinate of the point. 
 
double getY() const
Returns the y-coordinate of the point. 
 
void setZ(double z)
Sets the z-coordinate of the point. 
 
Point3D is a class to represent a three dimensional point. 
 
double getX() const
Returns the x-coordinate of the point. 
 
void setX(double x)
Sets the x-coordinate of the point. 
 
void setY(double y)
Sets the y-coordinate of the point.