23 #ifndef vtkPointSetStreamer_h
24 #define vtkPointSetStreamer_h
26 #include "vtkFiltersGeometryPreviewModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetClampMacro(NumberOfPointsPerBucket,
int, 1,
VTK_INT_MAX);
47 vtkGetMacro(NumberOfPointsPerBucket,
int);
74 vtkSetMacro(CreateVerticesCellArray,
bool);
75 vtkGetMacro(CreateVerticesCellArray,
bool);
76 vtkBooleanMacro(CreateVerticesCellArray,
bool);
89 int NumberOfPointsPerBucket = 1;
92 bool CreateVerticesCellArray =
true;
98 #endif // vtkPointSetStreamer_h
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
quickly locate points in 3-space
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.