ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkSimple3DCirclesStrategy Class Reference

vtkSimple3DCirclesStrategy - places vertices on circles in 3D More...

Inheritance diagram for Kitware.VTK.vtkSimple3DCirclesStrategy:
[legend]
Collaboration diagram for Kitware.VTK.vtkSimple3DCirclesStrategy:
[legend]

List of all members.

Public Types

enum  FixedDistanceMethod_WrapperEnum { FixedDistanceMethod = 1, FixedRadiusMethod = 0 }
 Undocumented Block. More...

Public Member Functions

 vtkSimple3DCirclesStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSimple3DCirclesStrategy ()
 Undocumented Block.
virtual void AutoHeightOff ()
 Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.
virtual void AutoHeightOn ()
 Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.
virtual void ForceToUseUniversalStartPointsFinderOff ()
 Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).
virtual void ForceToUseUniversalStartPointsFinderOn ()
 Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).
virtual int GetAutoHeight ()
 Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.
virtual double[] GetDirection ()
 Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)
virtual void GetDirection (ref double _arg1, ref double _arg2, ref double _arg3)
 Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)
virtual void GetDirection (IntPtr _arg)
 Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)
virtual int GetForceToUseUniversalStartPointsFinder ()
 Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).
virtual double GetHeight ()
 Set or get the vertical (local z) distance between the circles. If AutoHeight is on, this is the minimal height between the circle layers.
virtual vtkIntArray GetHierarchicalLayers ()
 Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero. If a vertex is standalone, its layer id is -2.) If no HierarchicalLayers array is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).
virtual vtkIdTypeArray GetHierarchicalOrder ()
 Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. All id must be greater or equal to zero!) If no HierarchicalOrder is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).
virtual vtkAbstractArray GetMarkedStartVertices ()
 Set or get initial vertices. If MarkedStartVertices is added, loop is accepted in the graph. (If all of the loop start vertices are marked in MarkedStartVertices array.) MarkedStartVertices size must be equal with the number of the vertices in the graph. Start vertices must be marked by MarkedValue. (E.g.: if MarkedValue=3 and MarkedStartPoints is { 0, 3, 5, 3 }, the start points ids will be {1,3}.) )
virtual int GetMethod ()
 BTX enum { FixedRadiusMethod = 0, FixedDistanceMethod = 1 }; ETX Set or get cicrle generating method (FixedRadiusMethod/FixedDistanceMethod). Default is FixedRadiusMethod.
virtual double GetMinimumDegree ()
 Set or get minimum degree (used by auto height). There is no separated minimum degree, so minimum radian will be changed.
virtual double GetMinimumRadian ()
 Set or get minimum radian (used by auto height).
virtual double[] GetOrigin ()
 Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)
virtual void GetOrigin (ref double _arg1, ref double _arg2, ref double _arg3)
 Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)
virtual void GetOrigin (IntPtr _arg)
 Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)
virtual double GetRadius ()
 If Method is FixedRadiusMethod: Set or get the radius of the circles. If Method is FixedDistanceMethod: Set or get the distance of the points in the circle.
override int IsA (string type)
 Undocumented Block.
override void Layout ()
 Standard layout method.
new vtkSimple3DCirclesStrategy NewInstance ()
 Undocumented Block.
virtual void SetAutoHeight (int _arg)
 Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.
virtual void SetDirection (double dx, double dy, double dz)
 Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)
virtual void SetDirection (IntPtr d)
 Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)
virtual void SetForceToUseUniversalStartPointsFinder (int _arg)
 Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).
override void SetGraph (vtkGraph graph)
 Set graph (warning: HierarchicalOrder and HierarchicalLayers will set to zero. These reference counts will be decreased!)
virtual void SetHeight (double _arg)
 Set or get the vertical (local z) distance between the circles. If AutoHeight is on, this is the minimal height between the circle layers.
virtual void SetHierarchicalLayers (vtkIntArray _arg)
 Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero. If a vertex is standalone, its layer id is -2.) If no HierarchicalLayers array is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).
virtual void SetHierarchicalOrder (vtkIdTypeArray _arg)
 Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. All id must be greater or equal to zero!) If no HierarchicalOrder is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).
virtual void SetMarkedStartVertices (vtkAbstractArray _arg)
 Set or get initial vertices. If MarkedStartVertices is added, loop is accepted in the graph. (If all of the loop start vertices are marked in MarkedStartVertices array.) MarkedStartVertices size must be equal with the number of the vertices in the graph. Start vertices must be marked by MarkedValue. (E.g.: if MarkedValue=3 and MarkedStartPoints is { 0, 3, 5, 3 }, the start points ids will be {1,3}.) )
virtual void SetMethod (int _arg)
 BTX enum { FixedRadiusMethod = 0, FixedDistanceMethod = 1 }; ETX Set or get cicrle generating method (FixedRadiusMethod/FixedDistanceMethod). Default is FixedRadiusMethod.
virtual void SetMinimumDegree (double degree)
 Set or get minimum degree (used by auto height). There is no separated minimum degree, so minimum radian will be changed.
virtual void SetMinimumRadian (double _arg)
 Set or get minimum radian (used by auto height).
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)
virtual void SetOrigin (IntPtr _arg)
 Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)
virtual void SetRadius (double _arg)
 If Method is FixedRadiusMethod: Set or get the radius of the circles. If Method is FixedDistanceMethod: Set or get the distance of the points in the circle.

Static Public Member Functions

static new
vtkSimple3DCirclesStrategy 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkSimple3DCirclesStrategy 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkSimple3DCirclesStrategy"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkSimple3DCirclesStrategy"
 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 vtkSimple3DCirclesStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSimple3DCirclesStrategy_AutoHeightOff_01 (HandleRef pThis)
static internal void vtkSimple3DCirclesStrategy_AutoHeightOn_02 (HandleRef pThis)
static internal void vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOff_03 (HandleRef pThis)
static internal void vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOn_04 (HandleRef pThis)
static internal int vtkSimple3DCirclesStrategy_GetAutoHeight_05 (HandleRef pThis)
static internal IntPtr vtkSimple3DCirclesStrategy_GetDirection_06 (HandleRef pThis)
static internal void vtkSimple3DCirclesStrategy_GetDirection_07 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkSimple3DCirclesStrategy_GetDirection_08 (HandleRef pThis, IntPtr _arg)
static internal int vtkSimple3DCirclesStrategy_GetForceToUseUniversalStartPointsFinder_09 (HandleRef pThis)
static internal double vtkSimple3DCirclesStrategy_GetHeight_10 (HandleRef pThis)
static internal IntPtr vtkSimple3DCirclesStrategy_GetHierarchicalLayers_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSimple3DCirclesStrategy_GetHierarchicalOrder_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSimple3DCirclesStrategy_GetMarkedStartVertices_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSimple3DCirclesStrategy_GetMethod_14 (HandleRef pThis)
static internal double vtkSimple3DCirclesStrategy_GetMinimumDegree_15 (HandleRef pThis)
static internal double vtkSimple3DCirclesStrategy_GetMinimumRadian_16 (HandleRef pThis)
static internal IntPtr vtkSimple3DCirclesStrategy_GetOrigin_17 (HandleRef pThis)
static internal void vtkSimple3DCirclesStrategy_GetOrigin_18 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkSimple3DCirclesStrategy_GetOrigin_19 (HandleRef pThis, IntPtr _arg)
static internal double vtkSimple3DCirclesStrategy_GetRadius_20 (HandleRef pThis)
static internal int vtkSimple3DCirclesStrategy_IsA_21 (HandleRef pThis, string type)
static internal int vtkSimple3DCirclesStrategy_IsTypeOf_22 (string type)
static internal void vtkSimple3DCirclesStrategy_Layout_23 (HandleRef pThis)
static internal IntPtr vtkSimple3DCirclesStrategy_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSimple3DCirclesStrategy_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSimple3DCirclesStrategy_SetAutoHeight_27 (HandleRef pThis, int _arg)
static internal void vtkSimple3DCirclesStrategy_SetDirection_28 (HandleRef pThis, double dx, double dy, double dz)
static internal void vtkSimple3DCirclesStrategy_SetDirection_29 (HandleRef pThis, IntPtr d)
static internal void vtkSimple3DCirclesStrategy_SetForceToUseUniversalStartPointsFinder_30 (HandleRef pThis, int _arg)
static internal void vtkSimple3DCirclesStrategy_SetGraph_31 (HandleRef pThis, HandleRef graph)
static internal void vtkSimple3DCirclesStrategy_SetHeight_32 (HandleRef pThis, double _arg)
static internal void vtkSimple3DCirclesStrategy_SetHierarchicalLayers_33 (HandleRef pThis, HandleRef _arg)
static internal void vtkSimple3DCirclesStrategy_SetHierarchicalOrder_34 (HandleRef pThis, HandleRef _arg)
static internal void vtkSimple3DCirclesStrategy_SetMarkedStartVertices_35 (HandleRef pThis, HandleRef _arg)
static internal void vtkSimple3DCirclesStrategy_SetMethod_36 (HandleRef pThis, int _arg)
static internal void vtkSimple3DCirclesStrategy_SetMinimumDegree_37 (HandleRef pThis, double degree)
static internal void vtkSimple3DCirclesStrategy_SetMinimumRadian_38 (HandleRef pThis, double _arg)
static internal void vtkSimple3DCirclesStrategy_SetOrigin_39 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkSimple3DCirclesStrategy_SetOrigin_40 (HandleRef pThis, IntPtr _arg)
static internal void vtkSimple3DCirclesStrategy_SetRadius_41 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkSimple3DCirclesStrategy ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSimple3DCirclesStrategy - places vertices on circles in 3D

Description Places vertices on circles depending on the graph vertices hierarchy level. The source graph could be vtkDirectedAcyclicGraph or vtkDirectedGraph if MarkedStartPoints array was added. The algorithm collects the standalone points, too and take them to a separated circle. If method is FixedRadiusMethod, the radius of the circles will be equal. If method is FixedDistanceMethod, the distance beetwen the points on circles will be equal.

In first step initial points are searched. A point is initial, if its in degree equal zero and out degree is greater than zero (or marked by MarkedStartVertices and out degree is greater than zero). Independent vertices (in and out degree equal zero) are collected separatelly. In second step the hierarchical level is generated for every vertex. In third step the hierarchical order is generated. If a vertex has no hierarchical level and it is not independent, the graph has loop so the algorithm exit with error message. Finally the vertices positions are calculated by the hierarchical order and by the vertices hierarchy levels.

Thanks Ferenc Nasztanovics, naszta@naszta.hu, Budapest University of Technology and Economics, Department of Structural Mechanics

References in 3D rotation was used: http://en.citizendium.org/wiki/Rotation_matrix


Member Enumeration Documentation

Undocumented Block.

Enumerator:
FixedDistanceMethod 

enum member

FixedRadiusMethod 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.

Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.

override void Kitware.VTK.vtkSimple3DCirclesStrategy.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.

Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).

Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).

Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.

virtual double [] Kitware.VTK.vtkSimple3DCirclesStrategy.GetDirection ( ) [virtual]

Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.GetDirection ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.GetDirection ( IntPtr  _arg) [virtual]

Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)

Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).

Set or get the vertical (local z) distance between the circles. If AutoHeight is on, this is the minimal height between the circle layers.

Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero. If a vertex is standalone, its layer id is -2.) If no HierarchicalLayers array is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).

Here is the call graph for this function:

Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. All id must be greater or equal to zero!) If no HierarchicalOrder is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).

Here is the call graph for this function:

Set or get initial vertices. If MarkedStartVertices is added, loop is accepted in the graph. (If all of the loop start vertices are marked in MarkedStartVertices array.) MarkedStartVertices size must be equal with the number of the vertices in the graph. Start vertices must be marked by MarkedValue. (E.g.: if MarkedValue=3 and MarkedStartPoints is { 0, 3, 5, 3 }, the start points ids will be {1,3}.) )

Here is the call graph for this function:

BTX enum { FixedRadiusMethod = 0, FixedDistanceMethod = 1 }; ETX Set or get cicrle generating method (FixedRadiusMethod/FixedDistanceMethod). Default is FixedRadiusMethod.

Set or get minimum degree (used by auto height). There is no separated minimum degree, so minimum radian will be changed.

Set or get minimum radian (used by auto height).

virtual double [] Kitware.VTK.vtkSimple3DCirclesStrategy.GetOrigin ( ) [virtual]

Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.GetOrigin ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.GetOrigin ( IntPtr  _arg) [virtual]

Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)

If Method is FixedRadiusMethod: Set or get the radius of the circles. If Method is FixedDistanceMethod: Set or get the distance of the points in the circle.

override int Kitware.VTK.vtkSimple3DCirclesStrategy.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

static new int Kitware.VTK.vtkSimple3DCirclesStrategy.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

override void Kitware.VTK.vtkSimple3DCirclesStrategy.Layout ( ) [virtual]

Standard layout method.

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:

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetAutoHeight ( int  _arg) [virtual]

Set or get auto height (Default: false). If AutoHeight is true, (r(i+1) - r(i-1))/Height will be smaller than tan(MinimumRadian). If you want equal distances and parallel circles, you should turn off AutoHeight.

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetDirection ( double  dx,
double  dy,
double  dz 
) [virtual]

Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetDirection ( IntPtr  d) [virtual]

Set or get the normal vector of the circles plain. The height is growing in this direction. The direction must not be zero vector. The default vector is (0.0,0.0,1.0)

Set or get ForceToUseUniversalStartPointsFinder. If ForceToUseUniversalStartPointsFinder is true, MarkedStartVertices won't be used. In this case the input graph must be vtkDirectedAcyclicGraph (Defualt: false).

override void Kitware.VTK.vtkSimple3DCirclesStrategy.SetGraph ( vtkGraph  graph) [virtual]

Set graph (warning: HierarchicalOrder and HierarchicalLayers will set to zero. These reference counts will be decreased!)

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetHeight ( double  _arg) [virtual]

Set or get the vertical (local z) distance between the circles. If AutoHeight is on, this is the minimal height between the circle layers.

Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero. If a vertex is standalone, its layer id is -2.) If no HierarchicalLayers array is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).

Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. All id must be greater or equal to zero!) If no HierarchicalOrder is defined, vtkSimple3DCirclesStrategy will generate it automatically (default).

Set or get initial vertices. If MarkedStartVertices is added, loop is accepted in the graph. (If all of the loop start vertices are marked in MarkedStartVertices array.) MarkedStartVertices size must be equal with the number of the vertices in the graph. Start vertices must be marked by MarkedValue. (E.g.: if MarkedValue=3 and MarkedStartPoints is { 0, 3, 5, 3 }, the start points ids will be {1,3}.) )

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetMethod ( int  _arg) [virtual]

BTX enum { FixedRadiusMethod = 0, FixedDistanceMethod = 1 }; ETX Set or get cicrle generating method (FixedRadiusMethod/FixedDistanceMethod). Default is FixedRadiusMethod.

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetMinimumDegree ( double  degree) [virtual]

Set or get minimum degree (used by auto height). There is no separated minimum degree, so minimum radian will be changed.

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetMinimumRadian ( double  _arg) [virtual]

Set or get minimum radian (used by auto height).

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetOrigin ( IntPtr  _arg) [virtual]

Set or get the origin of the geometry. This is the center of the first circle. SetOrigin(x,y,z)

virtual void Kitware.VTK.vtkSimple3DCirclesStrategy.SetRadius ( double  _arg) [virtual]

If Method is FixedRadiusMethod: Set or get the radius of the circles. If Method is FixedDistanceMethod: Set or get the distance of the points in the circle.

static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_AutoHeightOn_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetDirection_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetDirection_07 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetDirection_08 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal double Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetHeight_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetHierarchicalLayers_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetHierarchicalOrder_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetMarkedStartVertices_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetMethod_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetOrigin_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetOrigin_18 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetOrigin_19 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal double Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_GetRadius_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_Layout_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_NewInstance_25 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SafeDownCast_26 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetAutoHeight_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetDirection_28 ( HandleRef  pThis,
double  dx,
double  dy,
double  dz 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetDirection_29 ( HandleRef  pThis,
IntPtr  d 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetGraph_31 ( HandleRef  pThis,
HandleRef  graph 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetHeight_32 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetHierarchicalLayers_33 ( HandleRef  pThis,
HandleRef  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetHierarchicalOrder_34 ( HandleRef  pThis,
HandleRef  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetMarkedStartVertices_35 ( HandleRef  pThis,
HandleRef  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetMethod_36 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetMinimumDegree_37 ( HandleRef  pThis,
double  degree 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetMinimumRadian_38 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetOrigin_39 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetOrigin_40 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkSimple3DCirclesStrategy.vtkSimple3DCirclesStrategy_SetRadius_41 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSimple3DCirclesStrategy.MRClassNameKey = "26vtkSimple3DCirclesStrategy" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.

new const string Kitware.VTK.vtkSimple3DCirclesStrategy.MRFullTypeName = "Kitware.VTK.vtkSimple3DCirclesStrategy"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphLayoutStrategy.


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