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);
72 vtkGetMacro(Closed,
int);
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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