|
ActiViz .NET
5.8.0
|
vtkCircularLayoutStrategy - Places vertices around a circle More...
Public Member Functions | |
| vtkCircularLayoutStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCircularLayoutStrategy () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override void | Layout () |
| Perform the layout. | |
| new vtkCircularLayoutStrategy | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkCircularLayoutStrategy | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCircularLayoutStrategy | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCircularLayoutStrategy" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkCircularLayoutStrategy" |
| 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 | vtkCircularLayoutStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCircularLayoutStrategy_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkCircularLayoutStrategy_IsTypeOf_02 (string type) |
| static internal void | vtkCircularLayoutStrategy_Layout_03 (HandleRef pThis) |
| static internal IntPtr | vtkCircularLayoutStrategy_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCircularLayoutStrategy_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkCircularLayoutStrategy () |
| Automatically generated type registration mechanics. | |
vtkCircularLayoutStrategy - Places vertices around a circle
Description Assigns points to the vertices around a circle with unit radius.
| static Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkCircularLayoutStrategy.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 int Kitware.VTK.vtkCircularLayoutStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new int Kitware.VTK.vtkCircularLayoutStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| override void Kitware.VTK.vtkCircularLayoutStrategy.Layout | ( | ) | [virtual] |
Perform the layout.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new vtkCircularLayoutStrategy Kitware.VTK.vtkCircularLayoutStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static new vtkCircularLayoutStrategy Kitware.VTK.vtkCircularLayoutStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| static internal int Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal void Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_Layout_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCircularLayoutStrategy.vtkCircularLayoutStrategy_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCircularLayoutStrategy.MRClassNameKey = "25vtkCircularLayoutStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
| new const string Kitware.VTK.vtkCircularLayoutStrategy.MRFullTypeName = "Kitware.VTK.vtkCircularLayoutStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.
1.7.6.1