ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageSpatialAlgorithm Class Reference

vtkImageSpatialAlgorithm - Filters that operate on pixel neighborhoods. More...

Inheritance diagram for Kitware.VTK.vtkImageSpatialAlgorithm:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageSpatialAlgorithm:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

override void Kitware.VTK.vtkImageSpatialAlgorithm.Dispose ( bool  disposing) [protected]

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.

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]
static new int Kitware.VTK.vtkImageSpatialAlgorithm.IsTypeOf ( string  type) [static]
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]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageSpatialAlgorithm.MRClassNameKey = "24vtkImageSpatialAlgorithm" [static]
new const string Kitware.VTK.vtkImageSpatialAlgorithm.MRFullTypeName = "Kitware.VTK.vtkImageSpatialAlgorithm"

The documentation for this class was generated from the following file: