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.vtkImageSeparableConvolution Class Reference

vtkImageSeparableConvolution - 3 1D convolutions on an image More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Overload standard modified time function. If kernel arrays are modified, then this object is modified as well.

Reimplemented from Kitware.VTK.vtkObject.

Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length.

Here is the call graph for this function:

Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.

Here is the call graph for this function:

Set the Z convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.

Here is the call graph for this function:

Set the X convolution kernel, a null value indicates no convolution to be done. The kernel must be of odd length.

Set the Y convolution kernel, a null value indicates no convolution to be done The kernel must be of odd length.

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 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]

Member Data Documentation

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.


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