68 #ifndef vtkPointDensityFilter_h
69 #define vtkPointDensityFilter_h
71 #include "vtkFiltersPointsModule.h"
74 #define VTK_DENSITY_ESTIMATE_FIXED_RADIUS 0
75 #define VTK_DENSITY_ESTIMATE_RELATIVE_RADIUS 1
77 #define VTK_DENSITY_FORM_VOLUME_NORM 0
78 #define VTK_DENSITY_FORM_NPTS 1
80 VTK_ABI_NAMESPACE_BEGIN
103 void SetSampleDimensions(
int i,
int j,
int k);
104 void SetSampleDimensions(
int dim[3]);
105 vtkGetVectorMacro(SampleDimensions,
int, 3);
115 vtkSetVector6Macro(ModelBounds,
double);
116 vtkGetVectorMacro(ModelBounds,
double, 6);
126 vtkSetClampMacro(AdjustDistance,
double, -1.0, 1.0);
127 vtkGetMacro(AdjustDistance,
double);
138 vtkGetMacro(DensityEstimate,
int);
147 const char* GetDensityEstimateAsString();
157 vtkGetMacro(DensityForm,
int);
160 const char* GetDensityFormAsString();
170 vtkGetMacro(Radius,
double);
182 vtkGetMacro(RelativeRadius,
double);
190 vtkSetMacro(ScalarWeighting,
bool);
191 vtkGetMacro(ScalarWeighting,
bool);
192 vtkBooleanMacro(ScalarWeighting,
bool);
203 vtkSetMacro(ComputeGradient,
bool);
204 vtkGetMacro(ComputeGradient,
bool);
205 vtkBooleanMacro(ComputeGradient,
bool);
234 int SampleDimensions[3];
235 double ModelBounds[6];
237 double Origin[3], Spacing[3];
257 VTK_ABI_NAMESPACE_END
FunctionClass
This enum is used to classify the behavior of the function gradient.
abstract class to specify dataset behavior
#define VTK_DENSITY_FORM_NPTS
#define VTK_DENSITY_ESTIMATE_RELATIVE_RADIUS
void SetDensityEstimateToRelativeRadius()
Specify the method to estimate point density.
a simple class to control print indentation
abstract class to quickly locate points in 3-space
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetDensityFormToVolumeNormalized()
Specify the form by which the density is expressed.
#define VTK_DENSITY_FORM_VOLUME_NORM
void SetDensityEstimateToFixedRadius()
Specify the method to estimate point density.
void SetDensityFormToNumberOfPoints()
Specify the form by which the density is expressed.
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
Generic algorithm superclass for image algs.
#define VTK_DENSITY_ESTIMATE_FIXED_RADIUS
static vtkAlgorithm * New()
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 in response to a REQUEST_DATA request from the executive.
produce density field from input point cloud
vtkAbstractPointLocator * Locator