23#ifndef vtkPointSetStreamer_h
24#define vtkPointSetStreamer_h
26#include "vtkFiltersGeometryPreviewModule.h"
29VTK_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;
a simple class to control print indentation
Allocate and hold a VTK object.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
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.
~vtkPointSetStreamer() override
static vtkPointSetStreamer * New()
Superclass for algorithms that produce only polydata as output.
quickly locate points in 3-space