|
ActiViz .NET
5.8.0
|
vtkArrayNorm - Computes L-norms along one dimension of an array. More...
Public Member Functions | |
| vtkArrayNorm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkArrayNorm () | |
| Undocumented Block. | |
| virtual int | GetDimension () |
| Controls the dimension along which norms will be computed. For input matrices, For input matrices, use "0" (rows) or "1" (columns). Default: 0. | |
| virtual int | GetInvert () |
| Controls whether to invert output values. Default: false. | |
| virtual int | GetL () |
| Controls the L-value. Default: 2. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkArrayNorm | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDimension (int _arg) |
| Controls the dimension along which norms will be computed. For input matrices, For input matrices, use "0" (rows) or "1" (columns). Default: 0. | |
| virtual void | SetInvert (int _arg) |
| Controls whether to invert output values. Default: false. | |
| void | SetL (int value) |
| Controls the L-value. Default: 2. | |
Static Public Member Functions | |
| static new vtkArrayNorm | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkArrayNorm | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkArrayNorm" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkArrayNorm" |
| 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 | vtkArrayNorm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkArrayNorm_GetDimension_01 (HandleRef pThis) |
| static internal int | vtkArrayNorm_GetInvert_02 (HandleRef pThis) |
| static internal int | vtkArrayNorm_GetL_03 (HandleRef pThis) |
| static internal int | vtkArrayNorm_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkArrayNorm_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkArrayNorm_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkArrayNorm_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkArrayNorm_SetDimension_09 (HandleRef pThis, int _arg) |
| static internal void | vtkArrayNorm_SetInvert_10 (HandleRef pThis, int _arg) |
| static internal void | vtkArrayNorm_SetL_11 (HandleRef pThis, int value) |
Static Private Member Functions | |
| static | vtkArrayNorm () |
| Automatically generated type registration mechanics. | |
vtkArrayNorm - Computes L-norms along one dimension of an array.
Description Given an input matrix (vtkTypedArray<double>), computes the L-norm for each vector along either dimension, storing the results in a dense output vector (1D vtkDenseArray<double>). The caller may optionally request the inverse norm as output (useful for subsequent normalization), and may limit the computation to a "window" of vector elements, to avoid data copying.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
| static Kitware.VTK.vtkArrayNorm.vtkArrayNorm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkArrayNorm.vtkArrayNorm | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkArrayNorm.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.vtkArrayDataAlgorithm.
| virtual int Kitware.VTK.vtkArrayNorm.GetDimension | ( | ) | [virtual] |
Controls the dimension along which norms will be computed. For input matrices, For input matrices, use "0" (rows) or "1" (columns). Default: 0.
| virtual int Kitware.VTK.vtkArrayNorm.GetInvert | ( | ) | [virtual] |
Controls whether to invert output values. Default: false.
| virtual int Kitware.VTK.vtkArrayNorm.GetL | ( | ) | [virtual] |
Controls the L-value. Default: 2.
| override int Kitware.VTK.vtkArrayNorm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new int Kitware.VTK.vtkArrayNorm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkArrayNorm Kitware.VTK.vtkArrayNorm.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkArrayNorm Kitware.VTK.vtkArrayNorm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| virtual void Kitware.VTK.vtkArrayNorm.SetDimension | ( | int | _arg | ) | [virtual] |
Controls the dimension along which norms will be computed. For input matrices, For input matrices, use "0" (rows) or "1" (columns). Default: 0.
| virtual void Kitware.VTK.vtkArrayNorm.SetInvert | ( | int | _arg | ) | [virtual] |
Controls whether to invert output values. Default: false.
| void Kitware.VTK.vtkArrayNorm.SetL | ( | int | value | ) |
Controls the L-value. Default: 2.
| static internal int Kitware.VTK.vtkArrayNorm.vtkArrayNorm_GetDimension_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkArrayNorm.vtkArrayNorm_GetInvert_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkArrayNorm.vtkArrayNorm_GetL_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkArrayNorm.vtkArrayNorm_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkArrayNorm.vtkArrayNorm_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkArrayNorm.vtkArrayNorm_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkArrayNorm.vtkArrayNorm_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkArrayNorm.vtkArrayNorm_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkArrayNorm.vtkArrayNorm_SetDimension_09 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkArrayNorm.vtkArrayNorm_SetInvert_10 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkArrayNorm.vtkArrayNorm_SetL_11 | ( | HandleRef | pThis, |
| int | value | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkArrayNorm.MRClassNameKey = "12vtkArrayNorm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| new const string Kitware.VTK.vtkArrayNorm.MRFullTypeName = "Kitware.VTK.vtkArrayNorm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
1.7.6.1