ActiViz .NET
5.8.0
|
vtkGraphEdge - Representation of a single graph edge. More...
Public Member Functions | |
vtkGraphEdge (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGraphEdge () | |
Undocumented Block. | |
virtual int | GetId () |
The id of the edge. | |
virtual int | GetSource () |
The source of the edge. | |
virtual int | GetTarget () |
The target of the edge. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGraphEdge | NewInstance () |
Undocumented Block. | |
virtual void | SetId (int _arg) |
The id of the edge. | |
virtual void | SetSource (int _arg) |
The source of the edge. | |
virtual void | SetTarget (int _arg) |
The target of the edge. | |
Static Public Member Functions | |
static new vtkGraphEdge | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGraphEdge | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGraphEdge" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkGraphEdge" |
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 | vtkGraphEdge_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGraphEdge_GetId_01 (HandleRef pThis) |
static internal int | vtkGraphEdge_GetSource_02 (HandleRef pThis) |
static internal int | vtkGraphEdge_GetTarget_03 (HandleRef pThis) |
static internal int | vtkGraphEdge_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkGraphEdge_IsTypeOf_05 (string type) |
static internal IntPtr | vtkGraphEdge_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGraphEdge_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphEdge_SetId_09 (HandleRef pThis, int _arg) |
static internal void | vtkGraphEdge_SetSource_10 (HandleRef pThis, int _arg) |
static internal void | vtkGraphEdge_SetTarget_11 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkGraphEdge () |
Automatically generated type registration mechanics. |
vtkGraphEdge - Representation of a single graph edge.
Description A heavy-weight (vtkObject subclass) graph edge object that may be used instead of the vtkEdgeType struct, for use with wrappers. The edge contains the source and target vertex ids, and the edge id.
static Kitware.VTK.vtkGraphEdge.vtkGraphEdge | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGraphEdge.vtkGraphEdge | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGraphEdge.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.vtkObject.
virtual int Kitware.VTK.vtkGraphEdge.GetId | ( | ) | [virtual] |
The id of the edge.
virtual int Kitware.VTK.vtkGraphEdge.GetSource | ( | ) | [virtual] |
The source of the edge.
virtual int Kitware.VTK.vtkGraphEdge.GetTarget | ( | ) | [virtual] |
The target of the edge.
override int Kitware.VTK.vtkGraphEdge.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkGraphEdge.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkGraphEdge Kitware.VTK.vtkGraphEdge.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkGraphEdge Kitware.VTK.vtkGraphEdge.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkGraphEdge.SetId | ( | int | _arg | ) | [virtual] |
The id of the edge.
virtual void Kitware.VTK.vtkGraphEdge.SetSource | ( | int | _arg | ) | [virtual] |
The source of the edge.
virtual void Kitware.VTK.vtkGraphEdge.SetTarget | ( | int | _arg | ) | [virtual] |
The target of the edge.
static internal int Kitware.VTK.vtkGraphEdge.vtkGraphEdge_GetId_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphEdge.vtkGraphEdge_GetSource_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphEdge.vtkGraphEdge_GetTarget_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphEdge.vtkGraphEdge_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGraphEdge.vtkGraphEdge_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphEdge.vtkGraphEdge_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphEdge.vtkGraphEdge_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphEdge.vtkGraphEdge_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphEdge.vtkGraphEdge_SetId_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphEdge.vtkGraphEdge_SetSource_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphEdge.vtkGraphEdge_SetTarget_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGraphEdge.MRClassNameKey = "12vtkGraphEdge" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkGraphEdge.MRFullTypeName = "Kitware.VTK.vtkGraphEdge" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.