ActiViz .NET
5.8.0
|
vtkPassThroughLayoutStrategy - a layout strategy that does absolutely nothing More...
Public Member Functions | |
vtkPassThroughLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPassThroughLayoutStrategy () | |
Undocumented Block. | |
override void | Initialize () |
This strategy sets up some data structures for faster processing of each Layout() call. | |
override int | IsA (string type) |
Undocumented Block. | |
override int | IsLayoutComplete () |
I'm an iterative layout so this method lets the caller know if I'm done laying out the graph. | |
override void | Layout () |
This is the layout method where the graph that was set in SetGraph() is laid out. The method can either entirely layout the graph or iteratively lay out the graph. If you have an iterative layout please implement the IsLayoutComplete() method. | |
new vtkPassThroughLayoutStrategy | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkPassThroughLayoutStrategy | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPassThroughLayoutStrategy | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPassThroughLayoutStrategy" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkPassThroughLayoutStrategy" |
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 | vtkPassThroughLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPassThroughLayoutStrategy_Initialize_01 (HandleRef pThis) |
static internal int | vtkPassThroughLayoutStrategy_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkPassThroughLayoutStrategy_IsLayoutComplete_03 (HandleRef pThis) |
static internal int | vtkPassThroughLayoutStrategy_IsTypeOf_04 (string type) |
static internal void | vtkPassThroughLayoutStrategy_Layout_05 (HandleRef pThis) |
static internal IntPtr | vtkPassThroughLayoutStrategy_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPassThroughLayoutStrategy_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPassThroughLayoutStrategy () |
Automatically generated type registration mechanics. |
vtkPassThroughLayoutStrategy - a layout strategy that does absolutely nothing
Description Yes, this incredible strategy does absoluted nothing to the data so in affect passes through the graph untouched. This strategy is useful in the cases where the graph is already laid out.
static Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPassThroughLayoutStrategy.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.
override void Kitware.VTK.vtkPassThroughLayoutStrategy.Initialize | ( | ) | [virtual] |
This strategy sets up some data structures for faster processing of each Layout() call.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
override int Kitware.VTK.vtkPassThroughLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
override int Kitware.VTK.vtkPassThroughLayoutStrategy.IsLayoutComplete | ( | ) | [virtual] |
I'm an iterative layout so this method lets the caller know if I'm done laying out the graph.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new int Kitware.VTK.vtkPassThroughLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
override void Kitware.VTK.vtkPassThroughLayoutStrategy.Layout | ( | ) | [virtual] |
This is the layout method where the graph that was set in SetGraph() is laid out. The method can either entirely layout the graph or iteratively lay out the graph. If you have an iterative layout please implement the IsLayoutComplete() method.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new vtkPassThroughLayoutStrategy Kitware.VTK.vtkPassThroughLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static new vtkPassThroughLayoutStrategy Kitware.VTK.vtkPassThroughLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
static internal void Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_Initialize_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_IsLayoutComplete_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_Layout_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPassThroughLayoutStrategy.vtkPassThroughLayoutStrategy_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPassThroughLayoutStrategy.MRClassNameKey = "28vtkPassThroughLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
new const string Kitware.VTK.vtkPassThroughLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkPassThroughLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.