ActiViz .NET
5.8.0
|
vtkImageGaussianSmooth - Performs a gaussian convolution. More...
Public Member Functions | |
vtkImageGaussianSmooth (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageGaussianSmooth () | |
Creates an instance of vtkImageGaussianSmooth with the following defaults: Dimensionality 3, StandardDeviations( 2, 2, 2), Radius Factors ( 1.5, 1.5, 1.5) | |
virtual int | GetDimensionality () |
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed. | |
virtual double[] | GetRadiusFactors () |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
virtual void | GetRadiusFactors (ref double _arg1, ref double _arg2, ref double _arg3) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
virtual void | GetRadiusFactors (IntPtr _arg) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
virtual double[] | GetStandardDeviations () |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
virtual void | GetStandardDeviations (ref double _arg1, ref double _arg2, ref double _arg3) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
virtual void | GetStandardDeviations (IntPtr _arg) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageGaussianSmooth | NewInstance () |
Undocumented Block. | |
virtual void | SetDimensionality (int _arg) |
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed. | |
void | SetRadiusFactor (double f) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
virtual void | SetRadiusFactors (double _arg1, double _arg2, double _arg3) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
virtual void | SetRadiusFactors (IntPtr _arg) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
void | SetRadiusFactors (double f, double f2) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero. | |
void | SetStandardDeviation (double std) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
void | SetStandardDeviation (double a, double b) |
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts. | |
void | SetStandardDeviation (double a, double b, double c) |
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts. | |
virtual void | SetStandardDeviations (double _arg1, double _arg2, double _arg3) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
virtual void | SetStandardDeviations (IntPtr _arg) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
void | SetStandardDeviations (double a, double b) |
Sets/Gets the Standard deviation of the gaussian in pixel units. | |
Static Public Member Functions | |
static new vtkImageGaussianSmooth | New () |
Creates an instance of vtkImageGaussianSmooth with the following defaults: Dimensionality 3, StandardDeviations( 2, 2, 2), Radius Factors ( 1.5, 1.5, 1.5) | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageGaussianSmooth | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageGaussianSmooth" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkImageGaussianSmooth" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkImageGaussianSmooth_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageGaussianSmooth_GetDimensionality_01 (HandleRef pThis) |
static internal IntPtr | vtkImageGaussianSmooth_GetRadiusFactors_02 (HandleRef pThis) |
static internal void | vtkImageGaussianSmooth_GetRadiusFactors_03 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageGaussianSmooth_GetRadiusFactors_04 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkImageGaussianSmooth_GetStandardDeviations_05 (HandleRef pThis) |
static internal void | vtkImageGaussianSmooth_GetStandardDeviations_06 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageGaussianSmooth_GetStandardDeviations_07 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageGaussianSmooth_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkImageGaussianSmooth_IsTypeOf_09 (string type) |
static internal IntPtr | vtkImageGaussianSmooth_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageGaussianSmooth_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageGaussianSmooth_SetDimensionality_13 (HandleRef pThis, int _arg) |
static internal void | vtkImageGaussianSmooth_SetRadiusFactor_14 (HandleRef pThis, double f) |
static internal void | vtkImageGaussianSmooth_SetRadiusFactors_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageGaussianSmooth_SetRadiusFactors_16 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageGaussianSmooth_SetRadiusFactors_17 (HandleRef pThis, double f, double f2) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviation_18 (HandleRef pThis, double std) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviation_19 (HandleRef pThis, double a, double b) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviation_20 (HandleRef pThis, double a, double b, double c) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviations_21 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviations_22 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageGaussianSmooth_SetStandardDeviations_23 (HandleRef pThis, double a, double b) |
Static Private Member Functions | |
static | vtkImageGaussianSmooth () |
Automatically generated type registration mechanics. |
vtkImageGaussianSmooth - Performs a gaussian convolution.
Description vtkImageGaussianSmooth implements a convolution of the input image with a gaussian. Supports from one to three dimensional convolutions.
static Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates an instance of vtkImageGaussianSmooth with the following defaults: Dimensionality 3, StandardDeviations( 2, 2, 2), Radius Factors ( 1.5, 1.5, 1.5)
override void Kitware.VTK.vtkImageGaussianSmooth.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual int Kitware.VTK.vtkImageGaussianSmooth.GetDimensionality | ( | ) | [virtual] |
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed.
virtual double [] Kitware.VTK.vtkImageGaussianSmooth.GetRadiusFactors | ( | ) | [virtual] |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
virtual void Kitware.VTK.vtkImageGaussianSmooth.GetRadiusFactors | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
virtual void Kitware.VTK.vtkImageGaussianSmooth.GetRadiusFactors | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
virtual double [] Kitware.VTK.vtkImageGaussianSmooth.GetStandardDeviations | ( | ) | [virtual] |
Sets/Gets the Standard deviation of the gaussian in pixel units.
virtual void Kitware.VTK.vtkImageGaussianSmooth.GetStandardDeviations | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Sets/Gets the Standard deviation of the gaussian in pixel units.
virtual void Kitware.VTK.vtkImageGaussianSmooth.GetStandardDeviations | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the Standard deviation of the gaussian in pixel units.
override int Kitware.VTK.vtkImageGaussianSmooth.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageGaussianSmooth.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageGaussianSmooth Kitware.VTK.vtkImageGaussianSmooth.New | ( | ) | [static] |
Creates an instance of vtkImageGaussianSmooth with the following defaults: Dimensionality 3, StandardDeviations( 2, 2, 2), Radius Factors ( 1.5, 1.5, 1.5)
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageGaussianSmooth Kitware.VTK.vtkImageGaussianSmooth.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageGaussianSmooth.SetDimensionality | ( | int | _arg | ) | [virtual] |
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed.
void Kitware.VTK.vtkImageGaussianSmooth.SetRadiusFactor | ( | double | f | ) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
virtual void Kitware.VTK.vtkImageGaussianSmooth.SetRadiusFactors | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
virtual void Kitware.VTK.vtkImageGaussianSmooth.SetRadiusFactors | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
void Kitware.VTK.vtkImageGaussianSmooth.SetRadiusFactors | ( | double | f, |
double | f2 | ||
) |
Sets/Gets the Radius Factors of the gaussian (no unit). The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviation | ( | double | std | ) |
Sets/Gets the Standard deviation of the gaussian in pixel units.
void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviation | ( | double | a, |
double | b | ||
) |
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts.
void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviation | ( | double | a, |
double | b, | ||
double | c | ||
) |
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts.
virtual void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviations | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Sets/Gets the Standard deviation of the gaussian in pixel units.
virtual void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviations | ( | IntPtr | _arg | ) | [virtual] |
Sets/Gets the Standard deviation of the gaussian in pixel units.
void Kitware.VTK.vtkImageGaussianSmooth.SetStandardDeviations | ( | double | a, |
double | b | ||
) |
Sets/Gets the Standard deviation of the gaussian in pixel units.
static internal int Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetDimensionality_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetRadiusFactors_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetRadiusFactors_03 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetRadiusFactors_04 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetStandardDeviations_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetStandardDeviations_06 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_GetStandardDeviations_07 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetDimensionality_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetRadiusFactor_14 | ( | HandleRef | pThis, |
double | f | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetRadiusFactors_15 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetRadiusFactors_16 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetRadiusFactors_17 | ( | HandleRef | pThis, |
double | f, | ||
double | f2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviation_18 | ( | HandleRef | pThis, |
double | std | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviation_19 | ( | HandleRef | pThis, |
double | a, | ||
double | b | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviation_20 | ( | HandleRef | pThis, |
double | a, | ||
double | b, | ||
double | c | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviations_21 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviations_22 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSmooth.vtkImageGaussianSmooth_SetStandardDeviations_23 | ( | HandleRef | pThis, |
double | a, | ||
double | b | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageGaussianSmooth.MRClassNameKey = "22vtkImageGaussianSmooth" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageGaussianSmooth.MRFullTypeName = "Kitware.VTK.vtkImageGaussianSmooth" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.