26 #ifndef vtkPolyPointSource_h
27 #define vtkPolyPointSource_h
29 #include "vtkFiltersSourcesModule.h"
45 void SetNumberOfPoints(
vtkIdType numPoints);
57 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
create points from a list of input points
vtkTypeUInt32 vtkMTimeType
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
virtual vtkMTimeType GetMTime()
Return this object's modified time.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.