29#ifndef vtkPointSetToOctreeImageFilter_h
30#define vtkPointSetToOctreeImageFilter_h
32#include "vtkFiltersGeometryPreviewModule.h"
35VTK_ABI_NAMESPACE_BEGIN
52 vtkGetMacro(NumberOfPointsPerCell,
int);
62 vtkSetMacro(ProcessInputPointArray,
bool);
63 vtkGetMacro(ProcessInputPointArray,
bool);
64 vtkBooleanMacro(ProcessInputPointArray,
bool);
75 vtkSetMacro(ComputeLastValue,
bool);
76 vtkGetMacro(ComputeLastValue,
bool);
77 vtkBooleanMacro(ComputeLastValue,
bool);
86 vtkSetMacro(ComputeMin,
bool);
87 vtkGetMacro(ComputeMin,
bool);
88 vtkBooleanMacro(ComputeMin,
bool);
97 vtkSetMacro(ComputeMax,
bool);
98 vtkGetMacro(ComputeMax,
bool);
99 vtkBooleanMacro(ComputeMax,
bool);
108 vtkSetMacro(ComputeCount,
bool);
109 vtkGetMacro(ComputeCount,
bool);
110 vtkBooleanMacro(ComputeCount,
bool);
119 vtkSetMacro(ComputeSum,
bool);
120 vtkGetMacro(ComputeSum,
bool);
121 vtkBooleanMacro(ComputeSum,
bool);
133 vtkSetMacro(ComputeMean,
bool);
134 vtkGetMacro(ComputeMean,
bool);
135 vtkBooleanMacro(ComputeMean,
bool);
150 bool ProcessInputPointArray =
false;
151 bool ComputeLastValue =
true;
152 bool ComputeMin =
false;
153 bool ComputeMax =
false;
154 bool ComputeCount =
false;
155 bool ComputeSum =
false;
156 bool ComputeMean =
false;
158 enum class FieldFunctions
168 template <
typename TPo
intsArray>
169 struct PointSetToImageFunctor;
170 struct PointSetToImageWorker;
a simple class to control print indentation
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
convert a point set to an octree image
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.
static vtkPointSetToOctreeImageFilter * New()
vtkPointSetToOctreeImageFilter()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
~vtkPointSetToOctreeImageFilter() override