 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkPolyPointSource_h
24 #define vtkPolyPointSource_h
26 #include "vtkFiltersSourcesModule.h"
42 void SetNumberOfPoints(
vtkIdType numPoints);
54 void SetPoint(
vtkIdType id,
double x,
double y,
double z);
represent and manipulate 3D points
create points 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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.