VTK  9.1.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkSimple3DCirclesStrategy Class Reference

places vertices on circles in 3D More...

#include <vtkSimple3DCirclesStrategy.h>

Inheritance diagram for vtkSimple3DCirclesStrategy:
[legend]
Collaboration diagram for vtkSimple3DCirclesStrategy:
[legend]

Public Types

enum  { FixedRadiusMethod = 0 , FixedDistanceMethod = 1 }
 
typedef vtkGraphLayoutStrategy Superclass
 
- Public Types inherited from vtkGraphLayoutStrategy
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkSimple3DCirclesStrategyNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void Layout (void) override
 Standard layout method. More...
 
void SetGraph (vtkGraph *graph) override
 Set graph (warning: HierarchicalOrder and HierarchicalLayers will set to zero. More...
 
virtual void SetMethod (int)
 Set or get circle generating method (FixedRadiusMethod/FixedDistanceMethod). More...
 
virtual int GetMethod ()
 Set or get circle generating method (FixedRadiusMethod/FixedDistanceMethod). More...
 
virtual void SetRadius (double)
 If Method is FixedRadiusMethod: Set or get the radius of the circles. More...
 
virtual double GetRadius ()
 If Method is FixedRadiusMethod: Set or get the radius of the circles. More...
 
virtual void SetHeight (double)
 Set or get the vertical (local z) distance between the circles. More...
 
virtual double GetHeight ()
 Set or get the vertical (local z) distance between the circles. More...
 
virtual void SetOrigin (double, double, double)
 Set or get the origin of the geometry. More...
 
virtual void SetOrigin (double[3])
 Set or get the origin of the geometry. More...
 
virtual double * GetOrigin ()
 Set or get the origin of the geometry. More...
 
virtual void GetOrigin (double &, double &, double &)
 Set or get the origin of the geometry. More...
 
virtual void GetOrigin (double[3])
 Set or get the origin of the geometry. More...
 
virtual void SetDirection (double dx, double dy, double dz)
 Set or get the normal vector of the circles plain. More...
 
virtual void SetDirection (double d[3])
 Set or get the normal vector of the circles plain. More...
 
virtual double * GetDirection ()
 Set or get the normal vector of the circles plain. More...
 
virtual void GetDirection (double &, double &, double &)
 Set or get the normal vector of the circles plain. More...
 
virtual void GetDirection (double[3])
 Set or get the normal vector of the circles plain. More...
 
virtual void SetMarkedStartVertices (vtkAbstractArray *_arg)
 Set or get initial vertices. More...
 
virtual vtkAbstractArrayGetMarkedStartVertices ()
 Set or get initial vertices. More...
 
virtual void SetMarkedValue (vtkVariant _arg)
 Set or get MarkedValue. More...
 
virtual vtkVariant GetMarkedValue (void)
 Set or get MarkedValue. More...
 
virtual void SetForceToUseUniversalStartPointsFinder (vtkTypeBool)
 Set or get ForceToUseUniversalStartPointsFinder. More...
 
virtual vtkTypeBool GetForceToUseUniversalStartPointsFinder ()
 Set or get ForceToUseUniversalStartPointsFinder. More...
 
virtual void ForceToUseUniversalStartPointsFinderOn ()
 Set or get ForceToUseUniversalStartPointsFinder. More...
 
virtual void ForceToUseUniversalStartPointsFinderOff ()
 Set or get ForceToUseUniversalStartPointsFinder. More...
 
virtual void SetAutoHeight (vtkTypeBool)
 Set or get auto height (Default: false). More...
 
virtual vtkTypeBool GetAutoHeight ()
 Set or get auto height (Default: false). More...
 
virtual void AutoHeightOn ()
 Set or get auto height (Default: false). More...
 
virtual void AutoHeightOff ()
 Set or get auto height (Default: false). More...
 
virtual void SetMinimumRadian (double)
 Set or get minimum radian (used by auto height). More...
 
virtual double GetMinimumRadian ()
 Set or get minimum radian (used by auto height). More...
 
virtual void SetMinimumDegree (double degree)
 Set or get minimum degree (used by auto height). More...
 
virtual double GetMinimumDegree (void)
 Set or get minimum degree (used by auto height). More...
 
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. More...
 
virtual vtkIntArrayGetHierarchicalLayers ()
 Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero. More...
 
virtual void SetHierarchicalOrder (vtkIdTypeArray *_arg)
 Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. More...
 
virtual vtkIdTypeArrayGetHierarchicalOrder ()
 Set or get hierarchical ordering of vertices (The array starts from the first vertex's id. More...
 
- Public Member Functions inherited from vtkGraphLayoutStrategy
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkGraphLayoutStrategyNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void SetGraph (vtkGraph *graph)
 Setting the graph for the layout strategy. More...
 
virtual void Initialize ()
 This method allows the layout strategy to do initialization of data structures or whatever else it might want to do. More...
 
virtual void Layout ()=0
 This is the layout method where the graph that was set in SetGraph() is laid out. More...
 
virtual int IsLayoutComplete ()
 If your concrete class is iterative than you should overload IsLayoutComplete() otherwise it simply returns 1 by default;. More...
 
virtual void SetWeightEdges (bool state)
 Whether to use edge weights in the layout or not. More...
 
virtual bool GetWeightEdges ()
 Whether to use edge weights in the layout or not. More...
 
virtual void SetEdgeWeightField (const char *field)
 Set/Get the field to use for the edge weights. More...
 
virtual char * GetEdgeWeightField ()
 Set/Get the field to use for the edge weights. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkSimple3DCirclesStrategyNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkSimple3DCirclesStrategySafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkGraphLayoutStrategy
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkGraphLayoutStrategySafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkSimple3DCirclesStrategy ()
 
 ~vtkSimple3DCirclesStrategy () override
 
void Transform (double Local[], double Global[])
 
- Protected Member Functions inherited from vtkGraphLayoutStrategy
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkGraphLayoutStrategy ()
 
 ~vtkGraphLayoutStrategy () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

double Radius
 
double Height
 
double Origin [3]
 
double Direction [3]
 
int Method
 
vtkAbstractArrayMarkedStartVertices
 
vtkVariant MarkedValue
 
vtkTypeBool ForceToUseUniversalStartPointsFinder
 
vtkTypeBool AutoHeight
 
double MinimumRadian
 
vtkIntArrayHierarchicalLayers
 
vtkIdTypeArrayHierarchicalOrder
 
- Protected Attributes inherited from vtkGraphLayoutStrategy
vtkGraphGraph
 
char * EdgeWeightField
 
bool WeightEdges
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

places vertices on circles in 3D

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 between 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, naszt.nosp@m.a@na.nosp@m.szta..nosp@m.hu, Budapest University of Technology and Economics, Department of Structural Mechanics
References:
in 3D rotation was used: http://en.citizendium.org/wiki/Rotation_matrix

Definition at line 55 of file vtkSimple3DCirclesStrategy.h.

Member Typedef Documentation

◆ Superclass

Definition at line 59 of file vtkSimple3DCirclesStrategy.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
FixedRadiusMethod 
FixedDistanceMethod 

Definition at line 62 of file vtkSimple3DCirclesStrategy.h.

Constructor & Destructor Documentation

◆ vtkSimple3DCirclesStrategy()

vtkSimple3DCirclesStrategy::vtkSimple3DCirclesStrategy ( )
protected

◆ ~vtkSimple3DCirclesStrategy()

vtkSimple3DCirclesStrategy::~vtkSimple3DCirclesStrategy ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkSimple3DCirclesStrategy * vtkSimple3DCirclesStrategy::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkSimple3DCirclesStrategy::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkSimple3DCirclesStrategy::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkGraphLayoutStrategy.

◆ SafeDownCast()

static vtkSimple3DCirclesStrategy * vtkSimple3DCirclesStrategy::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkSimple3DCirclesStrategy::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkGraphLayoutStrategy.

◆ NewInstance()

vtkSimple3DCirclesStrategy * vtkSimple3DCirclesStrategy::NewInstance ( ) const

◆ PrintSelf()

void vtkSimple3DCirclesStrategy::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkGraphLayoutStrategy.

◆ SetMethod()

virtual void vtkSimple3DCirclesStrategy::SetMethod ( int  )
virtual

Set or get circle generating method (FixedRadiusMethod/FixedDistanceMethod).

Default is FixedRadiusMethod.

◆ GetMethod()

virtual int vtkSimple3DCirclesStrategy::GetMethod ( )
virtual

Set or get circle generating method (FixedRadiusMethod/FixedDistanceMethod).

Default is FixedRadiusMethod.

◆ SetRadius()

virtual void vtkSimple3DCirclesStrategy::SetRadius ( double  )
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.

◆ GetRadius()

virtual double vtkSimple3DCirclesStrategy::GetRadius ( )
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.

◆ SetHeight()

virtual void vtkSimple3DCirclesStrategy::SetHeight ( double  )
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

◆ GetHeight()

virtual double vtkSimple3DCirclesStrategy::GetHeight ( )
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

◆ SetOrigin() [1/2]

virtual void vtkSimple3DCirclesStrategy::SetOrigin ( double  ,
double  ,
double   
)
virtual

Set or get the origin of the geometry.

This is the center of the first circle. SetOrigin(x,y,z)

◆ SetOrigin() [2/2]

virtual void vtkSimple3DCirclesStrategy::SetOrigin ( double  [3])
virtual

Set or get the origin of the geometry.

This is the center of the first circle. SetOrigin(x,y,z)

◆ GetOrigin() [1/3]

virtual double * vtkSimple3DCirclesStrategy::GetOrigin ( )
virtual

Set or get the origin of the geometry.

This is the center of the first circle. SetOrigin(x,y,z)

◆ GetOrigin() [2/3]

virtual void vtkSimple3DCirclesStrategy::GetOrigin ( double &  ,
double &  ,
double &   
)
virtual

Set or get the origin of the geometry.

This is the center of the first circle. SetOrigin(x,y,z)

◆ GetOrigin() [3/3]

virtual void vtkSimple3DCirclesStrategy::GetOrigin ( double  [3])
virtual

Set or get the origin of the geometry.

This is the center of the first circle. SetOrigin(x,y,z)

◆ SetDirection() [1/2]

virtual void 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)

◆ SetDirection() [2/2]

virtual void vtkSimple3DCirclesStrategy::SetDirection ( double  d[3])
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)

◆ GetDirection() [1/3]

virtual double * 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)

◆ GetDirection() [2/3]

virtual void vtkSimple3DCirclesStrategy::GetDirection ( double &  ,
double &  ,
double &   
)
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)

◆ GetDirection() [3/3]

virtual void vtkSimple3DCirclesStrategy::GetDirection ( double  [3])
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)

◆ SetMarkedStartVertices()

virtual void vtkSimple3DCirclesStrategy::SetMarkedStartVertices ( vtkAbstractArray _arg)
virtual

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

◆ GetMarkedStartVertices()

virtual vtkAbstractArray * vtkSimple3DCirclesStrategy::GetMarkedStartVertices ( )
virtual

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

◆ SetMarkedValue()

virtual void vtkSimple3DCirclesStrategy::SetMarkedValue ( vtkVariant  _arg)
virtual

Set or get MarkedValue.

See: MarkedStartVertices.

◆ GetMarkedValue()

virtual vtkVariant vtkSimple3DCirclesStrategy::GetMarkedValue ( void  )
virtual

Set or get MarkedValue.

See: MarkedStartVertices.

◆ SetForceToUseUniversalStartPointsFinder()

virtual void vtkSimple3DCirclesStrategy::SetForceToUseUniversalStartPointsFinder ( vtkTypeBool  )
virtual

Set or get ForceToUseUniversalStartPointsFinder.

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

◆ GetForceToUseUniversalStartPointsFinder()

virtual vtkTypeBool vtkSimple3DCirclesStrategy::GetForceToUseUniversalStartPointsFinder ( )
virtual

Set or get ForceToUseUniversalStartPointsFinder.

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

◆ ForceToUseUniversalStartPointsFinderOn()

virtual void vtkSimple3DCirclesStrategy::ForceToUseUniversalStartPointsFinderOn ( )
virtual

Set or get ForceToUseUniversalStartPointsFinder.

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

◆ ForceToUseUniversalStartPointsFinderOff()

virtual void vtkSimple3DCirclesStrategy::ForceToUseUniversalStartPointsFinderOff ( )
virtual

Set or get ForceToUseUniversalStartPointsFinder.

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

◆ SetAutoHeight()

virtual void vtkSimple3DCirclesStrategy::SetAutoHeight ( vtkTypeBool  )
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.

◆ GetAutoHeight()

virtual vtkTypeBool vtkSimple3DCirclesStrategy::GetAutoHeight ( )
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.

◆ AutoHeightOn()

virtual void vtkSimple3DCirclesStrategy::AutoHeightOn ( )
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.

◆ AutoHeightOff()

virtual void vtkSimple3DCirclesStrategy::AutoHeightOff ( )
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.

◆ SetMinimumRadian()

virtual void vtkSimple3DCirclesStrategy::SetMinimumRadian ( double  )
virtual

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

◆ GetMinimumRadian()

virtual double vtkSimple3DCirclesStrategy::GetMinimumRadian ( )
virtual

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

◆ SetMinimumDegree()

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

◆ GetMinimumDegree()

virtual double vtkSimple3DCirclesStrategy::GetMinimumDegree ( void  )
virtual

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

There is no separated minimum degree, so minimum radian will be changed.

◆ SetHierarchicalLayers()

virtual void vtkSimple3DCirclesStrategy::SetHierarchicalLayers ( vtkIntArray _arg)
virtual

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

◆ GetHierarchicalLayers()

virtual vtkIntArray * vtkSimple3DCirclesStrategy::GetHierarchicalLayers ( )
virtual

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

◆ SetHierarchicalOrder()

virtual void vtkSimple3DCirclesStrategy::SetHierarchicalOrder ( vtkIdTypeArray _arg)
virtual

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

◆ GetHierarchicalOrder()

virtual vtkIdTypeArray * vtkSimple3DCirclesStrategy::GetHierarchicalOrder ( )
virtual

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

◆ Layout()

void vtkSimple3DCirclesStrategy::Layout ( void  )
overridevirtual

Standard layout method.

Implements vtkGraphLayoutStrategy.

◆ SetGraph()

void vtkSimple3DCirclesStrategy::SetGraph ( vtkGraph graph)
overridevirtual

Set graph (warning: HierarchicalOrder and HierarchicalLayers will set to zero.

These reference counts will be decreased!)

Reimplemented from vtkGraphLayoutStrategy.

◆ Transform()

void vtkSimple3DCirclesStrategy::Transform ( double  Local[],
double  Global[] 
)
inlineprotected

Member Data Documentation

◆ Radius

double vtkSimple3DCirclesStrategy::Radius
protected

Definition at line 195 of file vtkSimple3DCirclesStrategy.h.

◆ Height

double vtkSimple3DCirclesStrategy::Height
protected

Definition at line 196 of file vtkSimple3DCirclesStrategy.h.

◆ Origin

double vtkSimple3DCirclesStrategy::Origin[3]
protected

Definition at line 197 of file vtkSimple3DCirclesStrategy.h.

◆ Direction

double vtkSimple3DCirclesStrategy::Direction[3]
protected

Definition at line 198 of file vtkSimple3DCirclesStrategy.h.

◆ Method

int vtkSimple3DCirclesStrategy::Method
protected

Definition at line 199 of file vtkSimple3DCirclesStrategy.h.

◆ MarkedStartVertices

vtkAbstractArray* vtkSimple3DCirclesStrategy::MarkedStartVertices
protected

Definition at line 200 of file vtkSimple3DCirclesStrategy.h.

◆ MarkedValue

vtkVariant vtkSimple3DCirclesStrategy::MarkedValue
protected

Definition at line 201 of file vtkSimple3DCirclesStrategy.h.

◆ ForceToUseUniversalStartPointsFinder

vtkTypeBool vtkSimple3DCirclesStrategy::ForceToUseUniversalStartPointsFinder
protected

Definition at line 202 of file vtkSimple3DCirclesStrategy.h.

◆ AutoHeight

vtkTypeBool vtkSimple3DCirclesStrategy::AutoHeight
protected

Definition at line 203 of file vtkSimple3DCirclesStrategy.h.

◆ MinimumRadian

double vtkSimple3DCirclesStrategy::MinimumRadian
protected

Definition at line 204 of file vtkSimple3DCirclesStrategy.h.

◆ HierarchicalLayers

vtkIntArray* vtkSimple3DCirclesStrategy::HierarchicalLayers
protected

Definition at line 206 of file vtkSimple3DCirclesStrategy.h.

◆ HierarchicalOrder

vtkIdTypeArray* vtkSimple3DCirclesStrategy::HierarchicalOrder
protected

Definition at line 207 of file vtkSimple3DCirclesStrategy.h.


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