Go to the documentation of this file.
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);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
create a poly line from a list of input points
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.