26#ifndef vtkPolyLineSource_h
27#define vtkPolyLineSource_h
29#include "vtkFiltersSourcesModule.h"
72 vtkGetMacro(Closed,
int);
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
create a poly line from a list of input points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNumberOfPoints(vtkIdType numPoints)
Set the number of points in the poly line.
void SetPoint(vtkIdType id, double x, double y, double z)
Set a point location.
vtkIdType GetNumberOfPoints()
static vtkPolyLineSource * New()
~vtkPolyLineSource() override
void SetPoints(vtkPoints *points)
Get the points.
void Resize(vtkIdType numPoints)
Resize while preserving data.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.