|
ActiViz .NET
5.8.0
|
Public Member Functions | |
| vtkSpanTreeLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkSpanTreeLayoutStrategy () | |
| Undocumented Block. | |
| virtual void | DepthFirstSpanningTreeOff () |
| If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off. | |
| virtual void | DepthFirstSpanningTreeOn () |
| If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off. | |
| virtual bool | GetDepthFirstSpanningTree () |
| If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override void | Layout () |
| Perform the layout. | |
| new vtkSpanTreeLayoutStrategy | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDepthFirstSpanningTree (bool _arg) |
| If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off. | |
Static Public Member Functions | |
| static new vtkSpanTreeLayoutStrategy | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkSpanTreeLayoutStrategy | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkSpanTreeLayoutStrategy" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkSpanTreeLayoutStrategy" |
| 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 | vtkSpanTreeLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOff_01 (HandleRef pThis) |
| static internal void | vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOn_02 (HandleRef pThis) |
| static internal byte | vtkSpanTreeLayoutStrategy_GetDepthFirstSpanningTree_03 (HandleRef pThis) |
| static internal int | vtkSpanTreeLayoutStrategy_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkSpanTreeLayoutStrategy_IsTypeOf_05 (string type) |
| static internal void | vtkSpanTreeLayoutStrategy_Layout_06 (HandleRef pThis) |
| static internal IntPtr | vtkSpanTreeLayoutStrategy_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkSpanTreeLayoutStrategy_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSpanTreeLayoutStrategy_SetDepthFirstSpanningTree_10 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
| static | vtkSpanTreeLayoutStrategy () |
| Automatically generated type registration mechanics. | |
------------------------------------------------------------------------- Copyright 2008 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. -------------------------------------------------------------------------
| static Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| virtual void Kitware.VTK.vtkSpanTreeLayoutStrategy.DepthFirstSpanningTreeOff | ( | ) | [virtual] |
If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off.
| virtual void Kitware.VTK.vtkSpanTreeLayoutStrategy.DepthFirstSpanningTreeOn | ( | ) | [virtual] |
If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off.
| override void Kitware.VTK.vtkSpanTreeLayoutStrategy.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.vtkGraphLayoutStrategy.
| virtual bool Kitware.VTK.vtkSpanTreeLayoutStrategy.GetDepthFirstSpanningTree | ( | ) | [virtual] |
If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off.
| override int Kitware.VTK.vtkSpanTreeLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new int Kitware.VTK.vtkSpanTreeLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| override void Kitware.VTK.vtkSpanTreeLayoutStrategy.Layout | ( | ) | [virtual] |
Perform the layout.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new vtkSpanTreeLayoutStrategy Kitware.VTK.vtkSpanTreeLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new vtkSpanTreeLayoutStrategy Kitware.VTK.vtkSpanTreeLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| virtual void Kitware.VTK.vtkSpanTreeLayoutStrategy.SetDepthFirstSpanningTree | ( | bool | _arg | ) | [virtual] |
If set, base the layout on a depth-first spanning tree, rather than the default breadth-first spanning tree. Switching between DFT and BFT may significantly change the layout, and choice must be made on a per-graph basis. Default value is off.
| static internal void Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_GetDepthFirstSpanningTree_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal void Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_Layout_06 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_SetDepthFirstSpanningTree_10 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkSpanTreeLayoutStrategy.MRClassNameKey = "25vtkSpanTreeLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| new const string Kitware.VTK.vtkSpanTreeLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkSpanTreeLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
1.7.6.1