42 #ifndef vtkSimple3DCirclesStrategy_h 43 #define vtkSimple3DCirclesStrategy_h 45 #include "vtkInfovisLayoutModule.h" 53 class vtkSimple3DCirclesStrategyInternal;
64 FixedRadiusMethod = 0, FixedDistanceMethod = 1
71 vtkSetMacro(Method,
int);
72 vtkGetMacro(Method,
int);
79 vtkSetMacro(Radius,
double);
80 vtkGetMacro(Radius,
double);
87 vtkSetMacro(Height,
double);
88 vtkGetMacro(Height,
double);
94 vtkSetVector3Macro(Origin,
double);
95 vtkGetVector3Macro(Origin,
double);
102 virtual void SetDirection(
double dx,
double dy,
double dz );
103 virtual void SetDirection(
double d[3] );
104 vtkGetVector3Macro(Direction,
double);
120 virtual void SetMarkedValue(
vtkVariant _arg );
128 vtkSetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
129 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
130 vtkBooleanMacro(ForceToUseUniversalStartPointsFinder,
vtkTypeBool);
145 vtkSetMacro(MinimumRadian,
double);
146 vtkGetMacro(MinimumRadian,
double);
152 virtual void SetMinimumDegree(
double degree );
153 virtual double GetMinimumDegree(
void );
160 virtual void SetHierarchicalLayers(
vtkIntArray * _arg );
174 void Layout(
void )
override;
184 inline void Transform(
double Local[],
double Global[] );
206 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. ...