ActiViz .NET
5.8.0
|
vtkVertexDegree - Adds an attribute array with the degree of each vertex More...
Public Member Functions | |
vtkVertexDegree (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVertexDegree () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVertexDegree | NewInstance () |
Undocumented Block. | |
virtual void | SetOutputArrayName (string _arg) |
Set the output array name. If no output array name is set then the name 'VertexDegree' is used. | |
Static Public Member Functions | |
static new vtkVertexDegree | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVertexDegree | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVertexDegree" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkVertexDegree" |
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 | vtkVertexDegree_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVertexDegree_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkVertexDegree_IsTypeOf_02 (string type) |
static internal IntPtr | vtkVertexDegree_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVertexDegree_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVertexDegree_SetOutputArrayName_06 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkVertexDegree () |
Automatically generated type registration mechanics. |
vtkVertexDegree - Adds an attribute array with the degree of each vertex
Description Adds an attribute array with the degree of each vertex. By default the name of the array will be "VertexDegree", but that can be changed by calling SetOutputArrayName("foo");
static Kitware.VTK.vtkVertexDegree.vtkVertexDegree | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVertexDegree.vtkVertexDegree | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkVertexDegree.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.vtkGraphAlgorithm.
override int Kitware.VTK.vtkVertexDegree.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new int Kitware.VTK.vtkVertexDegree.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkVertexDegree Kitware.VTK.vtkVertexDegree.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkVertexDegree Kitware.VTK.vtkVertexDegree.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkVertexDegree.SetOutputArrayName | ( | string | _arg | ) | [virtual] |
Set the output array name. If no output array name is set then the name 'VertexDegree' is used.
static internal int Kitware.VTK.vtkVertexDegree.vtkVertexDegree_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVertexDegree.vtkVertexDegree_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexDegree.vtkVertexDegree_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexDegree.vtkVertexDegree_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexDegree.vtkVertexDegree_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVertexDegree.vtkVertexDegree_SetOutputArrayName_06 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkVertexDegree.MRClassNameKey = "15vtkVertexDegree" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
new const string Kitware.VTK.vtkVertexDegree.MRFullTypeName = "Kitware.VTK.vtkVertexDegree" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.