33 #ifndef vtkSimple3DCirclesStrategy_h
34 #define vtkSimple3DCirclesStrategy_h
37 #include "vtkInfovisLayoutModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
45 class vtkSimple3DCirclesStrategyInternal;
56 FixedRadiusMethod = 0,
57 FixedDistanceMethod = 1
65 vtkSetMacro(Method,
int);
66 vtkGetMacro(Method,
int);
73 vtkSetMacro(Radius,
double);
74 vtkGetMacro(Radius,
double);
81 vtkSetMacro(Height,
double);
82 vtkGetMacro(Height,
double);
88 vtkSetVector3Macro(Origin,
double);
89 vtkGetVector3Macro(Origin,
double);
96 virtual void SetDirection(
double dx,
double dy,
double dz);
97 virtual void SetDirection(
double d[3]);
98 vtkGetVector3Macro(Direction,
double);
124 vtkSetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
125 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
126 vtkBooleanMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
142 vtkSetMacro(MinimumRadian,
double);
143 vtkGetMacro(MinimumRadian,
double);
150 virtual void SetMinimumDegree(
double degree);
151 virtual double GetMinimumDegree();
159 virtual void SetHierarchicalLayers(
vtkIntArray* _arg);
160 vtkGetObjectMacro(HierarchicalLayers,
vtkIntArray);
185 inline void Transform(
double Local[],
double Global[]);
207 vtkSimple3DCirclesStrategyInternal*
target, vtkSimple3DCirclesStrategyInternal* StandAlones,
213 virtual int BuildLayers(
227 VTK_ABI_NAMESPACE_END
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 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. ...