ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkSpanTreeLayoutStrategy Class Reference
Inheritance diagram for Kitware.VTK.vtkSpanTreeLayoutStrategy:
[legend]
Collaboration diagram for Kitware.VTK.vtkSpanTreeLayoutStrategy:
[legend]

List of all members.

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.

Detailed Description

------------------------------------------------------------------------- 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. -------------------------------------------------------------------------


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

Here is the call graph for this function:

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 int Kitware.VTK.vtkSpanTreeLayoutStrategy.vtkSpanTreeLayoutStrategy_IsA_04 ( HandleRef  pThis,
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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: