98 #ifndef vtkCheckerboardSplatter_h
99 #define vtkCheckerboardSplatter_h
102 #include "vtkImagingHybridModule.h"
104 #define VTK_ACCUMULATION_MODE_MIN 0
105 #define VTK_ACCUMULATION_MODE_MAX 1
106 #define VTK_ACCUMULATION_MODE_SUM 2
131 vtkGetVectorMacro(SampleDimensions,
int, 3);
141 vtkSetVector6Macro(ModelBounds,
double);
142 vtkGetVectorMacro(ModelBounds,
double, 6);
157 vtkGetMacro(Footprint,
int);
168 vtkGetMacro(Radius,
double);
178 vtkGetMacro(ScaleFactor,
double);
187 vtkSetMacro(ExponentFactor,
double);
188 vtkGetMacro(ExponentFactor,
double);
220 vtkGetMacro(Eccentricity,
double);
233 vtkGetMacro(AccumulationMode,
int);
246 vtkSetMacro(OutputScalarType,
int);
247 vtkGetMacro(OutputScalarType,
int);
268 vtkSetMacro(CapValue,
double);
269 vtkGetMacro(CapValue,
double);
280 vtkSetMacro(NullValue,
double);
281 vtkGetMacro(NullValue,
double);
292 vtkSetClampMacro(MaximumDimension,
int, 0, 255);
293 vtkGetMacro(MaximumDimension,
int);
304 vtkSetClampMacro(ParallelSplatCrossover,
int, 0, 255);
305 vtkGetMacro(ParallelSplatCrossover,
int);
323 int SampleDimensions[3];
327 double ModelBounds[6];
328 double Origin[3], Spacing[3];
splat points into a volume with an elliptical, Gaussian distribution
vtkTypeBool NormalWarping
void SetOutputScalarTypeToDouble()
Set what type of scalar data this source should generate.
void SetAccumulationModeToSum()
Specify the scalar accumulation mode.
void SetAccumulationModeToMin()
Specify the scalar accumulation mode.
~vtkCheckerboardSplatter() override=default
void SetSampleDimensions(int i, int j, int k)
Set / get the dimensions of the sampling structured point set.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
static vtkCheckerboardSplatter * New()
Construct object with dimensions=(50,50,50); automatic computation of bounds; a Footprint of 2; a Rad...
const char * GetAccumulationModeAsString()
Specify the scalar accumulation mode.
vtkCheckerboardSplatter()
unsigned char MaximumDimension
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetAccumulationModeToMax()
Specify the scalar accumulation mode.
void SetSampleDimensions(int dim[3])
Set / get the dimensions of the sampling structured point set.
void ComputeModelBounds(vtkDataSet *input, vtkImageData *output, vtkInformation *outInfo)
Compute the size of the sample bounding box automatically from the input data.
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
void SetOutputScalarTypeToFloat()
Set what type of scalar data this source should generate.
int ParallelSplatCrossover
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkTypeBool ScalarWarping
abstract superclass for composite (multi-block or AMR) datasets
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_ACCUMULATION_MODE_SUM
#define VTK_ACCUMULATION_MODE_MIN
#define VTK_ACCUMULATION_MODE_MAX