42#ifndef vtkSimple3DCirclesStrategy_h
43#define vtkSimple3DCirclesStrategy_h
45#include "vtkInfovisLayoutModule.h"
53class 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);
104 vtkGetVector3Macro(Direction,
double);
129 vtkGetMacro(ForceToUseUniversalStartPointsFinder,
int);
138 vtkGetMacro(AutoHeight,
int);
146 vtkGetMacro(MinimumRadian,
double);
184 inline void Transform(
double Local[],
double Global[] );
206 virtual int UniversalStartPoints(
vtkDirectedGraph * input, vtkSimple3DCirclesStrategyInternal *
target, vtkSimple3DCirclesStrategyInternal *StandAlones,
vtkIntArray * layers );
Abstract superclass for all arrays.
abstract superclass for all graph layout strategies
Base class for graph data types.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
dynamic, self-adjusting array of int
places vertices on circles in 3D
int ForceToUseUniversalStartPointsFinder
virtual void SetGraph(vtkGraph *graph)
Set graph (warning: HierarchicalOrder and HierarchicalLayers will set to zero.
vtkIdTypeArray * HierarchicalOrder
virtual double GetMinimumDegree(void)
vtkSimple3DCirclesStrategy(void)
virtual ~vtkSimple3DCirclesStrategy(void)
virtual void SetMarkedStartVertices(vtkAbstractArray *_arg)
Set or get initial vertices.
virtual void SetDirection(double dx, double dy, double dz)
Set or get the normal vector of the circles plain.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetMinimumDegree(double degree)
Set or get minimum degree (used by auto height).
static vtkSimple3DCirclesStrategy * New()
virtual void SetMarkedValue(vtkVariant _arg)
Set or get MarkedValue.
virtual vtkVariant GetMarkedValue(void)
virtual void SetHierarchicalOrder(vtkIdTypeArray *_arg)
Set or get hierarchical ordering of vertices (The array starts from the first vertex's id.
vtkAbstractArray * MarkedStartVertices
virtual void SetHierarchicalLayers(vtkIntArray *_arg)
Set or get hierarchical layers id by vertices (An usual vertex's layer id is greater or equal to zero...
virtual void SetDirection(double d[3])
virtual void Layout(void)
Standard layout method.
void Transform(double Local[], double Global[])
vtkIntArray * HierarchicalLayers
A atomic type representing the union of many types.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
boost::graph_traits< vtkGraph * >::degree_size_type degree(boost::graph_traits< vtkGraph * >::vertex_descriptor u, vtkGraph *g)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.