25 #ifndef vtkPolyLineSource_h 
   26 #define vtkPolyLineSource_h 
   42   void SetNumberOfPoints(
vtkIdType numPoints);
 
   50   void SetPoint(
vtkIdType id, 
double x, 
double y, 
double z);
 
   61   vtkSetMacro(Closed, 
int);
 
   62   vtkGetMacro(Closed, 
int);
 
   63   vtkBooleanMacro(Closed, 
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 
 
represent and manipulate 3D points 
 
create a poly line from a list of input points