33 #ifndef vtkLineSource_h 
   34 #define vtkLineSource_h 
   50   vtkSetVector3Macro(Point1,
double);
 
   51   vtkGetVectorMacro(Point1,
double,3);
 
   52   void SetPoint1(
float[3]);
 
   57   vtkSetVector3Macro(Point2,
double);
 
   58   vtkGetVectorMacro(Point2,
double,3);
 
   59   void SetPoint2(
float[3]);
 
   71   vtkGetMacro(Resolution,
int);
 
   79   vtkSetMacro(OutputPointsPrecision,
int);
 
   80   vtkGetMacro(OutputPointsPrecision,
int);
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
static vtkPolyDataAlgorithm * New()
 
void PrintSelf(ostream &os, vtkIndent indent)
 
Superclass for algorithms that produce only polydata as output. 
 
a simple class to control print indentation 
 
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
int OutputPointsPrecision
 
create a line defined by two end points 
 
represent and manipulate 3D points