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

vtkImageGradientMagnitude - Computes magnitude of the gradient. More...

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

List of all members.

Public Member Functions

 vtkImageGradientMagnitude (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageGradientMagnitude ()
 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 ...)
virtual int GetHandleBoundaries ()
 If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void HandleBoundariesOff ()
 If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void HandleBoundariesOn ()
 If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
override int IsA (string type)
 Undocumented Block.
new vtkImageGradientMagnitude NewInstance ()
 Undocumented Block.
virtual void SetDimensionality (int _arg)
 Determines how the input is interpreted (set of 2d slices ...)
virtual void SetHandleBoundaries (int _arg)
 If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkImageGradientMagnitude"
 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 vtkImageGradientMagnitude_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageGradientMagnitude_GetDimensionality_01 (HandleRef pThis)
static internal int vtkImageGradientMagnitude_GetDimensionalityMaxValue_02 (HandleRef pThis)
static internal int vtkImageGradientMagnitude_GetDimensionalityMinValue_03 (HandleRef pThis)
static internal int vtkImageGradientMagnitude_GetHandleBoundaries_04 (HandleRef pThis)
static internal void vtkImageGradientMagnitude_HandleBoundariesOff_05 (HandleRef pThis)
static internal void vtkImageGradientMagnitude_HandleBoundariesOn_06 (HandleRef pThis)
static internal int vtkImageGradientMagnitude_IsA_07 (HandleRef pThis, string type)
static internal int vtkImageGradientMagnitude_IsTypeOf_08 (string type)
static internal IntPtr vtkImageGradientMagnitude_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageGradientMagnitude_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageGradientMagnitude_SetDimensionality_12 (HandleRef pThis, int _arg)
static internal void vtkImageGradientMagnitude_SetHandleBoundaries_13 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageGradientMagnitude ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageGradientMagnitude - Computes magnitude of the gradient.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

static new int Kitware.VTK.vtkImageGradientMagnitude.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.vtkImageGradientMagnitude.SetDimensionality ( int  _arg) [virtual]

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

virtual void Kitware.VTK.vtkImageGradientMagnitude.SetHandleBoundaries ( int  _arg) [virtual]

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

static internal int Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_SetDimensionality_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageGradientMagnitude.vtkImageGradientMagnitude_SetHandleBoundaries_13 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageGradientMagnitude.MRClassNameKey = "25vtkImageGradientMagnitude" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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