Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Imaging/vtkGaussianSplatter.h File Reference

#include "vtkDataSetToImageFilter.h"

Include dependency graph for vtkGaussianSplatter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkGaussianSplatter
 splat points into a volume with an elliptical, Gaussian distribution More...


Defines

#define VTK_ACCUMULATION_MODE_MIN   0
#define VTK_ACCUMULATION_MODE_MAX   1
#define VTK_ACCUMULATION_MODE_SUM   2


Define Documentation

#define VTK_ACCUMULATION_MODE_MIN   0
 

Definition at line 94 of file vtkGaussianSplatter.h.

Referenced by vtkGaussianSplatter::SetAccumulationModeToMin().

#define VTK_ACCUMULATION_MODE_MAX   1
 

Definition at line 95 of file vtkGaussianSplatter.h.

Referenced by vtkGaussianSplatter::SetAccumulationModeToMax().

#define VTK_ACCUMULATION_MODE_SUM   2
 

Definition at line 96 of file vtkGaussianSplatter.h.

Referenced by vtkGaussianSplatter::SetAccumulationModeToSum().