ActiViz .NET
5.8.0
|
vtkVectorNorm - generate scalars from Euclidean norm of vectors More...
Public Member Functions | |
vtkVectorNorm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVectorNorm () | |
Construct with normalize flag off. | |
virtual int | GetAttributeMode () |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
string | GetAttributeModeAsString () |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
virtual int | GetNormalize () |
Specify whether to normalize scalar values. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVectorNorm | NewInstance () |
Undocumented Block. | |
virtual void | NormalizeOff () |
Specify whether to normalize scalar values. | |
virtual void | NormalizeOn () |
Specify whether to normalize scalar values. | |
virtual void | SetAttributeMode (int _arg) |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToDefault () |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToUseCellData () |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToUsePointData () |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
virtual void | SetNormalize (int _arg) |
Specify whether to normalize scalar values. | |
Static Public Member Functions | |
static new vtkVectorNorm | New () |
Construct with normalize flag off. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVectorNorm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVectorNorm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkVectorNorm" |
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 | vtkVectorNorm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVectorNorm_GetAttributeMode_01 (HandleRef pThis) |
static internal IntPtr | vtkVectorNorm_GetAttributeModeAsString_02 (HandleRef pThis) |
static internal int | vtkVectorNorm_GetNormalize_03 (HandleRef pThis) |
static internal int | vtkVectorNorm_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkVectorNorm_IsTypeOf_05 (string type) |
static internal IntPtr | vtkVectorNorm_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVectorNorm_NormalizeOff_08 (HandleRef pThis) |
static internal void | vtkVectorNorm_NormalizeOn_09 (HandleRef pThis) |
static internal IntPtr | vtkVectorNorm_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVectorNorm_SetAttributeMode_11 (HandleRef pThis, int _arg) |
static internal void | vtkVectorNorm_SetAttributeModeToDefault_12 (HandleRef pThis) |
static internal void | vtkVectorNorm_SetAttributeModeToUseCellData_13 (HandleRef pThis) |
static internal void | vtkVectorNorm_SetAttributeModeToUsePointData_14 (HandleRef pThis) |
static internal void | vtkVectorNorm_SetNormalize_15 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkVectorNorm () |
Automatically generated type registration mechanics. |
vtkVectorNorm - generate scalars from Euclidean norm of vectors
Description vtkVectorNorm is a filter that generates scalar values by computing Euclidean norm of vector triplets. Scalars can be normalized 0<=s<=1 if desired.
Note that this filter operates on point or cell attribute data, or both. By default, the filter operates on both point and cell data if vector point and cell data, respectively, are available from the input. Alternatively, you can choose to generate scalar norm values for just cell or point data.
static Kitware.VTK.vtkVectorNorm.vtkVectorNorm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVectorNorm.vtkVectorNorm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct with normalize flag off.
override void Kitware.VTK.vtkVectorNorm.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.vtkDataSetAlgorithm.
virtual int Kitware.VTK.vtkVectorNorm.GetAttributeMode | ( | ) | [virtual] |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
virtual int Kitware.VTK.vtkVectorNorm.GetNormalize | ( | ) | [virtual] |
Specify whether to normalize scalar values.
override int Kitware.VTK.vtkVectorNorm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkVectorNorm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkVectorNorm Kitware.VTK.vtkVectorNorm.New | ( | ) | [static] |
Construct with normalize flag off.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkVectorNorm.NormalizeOff | ( | ) | [virtual] |
Specify whether to normalize scalar values.
virtual void Kitware.VTK.vtkVectorNorm.NormalizeOn | ( | ) | [virtual] |
Specify whether to normalize scalar values.
static new vtkVectorNorm Kitware.VTK.vtkVectorNorm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkVectorNorm.SetAttributeMode | ( | int | _arg | ) | [virtual] |
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works to generate scalar data from the input vector data. By default, (AttributeModeToDefault) the filter will generate the scalar norm for point and cell data (if vector data present in the input). Alternatively, you can explicitly set the filter to generate point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
virtual void Kitware.VTK.vtkVectorNorm.SetNormalize | ( | int | _arg | ) | [virtual] |
Specify whether to normalize scalar values.
static internal int Kitware.VTK.vtkVectorNorm.vtkVectorNorm_GetAttributeMode_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVectorNorm.vtkVectorNorm_GetAttributeModeAsString_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVectorNorm.vtkVectorNorm_GetNormalize_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVectorNorm.vtkVectorNorm_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVectorNorm.vtkVectorNorm_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVectorNorm.vtkVectorNorm_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVectorNorm.vtkVectorNorm_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_NormalizeOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_NormalizeOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SetAttributeMode_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SetAttributeModeToDefault_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SetAttributeModeToUseCellData_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SetAttributeModeToUsePointData_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVectorNorm.vtkVectorNorm_SetNormalize_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkVectorNorm.MRClassNameKey = "13vtkVectorNorm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkVectorNorm.MRFullTypeName = "Kitware.VTK.vtkVectorNorm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.