39 #ifndef vtkSimple3DCirclesStrategy_h 40 #define vtkSimple3DCirclesStrategy_h 42 #include "vtkInfovisLayoutModule.h" 50 class vtkSimple3DCirclesStrategyInternal;
61 FixedRadiusMethod = 0, FixedDistanceMethod = 1
68 vtkSetMacro(Method,
int);
69 vtkGetMacro(Method,
int);
76 vtkSetMacro(Radius,
double);
77 vtkGetMacro(Radius,
double);
84 vtkSetMacro(Height,
double);
85 vtkGetMacro(Height,
double);
91 vtkSetVector3Macro(Origin,
double);
92 vtkGetVector3Macro(Origin,
double);
99 virtual void SetDirection(
double dx,
double dy,
double dz );
100 virtual void SetDirection(
double d[3] );
101 vtkGetVector3Macro(Direction,
double);
117 virtual void SetMarkedValue(
vtkVariant _arg );
125 vtkSetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
126 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
127 vtkBooleanMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
142 vtkSetMacro(MinimumRadian,
double);
143 vtkGetMacro(MinimumRadian,
double);
149 virtual void SetMinimumDegree(
double degree );
150 virtual double GetMinimumDegree(
void );
157 virtual void SetHierarchicalLayers(
vtkIntArray * _arg );
171 void Layout(
void )
override;
181 inline void Transform(
double Local[],
double Global[] );
203 virtual int UniversalStartPoints(
vtkDirectedGraph * input, vtkSimple3DCirclesStrategyInternal *
target, vtkSimple3DCirclesStrategyInternal *StandAlones,
vtkIntArray * layers );
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
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
vtkAbstractArray * MarkedStartVertices
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkIdTypeArray * HierarchicalOrder
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkTypeBool ForceToUseUniversalStartPointsFinder
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out.