ActiViz .NET
5.8.0
|
vtkTulipReader - Reads tulip graph files. More...
Public Member Functions | |
vtkTulipReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTulipReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
The Tulip file name. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTulipReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
The Tulip file name. | |
Static Public Member Functions | |
static new vtkTulipReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTulipReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTulipReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkTulipReader" |
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 | vtkTulipReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTulipReader_GetFileName_01 (HandleRef pThis) |
static internal int | vtkTulipReader_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkTulipReader_IsTypeOf_03 (string type) |
static internal IntPtr | vtkTulipReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTulipReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTulipReader_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkTulipReader () |
Automatically generated type registration mechanics. |
vtkTulipReader - Reads tulip graph files.
Description vtkTulipReader reads in files in the Tulip format. Definition of the Tulip file format can be found online at: http://tulip.labri.fr/tlpformat.php An example is the following <code> (nodes 0 1 2 3 4 5 6 7 8 9) (edge 0 0 1) (edge 1 1 2) (edge 2 2 3) (edge 3 3 4) (edge 4 4 5) (edge 5 5 6) (edge 6 6 7) (edge 7 7 8) (edge 8 8 9) (edge 9 9 0) (edge 10 0 5) (edge 11 2 7) (edge 12 4 9) </code> where "nodes" defines all the nodes ids in the graph, and "edge" is a triple of edge id, source vertex id, and target vertex id. The graph is read in as undirected graph. NOTE: This currently only supports reading connectivity information. Also, only string and int properties are supported. Display information is discarded.
static Kitware.VTK.vtkTulipReader.vtkTulipReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTulipReader.vtkTulipReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTulipReader.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.vtkTulipReader.GetFileName | ( | ) | [virtual] |
The Tulip file name.
override int Kitware.VTK.vtkTulipReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new int Kitware.VTK.vtkTulipReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new vtkTulipReader Kitware.VTK.vtkTulipReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
static new vtkTulipReader Kitware.VTK.vtkTulipReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
virtual void Kitware.VTK.vtkTulipReader.SetFileName | ( | string | _arg | ) | [virtual] |
The Tulip file name.
static internal IntPtr Kitware.VTK.vtkTulipReader.vtkTulipReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTulipReader.vtkTulipReader_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTulipReader.vtkTulipReader_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTulipReader.vtkTulipReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTulipReader.vtkTulipReader_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTulipReader.vtkTulipReader_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTulipReader.vtkTulipReader_SetFileName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTulipReader.MRClassNameKey = "14vtkTulipReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.
new const string Kitware.VTK.vtkTulipReader.MRFullTypeName = "Kitware.VTK.vtkTulipReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUndirectedGraphAlgorithm.