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

vtkImageLaplacian - Computes divergence of gradient. More...

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

List of all members.

Public Member Functions

 vtkImageLaplacian (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageLaplacian ()
 Undocumented Block.
virtual int GetDimensionality ()
 Determines how the input is interpreted (set of 2d slices ...)
virtual int GetDimensionalityMaxValue ()
 Determines how the input is interpreted (set of 2d slices ...)
virtual int GetDimensionalityMinValue ()
 Determines how the input is interpreted (set of 2d slices ...)
override int IsA (string type)
 Undocumented Block.
new vtkImageLaplacian NewInstance ()
 Undocumented Block.
virtual void SetDimensionality (int _arg)
 Determines how the input is interpreted (set of 2d slices ...)

Static Public Member Functions

static new vtkImageLaplacian New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageLaplacian SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageLaplacian"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkImageLaplacian"
 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 vtkImageLaplacian_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageLaplacian_GetDimensionality_01 (HandleRef pThis)
static internal int vtkImageLaplacian_GetDimensionalityMaxValue_02 (HandleRef pThis)
static internal int vtkImageLaplacian_GetDimensionalityMinValue_03 (HandleRef pThis)
static internal int vtkImageLaplacian_IsA_04 (HandleRef pThis, string type)
static internal int vtkImageLaplacian_IsTypeOf_05 (string type)
static internal IntPtr vtkImageLaplacian_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageLaplacian_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageLaplacian_SetDimensionality_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageLaplacian ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageLaplacian - Computes divergence of gradient.

Description vtkImageLaplacian computes the Laplacian (like a second derivative) of a scalar image. The operation is the same as taking the divergence after a gradient. Boundaries are handled, so the input is the same as the output. Dimensionality determines how the input regions are interpreted. (images, or volumes). The Dimensionality defaults to two.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian ( 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.vtkImageLaplacian.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.

Determines how the input is interpreted (set of 2d slices ...)

Determines how the input is interpreted (set of 2d slices ...)

Determines how the input is interpreted (set of 2d slices ...)

override int Kitware.VTK.vtkImageLaplacian.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

static new int Kitware.VTK.vtkImageLaplacian.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageLaplacian.SetDimensionality ( int  _arg) [virtual]

Determines how the input is interpreted (set of 2d slices ...)

static internal int Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_GetDimensionality_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_GetDimensionalityMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_GetDimensionalityMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageLaplacian.vtkImageLaplacian_SetDimensionality_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageLaplacian.MRClassNameKey = "17vtkImageLaplacian" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

new const string Kitware.VTK.vtkImageLaplacian.MRFullTypeName = "Kitware.VTK.vtkImageLaplacian"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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