Go to the documentation of this file.
97 #ifndef vtkCheckerboardSplatter_h
98 #define vtkCheckerboardSplatter_h
103 #define VTK_ACCUMULATION_MODE_MIN 0
104 #define VTK_ACCUMULATION_MODE_MAX 1
105 #define VTK_ACCUMULATION_MODE_SUM 2
301 int SampleDimensions[3];
305 double ModelBounds[6];
306 double Origin[3], Spacing[3];
static vtkCheckerboardSplatter * New()
splat points into a volume with an elliptical, Gaussian distribution
int ParallelSplatCrossover
#define vtkTypeMacro(thisClass, superclass)
#define VTK_ACCUMULATION_MODE_SUM
#define VTK_ACCUMULATION_MODE_MIN
Generic algorithm superclass for image algs.
GLenum GLenum GLenum input
#define vtkGetVectorMacro(name, type, count)
abstract superclass for composite (multi-block or AMR) datasets
#define VTKIMAGINGHYBRID_EXPORT
void SetOutputScalarTypeToFloat()
void ComputeModelBounds(vtkDataSet *input, vtkImageData *output, vtkInformation *outInfo)
#define vtkSetClampMacro(name, type, min, max)
#define VTK_ACCUMULATION_MODE_MAX
topologically and geometrically regular array of data
a simple class to control print indentation
void SetSampleDimensions(int i, int j, int k)
#define vtkGetMacro(name, type)
void SetAccumulationModeToMin()
vtkCheckerboardSplatter()
void SetOutputScalarTypeToDouble()
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
~vtkCheckerboardSplatter()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetAccumulationModeToSum()
unsigned char MaximumDimension
#define vtkSetVector6Macro(name, type)
dynamic, self-adjusting array of double
const char * GetAccumulationModeAsString()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetAccumulationModeToMax()
void PrintSelf(ostream &os, vtkIndent indent)
void SetSampleDimensions(int dim[3])