26 #ifndef vtkPolyLineSource_h 27 #define vtkPolyLineSource_h 29 #include "vtkFiltersSourcesModule.h" 45 void SetNumberOfPoints(
vtkIdType numPoints);
57 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
create a poly line from a list of input points