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

Point Class Reference

#include <Point.h>

List of all members.

Public Member Functions

 Point (double a=0, double b=0)
void setPoint (double, double)
double X ()
void setX (double s)
double Y ()
void setY (double s)
void setMasked (bool m=true)
bool Masked ()

Protected Attributes

double x
double y
bool masked


Constructor & Destructor Documentation

Point::Point double  a = 0,
double  b = 0
 


Member Function Documentation

bool Point::Masked  )  [inline]
 

void Point::setMasked bool  m = true  )  [inline]
 

void Point::setPoint double  ,
double 
 

void Point::setX double  s  )  [inline]
 

void Point::setY double  s  )  [inline]
 

double Point::X  )  [inline]
 

double Point::Y  )  [inline]
 


Member Data Documentation

bool Point::masked [protected]
 

double Point::x [protected]
 

double Point::y [protected]
 


The documentation for this class was generated from the following files:
Generated on Sat Oct 13 21:55:03 2007 for LabPlot by  doxygen 1.4.4