|
ActiViz .NET
5.8.0
|
vtkChacoGraphReader - Reads chaco graph files. More...
Public Member Functions | |
| vtkChacoGraphReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkChacoGraphReader () | |
| Undocumented Block. | |
| virtual string | GetFileName () |
| The Chaco file name. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkChacoGraphReader | NewInstance () |
| Undocumented Block. | |
| virtual void | SetFileName (string _arg) |
| The Chaco file name. | |
Static Public Member Functions | |
| static new vtkChacoGraphReader | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkChacoGraphReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkChacoGraphReader" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "19vtkChacoGraphReader" |
| 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 | vtkChacoGraphReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkChacoGraphReader_GetFileName_01 (HandleRef pThis) |
| static internal int | vtkChacoGraphReader_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkChacoGraphReader_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkChacoGraphReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkChacoGraphReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkChacoGraphReader_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkChacoGraphReader () |
| Automatically generated type registration mechanics. | |
vtkChacoGraphReader - Reads chaco graph files.
Description vtkChacoGraphReader reads in files in the Chaco format into a vtkGraph. An example is the following <code> 10 13 2 6 10 1 3 2 4 8 3 5 4 6 10 1 5 7 6 8 3 7 9 8 10 1 5 9 </code> The first line specifies the number of vertices and edges in the graph. Each additional line contains the vertices adjacent to a particular vertex. In this example, vertex 1 is adjacent to 2, 6 and 10, vertex 2 is adjacent to 1 and 3, etc. Since Chaco ids start at 1 and VTK ids start at 0, the vertex ids in the vtkGraph will be 1 less than the Chaco ids.
| static Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkChacoGraphReader.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.vtkUndirectedGraphAlgorithm.
| virtual string Kitware.VTK.vtkChacoGraphReader.GetFileName | ( | ) | [virtual] |
The Chaco file name.
| override int Kitware.VTK.vtkChacoGraphReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
| static new int Kitware.VTK.vtkChacoGraphReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
| static new vtkChacoGraphReader Kitware.VTK.vtkChacoGraphReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
| static new vtkChacoGraphReader Kitware.VTK.vtkChacoGraphReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
| virtual void Kitware.VTK.vtkChacoGraphReader.SetFileName | ( | string | _arg | ) | [virtual] |
The Chaco file name.
| static internal IntPtr Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkChacoGraphReader.vtkChacoGraphReader_SetFileName_07 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkChacoGraphReader.MRClassNameKey = "19vtkChacoGraphReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
| new const string Kitware.VTK.vtkChacoGraphReader.MRFullTypeName = "Kitware.VTK.vtkChacoGraphReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
1.7.6.1