ActiViz .NET
5.8.0
|
vtkGroupLeafVertices - Filter that expands a tree, categorizing leaf vertices More...
Public Member Functions | |
vtkGroupLeafVertices (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGroupLeafVertices () | |
Undocumented Block. | |
virtual string | GetGroupDomain () |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain: | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGroupLeafVertices | NewInstance () |
Undocumented Block. | |
virtual void | SetGroupDomain (string _arg) |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain: | |
Static Public Member Functions | |
static new vtkGroupLeafVertices | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGroupLeafVertices | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGroupLeafVertices" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkGroupLeafVertices" |
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 | vtkGroupLeafVertices_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGroupLeafVertices_GetGroupDomain_01 (HandleRef pThis) |
static internal int | vtkGroupLeafVertices_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkGroupLeafVertices_IsTypeOf_03 (string type) |
static internal IntPtr | vtkGroupLeafVertices_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGroupLeafVertices_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGroupLeafVertices_SetGroupDomain_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkGroupLeafVertices () |
Automatically generated type registration mechanics. |
vtkGroupLeafVertices - Filter that expands a tree, categorizing leaf vertices
Description Use SetInputArrayToProcess(0, ...) to set the array to group on. Currently this array must be a vtkStringArray.
static Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGroupLeafVertices.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.vtkTreeAlgorithm.
virtual string Kitware.VTK.vtkGroupLeafVertices.GetGroupDomain | ( | ) | [virtual] |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain:
override int Kitware.VTK.vtkGroupLeafVertices.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
static new int Kitware.VTK.vtkGroupLeafVertices.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
static new vtkGroupLeafVertices Kitware.VTK.vtkGroupLeafVertices.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
static new vtkGroupLeafVertices Kitware.VTK.vtkGroupLeafVertices.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
virtual void Kitware.VTK.vtkGroupLeafVertices.SetGroupDomain | ( | string | _arg | ) | [virtual] |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain:
static internal IntPtr Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_GetGroupDomain_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGroupLeafVertices.vtkGroupLeafVertices_SetGroupDomain_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGroupLeafVertices.MRClassNameKey = "20vtkGroupLeafVertices" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.
new const string Kitware.VTK.vtkGroupLeafVertices.MRFullTypeName = "Kitware.VTK.vtkGroupLeafVertices" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTreeAlgorithm.