vtkGaussianSplatter - splat points with Gaussian distribution
Super Class: vtkDataSetToStructuredPointsFilter
Description:
vtkGaussianSplatter is a filter that injects input points into a structured points dataset. As each point is injected, it "splats" or distributes values to neighboring voxels in the structured points dataset. Data is distributed using a Gaussian distribution function. The distribution function is modified using scalar values (expands distribution) or normals/vectors (creates ellipsoidal distribution rather than spherical).
Methods:
Detailed Method Descriptions:
![]()
| static vtkGaussianSplatter *New () |
![]()
| void ComputeModelBounds () |
![]()
| void SetSampleDimensions (int ,int ,int ) | |
| void SetSampleDimensions (int ) | |
| int *GetSampleDimensions () |
![]()
| void SetRadius (float ) | |
| float GetRadius () |
![]()
| void SetScaleFactor (float ) | |
| float GetScaleFactor () |
![]()
| void SetExponentFactor (float ) | |
| float GetExponentFactor () |
![]()
| void SetEccentricity (float ) | |
| float GetEccentricity () |
![]()
| void SetModelBounds (float ,float ,float ,float ,float ,float ) | |
| void SetModelBounds (float *) | |
| float *GetModelBounds () |
![]()
| void SetNormalWarping (int ) | |
| int GetNormalWarping () | |
| void NormalWarpingOn () | |
| void NormalWarpingOff () |
![]()
| void SetScalarWarping (int ) | |
| int GetScalarWarping () | |
| void ScalarWarpingOn () | |
| void ScalarWarpingOff () |
![]()
| void SetCapping (int ) | |
| int GetCapping () | |
| void CappingOn () | |
| void CappingOff () |
![]()
| void SetCapValue (float ) | |
| float GetCapValue () |
![]()