ActiViz .NET
5.8.0
|
vtkStringToCategory - Creates a category array from a string array More...
Public Member Functions | |
vtkStringToCategory (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkStringToCategory () | |
Undocumented Block. | |
virtual string | GetCategoryArrayName () |
The name to give to the output vtkIntArray of category values. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkStringToCategory | NewInstance () |
Undocumented Block. | |
virtual void | SetCategoryArrayName (string _arg) |
The name to give to the output vtkIntArray of category values. | |
Static Public Member Functions | |
static new vtkStringToCategory | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkStringToCategory | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkStringToCategory" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkStringToCategory" |
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 | vtkStringToCategory_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStringToCategory_GetCategoryArrayName_01 (HandleRef pThis) |
static internal int | vtkStringToCategory_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkStringToCategory_IsTypeOf_03 (string type) |
static internal IntPtr | vtkStringToCategory_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStringToCategory_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkStringToCategory_SetCategoryArrayName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkStringToCategory () |
Automatically generated type registration mechanics. |
vtkStringToCategory - Creates a category array from a string array
Description vtkStringToCategory creates an integer array named "category" based on the values in a string array. You may use this filter to create an array that you may use to color points/cells by the values in a string array. Currently there is not support to color by a string array directly. The category values will range from zero to N-1, where N is the number of distinct strings in the string array. Set the string array to process with SetInputArrayToProcess(0,0,0,...). The array may be in the point, cell, or field data of the data object.
The list of unique strings, in the order they are mapped, can also be retrieved from output port 1. They are in a vtkTable, stored in the "Strings" column as a vtkStringArray.
static Kitware.VTK.vtkStringToCategory.vtkStringToCategory | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkStringToCategory.vtkStringToCategory | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkStringToCategory.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.vtkDataObjectAlgorithm.
virtual string Kitware.VTK.vtkStringToCategory.GetCategoryArrayName | ( | ) | [virtual] |
The name to give to the output vtkIntArray of category values.
override int Kitware.VTK.vtkStringToCategory.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new int Kitware.VTK.vtkStringToCategory.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkStringToCategory Kitware.VTK.vtkStringToCategory.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkStringToCategory Kitware.VTK.vtkStringToCategory.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
virtual void Kitware.VTK.vtkStringToCategory.SetCategoryArrayName | ( | string | _arg | ) | [virtual] |
The name to give to the output vtkIntArray of category values.
static internal IntPtr Kitware.VTK.vtkStringToCategory.vtkStringToCategory_GetCategoryArrayName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkStringToCategory.vtkStringToCategory_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkStringToCategory.vtkStringToCategory_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStringToCategory.vtkStringToCategory_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStringToCategory.vtkStringToCategory_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStringToCategory.vtkStringToCategory_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkStringToCategory.vtkStringToCategory_SetCategoryArrayName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkStringToCategory.MRClassNameKey = "19vtkStringToCategory" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
new const string Kitware.VTK.vtkStringToCategory.MRFullTypeName = "Kitware.VTK.vtkStringToCategory" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.