ActiViz .NET
5.8.0
|
vtkSplitField - Split a field into single component fields More...
Public Types | |
enum | FieldLocations { CELL_DATA = 2, DATA_OBJECT = 0, POINT_DATA = 1 } |
Create a new array with the given component. More... | |
Public Member Functions | |
vtkSplitField (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSplitField () | |
Create a new vtkSplitField. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSplitField | NewInstance () |
Undocumented Block. | |
void | SetInputField (int attributeType, int fieldLoc) |
Use the given attribute in the field data given by fieldLoc as input. | |
void | SetInputField (string name, int fieldLoc) |
Use the array with given name in the field data given by fieldLoc as input. | |
void | SetInputField (string name, string fieldLoc) |
Helper method used by other language bindings. Allows the caller to specify arguments as strings instead of enums. | |
void | Split (int component, string arrayName) |
Create a new array with the given component. | |
Static Public Member Functions | |
static new vtkSplitField | New () |
Create a new vtkSplitField. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSplitField | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSplitField" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkSplitField" |
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 | vtkSplitField_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSplitField_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkSplitField_IsTypeOf_02 (string type) |
static internal IntPtr | vtkSplitField_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSplitField_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSplitField_SetInputField_06 (HandleRef pThis, int attributeType, int fieldLoc) |
static internal void | vtkSplitField_SetInputField_07 (HandleRef pThis, string name, int fieldLoc) |
static internal void | vtkSplitField_SetInputField_08 (HandleRef pThis, string name, string fieldLoc) |
static internal void | vtkSplitField_Split_09 (HandleRef pThis, int component, string arrayName) |
Static Private Member Functions | |
static | vtkSplitField () |
Automatically generated type registration mechanics. |
vtkSplitField - Split a field into single component fields
Description vtkSplitField is used to split a multi-component field (vtkDataArray) into multiple single component fields. The new fields are put in the same field data as the original field. The output arrays are of the same type as the input array. Example:
/// sf->SetInputField("gradient", vtkSplitField::POINT_DATA); /// sf->Split(0, "firstcomponent"); ///
tells vtkSplitField to extract the first component of the field called gradient and create an array called firstcomponent (the new field will be in the output's point data). The same can be done from Tcl:
/// sf SetInputField gradient POINT_DATA /// sf Split 0 firstcomponent /// /// AttributeTypes: SCALARS, VECTORS, NORMALS, TCOORDS, TENSORS /// Field locations: DATA_OBJECT, POINT_DATA, CELL_DATA ///
Note that, by default, the original array is also passed through.
static Kitware.VTK.vtkSplitField.vtkSplitField | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSplitField.vtkSplitField | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Create a new vtkSplitField.
override void Kitware.VTK.vtkSplitField.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.
override int Kitware.VTK.vtkSplitField.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkSplitField.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkSplitField Kitware.VTK.vtkSplitField.New | ( | ) | [static] |
Create a new vtkSplitField.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkSplitField Kitware.VTK.vtkSplitField.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
void Kitware.VTK.vtkSplitField.SetInputField | ( | int | attributeType, |
int | fieldLoc | ||
) |
Use the given attribute in the field data given by fieldLoc as input.
void Kitware.VTK.vtkSplitField.SetInputField | ( | string | name, |
int | fieldLoc | ||
) |
Use the array with given name in the field data given by fieldLoc as input.
void Kitware.VTK.vtkSplitField.SetInputField | ( | string | name, |
string | fieldLoc | ||
) |
Helper method used by other language bindings. Allows the caller to specify arguments as strings instead of enums.
void Kitware.VTK.vtkSplitField.Split | ( | int | component, |
string | arrayName | ||
) |
Create a new array with the given component.
static internal int Kitware.VTK.vtkSplitField.vtkSplitField_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSplitField.vtkSplitField_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitField.vtkSplitField_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitField.vtkSplitField_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitField.vtkSplitField_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSplitField.vtkSplitField_SetInputField_06 | ( | HandleRef | pThis, |
int | attributeType, | ||
int | fieldLoc | ||
) | [private] |
static internal void Kitware.VTK.vtkSplitField.vtkSplitField_SetInputField_07 | ( | HandleRef | pThis, |
string | name, | ||
int | fieldLoc | ||
) | [private] |
static internal void Kitware.VTK.vtkSplitField.vtkSplitField_SetInputField_08 | ( | HandleRef | pThis, |
string | name, | ||
string | fieldLoc | ||
) | [private] |
static internal void Kitware.VTK.vtkSplitField.vtkSplitField_Split_09 | ( | HandleRef | pThis, |
int | component, | ||
string | arrayName | ||
) | [private] |
new readonly string Kitware.VTK.vtkSplitField.MRClassNameKey = "13vtkSplitField" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkSplitField.MRFullTypeName = "Kitware.VTK.vtkSplitField" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.