ActiViz .NET
5.8.0
|
vtkDIMACSGraphReader - reads vtkGraph data from a DIMACS formatted file More...
Public Member Functions | |
vtkDIMACSGraphReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDIMACSGraphReader () | |
Undocumented Block. | |
virtual string | GetEdgeAttributeArrayName () |
Edge attribute array name. | |
virtual string | GetFileName () |
The DIMACS file name. | |
virtual string | GetVertexAttributeArrayName () |
Vertex attribute array name. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDIMACSGraphReader | NewInstance () |
Undocumented Block. | |
virtual void | SetEdgeAttributeArrayName (string _arg) |
Edge attribute array name. | |
virtual void | SetFileName (string _arg) |
The DIMACS file name. | |
virtual void | SetVertexAttributeArrayName (string _arg) |
Vertex attribute array name. | |
Static Public Member Functions | |
static new vtkDIMACSGraphReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDIMACSGraphReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDIMACSGraphReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkDIMACSGraphReader" |
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 | vtkDIMACSGraphReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDIMACSGraphReader_GetEdgeAttributeArrayName_01 (HandleRef pThis) |
static internal IntPtr | vtkDIMACSGraphReader_GetFileName_02 (HandleRef pThis) |
static internal IntPtr | vtkDIMACSGraphReader_GetVertexAttributeArrayName_03 (HandleRef pThis) |
static internal int | vtkDIMACSGraphReader_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkDIMACSGraphReader_IsTypeOf_05 (string type) |
static internal IntPtr | vtkDIMACSGraphReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDIMACSGraphReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDIMACSGraphReader_SetEdgeAttributeArrayName_09 (HandleRef pThis, string _arg) |
static internal void | vtkDIMACSGraphReader_SetFileName_10 (HandleRef pThis, string _arg) |
static internal void | vtkDIMACSGraphReader_SetVertexAttributeArrayName_11 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkDIMACSGraphReader () |
Automatically generated type registration mechanics. |
vtkDIMACSGraphReader - reads vtkGraph data from a DIMACS formatted file
static Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDIMACSGraphReader.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.
virtual string Kitware.VTK.vtkDIMACSGraphReader.GetEdgeAttributeArrayName | ( | ) | [virtual] |
Edge attribute array name.
virtual string Kitware.VTK.vtkDIMACSGraphReader.GetFileName | ( | ) | [virtual] |
The DIMACS file name.
virtual string Kitware.VTK.vtkDIMACSGraphReader.GetVertexAttributeArrayName | ( | ) | [virtual] |
Vertex attribute array name.
override int Kitware.VTK.vtkDIMACSGraphReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new int Kitware.VTK.vtkDIMACSGraphReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkDIMACSGraphReader Kitware.VTK.vtkDIMACSGraphReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkDIMACSGraphReader Kitware.VTK.vtkDIMACSGraphReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkDIMACSGraphReader.SetEdgeAttributeArrayName | ( | string | _arg | ) | [virtual] |
Edge attribute array name.
virtual void Kitware.VTK.vtkDIMACSGraphReader.SetFileName | ( | string | _arg | ) | [virtual] |
The DIMACS file name.
virtual void Kitware.VTK.vtkDIMACSGraphReader.SetVertexAttributeArrayName | ( | string | _arg | ) | [virtual] |
Vertex attribute array name.
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_GetEdgeAttributeArrayName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_GetVertexAttributeArrayName_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_SetEdgeAttributeArrayName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_SetFileName_10 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDIMACSGraphReader.vtkDIMACSGraphReader_SetVertexAttributeArrayName_11 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDIMACSGraphReader.MRClassNameKey = "20vtkDIMACSGraphReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
new const string Kitware.VTK.vtkDIMACSGraphReader.MRFullTypeName = "Kitware.VTK.vtkDIMACSGraphReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.