25 #ifndef vtkPolyLineSource_h 26 #define vtkPolyLineSource_h 42 void SetNumberOfPoints(
vtkIdType numPoints);
50 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetObjectMacro(name, type)
#define vtkBooleanMacro(name, type)
represent and manipulate 3D points
#define vtkSetMacro(name, type)
create a poly line from a list of input points