ActiViz .NET
5.8.0
|
vtkImageSpatialAlgorithm - Filters that operate on pixel neighborhoods. More...
Public Member Functions | |
vtkImageSpatialAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageSpatialAlgorithm () | |
Undocumented Block. | |
virtual int[] | GetKernelMiddle () |
Get the Kernel middle. | |
virtual void | GetKernelMiddle (ref int _arg1, ref int _arg2, ref int _arg3) |
Get the Kernel middle. | |
virtual void | GetKernelMiddle (IntPtr _arg) |
Get the Kernel middle. | |
virtual int[] | GetKernelSize () |
Get the Kernel size. | |
virtual void | GetKernelSize (ref int _arg1, ref int _arg2, ref int _arg3) |
Get the Kernel size. | |
virtual void | GetKernelSize (IntPtr _arg) |
Get the Kernel size. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageSpatialAlgorithm | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkImageSpatialAlgorithm | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageSpatialAlgorithm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageSpatialAlgorithm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkImageSpatialAlgorithm" |
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 | vtkImageSpatialAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSpatialAlgorithm_GetKernelMiddle_01 (HandleRef pThis) |
static internal void | vtkImageSpatialAlgorithm_GetKernelMiddle_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkImageSpatialAlgorithm_GetKernelMiddle_03 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkImageSpatialAlgorithm_GetKernelSize_04 (HandleRef pThis) |
static internal void | vtkImageSpatialAlgorithm_GetKernelSize_05 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkImageSpatialAlgorithm_GetKernelSize_06 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageSpatialAlgorithm_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkImageSpatialAlgorithm_IsTypeOf_08 (string type) |
static internal IntPtr | vtkImageSpatialAlgorithm_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSpatialAlgorithm_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkImageSpatialAlgorithm () |
Automatically generated type registration mechanics. |
vtkImageSpatialAlgorithm - Filters that operate on pixel neighborhoods.
Description vtkImageSpatialAlgorithm is a super class for filters that operate on an input neighborhood for each output pixel. It handles even sized neighborhoods, but their can be a half pixel shift associated with processing. This superclass has some logic for handling boundaries. It can split regions into boundary and non-boundary pieces and call different execute methods.
static Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageSpatialAlgorithm.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.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
virtual int [] Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelMiddle | ( | ) | [virtual] |
Get the Kernel middle.
virtual void Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelMiddle | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Get the Kernel middle.
virtual void Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelMiddle | ( | IntPtr | _arg | ) | [virtual] |
Get the Kernel middle.
virtual int [] Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelSize | ( | ) | [virtual] |
Get the Kernel size.
virtual void Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelSize | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Get the Kernel size.
virtual void Kitware.VTK.vtkImageSpatialAlgorithm.GetKernelSize | ( | IntPtr | _arg | ) | [virtual] |
Get the Kernel size.
override int Kitware.VTK.vtkImageSpatialAlgorithm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
static new int Kitware.VTK.vtkImageSpatialAlgorithm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
static new vtkImageSpatialAlgorithm Kitware.VTK.vtkImageSpatialAlgorithm.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
static new vtkImageSpatialAlgorithm Kitware.VTK.vtkImageSpatialAlgorithm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
static internal IntPtr Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelMiddle_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelMiddle_02 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelMiddle_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelSize_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelSize_05 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_GetKernelSize_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialAlgorithm.vtkImageSpatialAlgorithm_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageSpatialAlgorithm.MRClassNameKey = "24vtkImageSpatialAlgorithm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.
new const string Kitware.VTK.vtkImageSpatialAlgorithm.MRFullTypeName = "Kitware.VTK.vtkImageSpatialAlgorithm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageAnisotropicDiffusion3D, Kitware.VTK.vtkImageAnisotropicDiffusion2D, Kitware.VTK.vtkImageHybridMedian2D, Kitware.VTK.vtkImageVariance3D, Kitware.VTK.vtkImageDilateErode3D, Kitware.VTK.vtkImageMedian3D, Kitware.VTK.vtkImageSobel3D, Kitware.VTK.vtkImageContinuousDilate3D, Kitware.VTK.vtkImageContinuousErode3D, Kitware.VTK.vtkImageRange3D, and Kitware.VTK.vtkImageSobel2D.