ActiViz .NET
5.8.0
|
vtkImageSeparableConvolution - 3 1D convolutions on an image More...
Public Member Functions | |
vtkImageSeparableConvolution (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageSeparableConvolution () | |
Undocumented Block. | |
override uint | GetMTime () |
Overload standard modified time function. If kernel arrays are modified, then this object is modified as well. | |
virtual vtkFloatArray | GetXKernel () |
Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length. | |
virtual vtkFloatArray | GetYKernel () |
Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length. | |
virtual vtkFloatArray | GetZKernel () |
Set the Z convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageSeparableConvolution | NewInstance () |
Undocumented Block. | |
virtual void | SetXKernel (vtkFloatArray arg0) |
Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length. | |
virtual void | SetYKernel (vtkFloatArray arg0) |
Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length. | |
virtual void | SetZKernel (vtkFloatArray arg0) |
Set the Z convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length. | |
Static Public Member Functions | |
static new vtkImageSeparableConvolution | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageSeparableConvolution | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageSeparableConvolution" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkImageSeparableConvolution" |
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 | vtkImageSeparableConvolution_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkImageSeparableConvolution_GetMTime_01 (HandleRef pThis) |
static internal IntPtr | vtkImageSeparableConvolution_GetXKernel_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSeparableConvolution_GetYKernel_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSeparableConvolution_GetZKernel_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageSeparableConvolution_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkImageSeparableConvolution_IsTypeOf_06 (string type) |
static internal IntPtr | vtkImageSeparableConvolution_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSeparableConvolution_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageSeparableConvolution_SetXKernel_10 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageSeparableConvolution_SetYKernel_11 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageSeparableConvolution_SetZKernel_12 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkImageSeparableConvolution () |
Automatically generated type registration mechanics. |
vtkImageSeparableConvolution - 3 1D convolutions on an image
Description vtkImageSeparableConvolution performs a convolution along the X, Y, and Z axes of an image, based on the three different 1D convolution kernels. The kernels must be of odd size, and are considered to be centered at (int)((kernelsize - 1) / 2.0 ). If a kernel is NULL, that dimension is skipped. This filter is designed to efficiently convolve separable filters that can be decomposed into 1 or more 1D convolutions. It also handles arbitrarly large kernel sizes, and uses edge replication to handle boundaries.
static Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageSeparableConvolution.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.vtkImageDecomposeFilter.
override uint Kitware.VTK.vtkImageSeparableConvolution.GetMTime | ( | ) | [virtual] |
Overload standard modified time function. If kernel arrays are modified, then this object is modified as well.
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkFloatArray Kitware.VTK.vtkImageSeparableConvolution.GetXKernel | ( | ) | [virtual] |
Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length.
virtual vtkFloatArray Kitware.VTK.vtkImageSeparableConvolution.GetYKernel | ( | ) | [virtual] |
Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.
virtual vtkFloatArray Kitware.VTK.vtkImageSeparableConvolution.GetZKernel | ( | ) | [virtual] |
Set the Z convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.
override int Kitware.VTK.vtkImageSeparableConvolution.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new int Kitware.VTK.vtkImageSeparableConvolution.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new vtkImageSeparableConvolution Kitware.VTK.vtkImageSeparableConvolution.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new vtkImageSeparableConvolution Kitware.VTK.vtkImageSeparableConvolution.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
virtual void Kitware.VTK.vtkImageSeparableConvolution.SetXKernel | ( | vtkFloatArray | arg0 | ) | [virtual] |
Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length.
virtual void Kitware.VTK.vtkImageSeparableConvolution.SetYKernel | ( | vtkFloatArray | arg0 | ) | [virtual] |
Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.
virtual void Kitware.VTK.vtkImageSeparableConvolution.SetZKernel | ( | vtkFloatArray | arg0 | ) | [virtual] |
Set the Z convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.
static internal uint Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_GetMTime_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_GetXKernel_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_GetYKernel_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_GetZKernel_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_SetXKernel_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_SetYKernel_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeparableConvolution.vtkImageSeparableConvolution_SetZKernel_12 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageSeparableConvolution.MRClassNameKey = "28vtkImageSeparableConvolution" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
new const string Kitware.VTK.vtkImageSeparableConvolution.MRFullTypeName = "Kitware.VTK.vtkImageSeparableConvolution" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.