41 #ifndef vtkSimple3DCirclesStrategyH 42 #define vtkSimple3DCirclesStrategyH 1 52 class vtkSimple3DCirclesStrategyInternal;
64 FixedRadiusMethod = 0, FixedDistanceMethod = 1
98 virtual void SetDirection(
double dx,
double dy,
double dz );
99 virtual void SetDirection(
double d[3] );
114 virtual void SetMarkedValue(
vtkVariant _arg );
122 vtkSetMacro(ForceToUseUniversalStartPointsFinder,
int);
123 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
int);
143 virtual void SetMinimumDegree(
double degree );
144 virtual double GetMinimumDegree(
void );
151 virtual void SetHierarchicalLayers(
vtkIntArray * _arg );
163 virtual void Layout(
void );
174 inline void Transform(
double Local[],
double Global[] );
195 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)
Abstract superclass for all arrays.
#define VTKINFOVISLAYOUT_EXPORT
#define vtkGetMacro(name, type)
dynamic, self-adjusting array of vtkIdType
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetVector3Macro(name, type)
#define vtkGetObjectMacro(name, type)
vtkAbstractArray * MarkedStartVertices
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define vtkBooleanMacro(name, type)
vtkIdTypeArray * HierarchicalOrder
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)
#define vtkSetVector3Macro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetMacro(name, type)