ActiViz .NET
5.8.0
|
vtkImageSpatialFilter - Filters that operate on pixel neighborhoods. More...
Public Member Functions | |
vtkImageSpatialFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageSpatialFilter () | |
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 vtkImageSpatialFilter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkImageSpatialFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageSpatialFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageSpatialFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkImageSpatialFilter" |
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 | vtkImageSpatialFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSpatialFilter_GetKernelMiddle_01 (HandleRef pThis) |
static internal void | vtkImageSpatialFilter_GetKernelMiddle_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkImageSpatialFilter_GetKernelMiddle_03 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkImageSpatialFilter_GetKernelSize_04 (HandleRef pThis) |
static internal void | vtkImageSpatialFilter_GetKernelSize_05 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkImageSpatialFilter_GetKernelSize_06 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageSpatialFilter_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkImageSpatialFilter_IsTypeOf_08 (string type) |
static internal IntPtr | vtkImageSpatialFilter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSpatialFilter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkImageSpatialFilter () |
Automatically generated type registration mechanics. |
vtkImageSpatialFilter - Filters that operate on pixel neighborhoods.
Description vtkImageSpatialFilter 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. Warning This used to be the parent class for most imaging filter in VTK4.x, now this role has been replaced by vtkImageSpatialAlgorithm. You should consider using vtkImageSpatialAlgorithm instead, when writing filter for VTK5 and above. This class was kept to ensure full backward compatibility.
vtkSimpleImageToImageFilter vtkImageToImageFilter vtkImageSpatialAlgorithm
static Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageSpatialFilter.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.vtkImageToImageFilter.
virtual int [] Kitware.VTK.vtkImageSpatialFilter.GetKernelMiddle | ( | ) | [virtual] |
Get the Kernel middle.
virtual void Kitware.VTK.vtkImageSpatialFilter.GetKernelMiddle | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Get the Kernel middle.
virtual void Kitware.VTK.vtkImageSpatialFilter.GetKernelMiddle | ( | IntPtr | _arg | ) | [virtual] |
Get the Kernel middle.
virtual int [] Kitware.VTK.vtkImageSpatialFilter.GetKernelSize | ( | ) | [virtual] |
Get the Kernel size.
virtual void Kitware.VTK.vtkImageSpatialFilter.GetKernelSize | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Get the Kernel size.
virtual void Kitware.VTK.vtkImageSpatialFilter.GetKernelSize | ( | IntPtr | _arg | ) | [virtual] |
Get the Kernel size.
override int Kitware.VTK.vtkImageSpatialFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.
static new int Kitware.VTK.vtkImageSpatialFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.
static new vtkImageSpatialFilter Kitware.VTK.vtkImageSpatialFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.
static new vtkImageSpatialFilter Kitware.VTK.vtkImageSpatialFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.
static internal IntPtr Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelMiddle_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelMiddle_02 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelMiddle_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelSize_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelSize_05 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_GetKernelSize_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSpatialFilter.vtkImageSpatialFilter_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageSpatialFilter.MRClassNameKey = "21vtkImageSpatialFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.
new const string Kitware.VTK.vtkImageSpatialFilter.MRFullTypeName = "Kitware.VTK.vtkImageSpatialFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageToImageFilter.