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

vtkImageGradient - Computes the gradient vector. More...

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

List of all members.

Public Member Functions

 vtkImageGradient (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageGradient ()
 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 ()
 Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.
virtual void HandleBoundariesOff ()
 Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.
virtual void HandleBoundariesOn ()
 Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.
override int IsA (string type)
 Undocumented Block.
new vtkImageGradient NewInstance ()
 Undocumented Block.
virtual void SetDimensionality (int _arg)
 Determines how the input is interpreted (set of 2d slices ...)
virtual void SetHandleBoundaries (int _arg)
 Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkImageGradient"
 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 vtkImageGradient_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageGradient_GetDimensionality_01 (HandleRef pThis)
static internal int vtkImageGradient_GetDimensionalityMaxValue_02 (HandleRef pThis)
static internal int vtkImageGradient_GetDimensionalityMinValue_03 (HandleRef pThis)
static internal int vtkImageGradient_GetHandleBoundaries_04 (HandleRef pThis)
static internal void vtkImageGradient_HandleBoundariesOff_05 (HandleRef pThis)
static internal void vtkImageGradient_HandleBoundariesOn_06 (HandleRef pThis)
static internal int vtkImageGradient_IsA_07 (HandleRef pThis, string type)
static internal int vtkImageGradient_IsTypeOf_08 (string type)
static internal IntPtr vtkImageGradient_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageGradient_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageGradient_SetDimensionality_12 (HandleRef pThis, int _arg)
static internal void vtkImageGradient_SetHandleBoundaries_13 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageGradient ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageGradient - Computes the gradient vector.

Description vtkImageGradient computes the gradient vector of an image. The vector results are stored as scalar components. The Dimensionality determines whether to perform a 2d or 3d gradient. The default is two dimensional XY gradient. OutputScalarType is always double. Gradient is computed using central differences.


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageGradient.vtkImageGradient ( ) [static, private]

Automatically generated type registration mechanics.

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

Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.

Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.

Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

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

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

Get/Set whether to handle boundaries. If enabled, boundary pixels are treated as duplicated so that central differencing works for the boundary pixels. If disabled, the output whole extent of the image is reduced by one pixel.

static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_GetDimensionality_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_GetDimensionalityMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_GetDimensionalityMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_GetHandleBoundaries_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageGradient.vtkImageGradient_HandleBoundariesOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageGradient.vtkImageGradient_HandleBoundariesOn_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageGradient.vtkImageGradient_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageGradient.vtkImageGradient_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageGradient.vtkImageGradient_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageGradient.vtkImageGradient_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageGradient.vtkImageGradient_SetDimensionality_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageGradient.vtkImageGradient_SetHandleBoundaries_13 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageGradient.MRClassNameKey = "16vtkImageGradient" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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