45 #ifndef vtkSimple3DCirclesStrategy_h
46 #define vtkSimple3DCirclesStrategy_h
49 #include "vtkInfovisLayoutModule.h"
56 class vtkSimple3DCirclesStrategyInternal;
67 FixedRadiusMethod = 0,
68 FixedDistanceMethod = 1
76 vtkSetMacro(Method,
int);
77 vtkGetMacro(Method,
int);
84 vtkSetMacro(Radius,
double);
85 vtkGetMacro(Radius,
double);
92 vtkSetMacro(Height,
double);
93 vtkGetMacro(Height,
double);
99 vtkSetVector3Macro(Origin,
double);
100 vtkGetVector3Macro(Origin,
double);
107 virtual void SetDirection(
double dx,
double dy,
double dz);
108 virtual void SetDirection(
double d[3]);
109 vtkGetVector3Macro(Direction,
double);
135 vtkSetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
136 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
137 vtkBooleanMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
153 vtkSetMacro(MinimumRadian,
double);
154 vtkGetMacro(MinimumRadian,
double);
161 virtual void SetMinimumDegree(
double degree);
162 virtual double GetMinimumDegree(
void);
170 virtual void SetHierarchicalLayers(
vtkIntArray* _arg);
171 vtkGetObjectMacro(HierarchicalLayers,
vtkIntArray);
185 void Layout(
void)
override;
196 inline void Transform(
double Local[],
double Global[]);
218 vtkSimple3DCirclesStrategyInternal*
target, vtkSimple3DCirclesStrategyInternal* StandAlones,
224 virtual int BuildLayers(
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetGraph(vtkGraph *graph)
Setting the graph for the layout strategy.
Abstract superclass for all arrays.
dynamic, self-adjusting array of vtkIdType
A atomic type representing the union of many types.
abstract superclass for all graph layout strategies
Base class for graph data types.
vtkIntArray * HierarchicalLayers
dynamic, self-adjusting array of int
a simple class to control print indentation
places vertices on circles in 3D
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkAbstractArray * MarkedStartVertices
vtkIdTypeArray * HierarchicalOrder
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkTypeBool ForceToUseUniversalStartPointsFinder
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...