42 #ifndef vtkSimple3DCirclesStrategy_h
43 #define vtkSimple3DCirclesStrategy_h
45 #include "vtkInfovisLayoutModule.h"
53 class vtkSimple3DCirclesStrategyInternal;
64 FixedRadiusMethod = 0, FixedDistanceMethod = 1
72 vtkGetMacro(Method,
int);
80 vtkGetMacro(Radius,
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,
int);
129 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
int);
138 vtkGetMacro(AutoHeight,
int);
146 vtkGetMacro(MinimumRadian,
double);
152 virtual void SetMinimumDegree(
double degree );
153 virtual double GetMinimumDegree(
void );
160 virtual void SetHierarchicalLayers(
vtkIntArray * _arg );
174 virtual void Layout(
void );
184 inline void Transform(
double Local[],
double Global[] );
206 virtual int UniversalStartPoints(
vtkDirectedGraph * input, vtkSimple3DCirclesStrategyInternal *
target, vtkSimple3DCirclesStrategyInternal *StandAlones,
vtkIntArray * layers );
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
int ForceToUseUniversalStartPointsFinder
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkAbstractArray * MarkedStartVertices
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkIdTypeArray * HierarchicalOrder
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.