| void vtkGaussianSplatter () |
| const char *GetClassName () |
| void PrintSelf (unknown & ,vtkIndent ) |
| 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 () |
| void Execute () |
| void Cap (vtkScalars *) |
| void SplitIJK (int ,int ,int ,int ,int ,int ) |
| void SplitIJ (int ,int ,int ,int ,int ) |
| void SplitIK (int ,int ,int ,int ,int ) |
| void SplitJK (int ,int ,int ,int ,int ) |
| void SplitI (int ,int ,int ,int ) |
| void SplitJ (int ,int ,int ,int ) |
| void SplitK (int ,int ,int ,int ) |
| float Gaussian (float ) |
| float EccentricGaussian (float ) |
| float ScalarSampling (float ) |
| float PositionSampling (float ) |
| void SetScalar (int ,float ) |