ActiViz .NET
5.8.0
|
vtkImageGradient - Computes the gradient vector. More...
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. |
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.
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.
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.
virtual int Kitware.VTK.vtkImageGradient.GetDimensionality | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...)
virtual int Kitware.VTK.vtkImageGradient.GetDimensionalityMaxValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...)
virtual int Kitware.VTK.vtkImageGradient.GetDimensionalityMinValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...)
virtual int Kitware.VTK.vtkImageGradient.GetHandleBoundaries | ( | ) | [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.
virtual void Kitware.VTK.vtkImageGradient.HandleBoundariesOff | ( | ) | [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.
virtual void Kitware.VTK.vtkImageGradient.HandleBoundariesOn | ( | ) | [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.
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.
static new vtkImageGradient Kitware.VTK.vtkImageGradient.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageGradient Kitware.VTK.vtkImageGradient.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
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] |
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.