Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Point3D Class Reference

#include <Point3D.h>

List of all members.

Public Member Functions

 Point3D (double a=0, double b=0, double c=0)
void setPoint (double, double, double)
double X ()
void setX (double s)
double Y ()
void setY (double s)
double Z ()
void setZ (double s)
void setMasked (bool m)
bool Masked ()

Protected Attributes

double x
double y
double z
bool masked


Constructor & Destructor Documentation

Point3D::Point3D double  a = 0,
double  b = 0,
double  c = 0
 


Member Function Documentation

bool Point3D::Masked  )  [inline]
 

void Point3D::setMasked bool  m  )  [inline]
 

void Point3D::setPoint double  ,
double  ,
double 
 

void Point3D::setX double  s  )  [inline]
 

void Point3D::setY double  s  )  [inline]
 

void Point3D::setZ double  s  )  [inline]
 

double Point3D::X  )  [inline]
 

double Point3D::Y  )  [inline]
 

double Point3D::Z  )  [inline]
 


Member Data Documentation

bool Point3D::masked [protected]
 

double Point3D::x [protected]
 

double Point3D::y [protected]
 

double Point3D::z [protected]
 


The documentation for this class was generated from the following files:
Generated on Sun Apr 2 02:05:10 2006 for LabPlot by  doxygen 1.4.4