Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XYSeries Class Reference

#include <xyser.h>

List of all members.

Public Methods

 XYSeries (void)
virtual ~XYSeries (void)
virtual void domain (double begin, double end)=0
virtual void domain (double *begin, double *end) const=0
virtual unsigned numPoints (void)=0
virtual xybool changPoint (unsigned number, double x, double y)=0
virtual xybool point (int n, double &x, double &y)=0


Constructor & Destructor Documentation

XYSeries::XYSeries void    [inline]
 

Definition at line 22 of file xyser.h.

virtual XYSeries::~XYSeries void    [inline, virtual]
 

Definition at line 25 of file xyser.h.


Member Function Documentation

virtual xybool XYSeries::changPoint unsigned    number,
double    x,
double    y
[pure virtual]
 

virtual void XYSeries::domain double *    begin,
double *    end
const [pure virtual]
 

virtual void XYSeries::domain double    begin,
double    end
[pure virtual]
 

virtual unsigned XYSeries::numPoints void    [pure virtual]
 

virtual xybool XYSeries::point int    n,
double &    x,
double &    y
[pure virtual]
 

Referenced by XYCartesianStepMask::pick().


The documentation for this class was generated from the following file:
XY
Tecgraf / PUC-Rio - Computer Graphics Technology Group