86 #ifndef vtkCheckerboardSplatter_h
87 #define vtkCheckerboardSplatter_h
90 #include "vtkImagingHybridModule.h"
92 #define VTK_ACCUMULATION_MODE_MIN 0
93 #define VTK_ACCUMULATION_MODE_MAX 1
94 #define VTK_ACCUMULATION_MODE_SUM 2
96 VTK_ABI_NAMESPACE_BEGIN
118 void SetSampleDimensions(
int i,
int j,
int k);
119 void SetSampleDimensions(
int dim[3]);
120 vtkGetVectorMacro(SampleDimensions,
int, 3);
130 vtkSetVector6Macro(ModelBounds,
double);
131 vtkGetVectorMacro(ModelBounds,
double, 6);
146 vtkGetMacro(Footprint,
int);
157 vtkGetMacro(Radius,
double);
167 vtkGetMacro(ScaleFactor,
double);
176 vtkSetMacro(ExponentFactor,
double);
177 vtkGetMacro(ExponentFactor,
double);
209 vtkGetMacro(Eccentricity,
double);
222 vtkGetMacro(AccumulationMode,
int);
226 const char* GetAccumulationModeAsString();
235 vtkSetMacro(OutputScalarType,
int);
236 vtkGetMacro(OutputScalarType,
int);
257 vtkSetMacro(CapValue,
double);
258 vtkGetMacro(CapValue,
double);
269 vtkSetMacro(NullValue,
double);
270 vtkGetMacro(NullValue,
double);
281 vtkSetClampMacro(MaximumDimension,
int, 0, 255);
282 vtkGetMacro(MaximumDimension,
int);
293 vtkSetClampMacro(ParallelSplatCrossover,
int, 0, 255);
294 vtkGetMacro(ParallelSplatCrossover,
int);
312 int SampleDimensions[3];
316 double ModelBounds[6];
317 double Origin[3], Spacing[3];
334 VTK_ABI_NAMESPACE_END
int ParallelSplatCrossover
#define VTK_ACCUMULATION_MODE_MIN
#define VTK_ACCUMULATION_MODE_MAX
abstract class to specify dataset behavior
void SetOutputScalarTypeToFloat()
Set what type of scalar data this source should generate.
dynamic, self-adjusting array of double
splat points into a volume with an elliptical, Gaussian distribution
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
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...
#define VTK_ACCUMULATION_MODE_SUM
void SetAccumulationModeToSum()
Specify the scalar accumulation mode.
vtkTypeBool ScalarWarping
vtkTypeBool NormalWarping
void SetAccumulationModeToMin()
Specify the scalar accumulation mode.
void SetAccumulationModeToMax()
Specify the scalar accumulation mode.
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 SetOutputScalarTypeToDouble()
Set what type of scalar data this source should generate.
Generic algorithm superclass for image algs.
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.
unsigned char MaximumDimension