41#ifndef vtkSimple2DLayoutStrategy_h
42#define vtkSimple2DLayoutStrategy_h
44#include "vtkInfovisLayoutModule.h"
64 vtkGetMacro(RandomSeed,
int);
77 vtkGetMacro(MaxNumberOfIterations,
int);
89 vtkGetMacro(IterationsPerLayout,
int);
100 vtkGetMacro(InitialTemperature,
float);
113 vtkGetMacro(CoolDownRate,
double);
125 vtkGetMacro(Jitter,
bool);
134 vtkGetMacro(RestDistance,
float);
180 vtkLayoutEdge *EdgeArray;
183 int IterationsPerLayout;
dynamic, self-adjusting array of float
abstract superclass for all graph layout strategies
a simple class to control print indentation
static vtkSimple2DLayoutStrategy * New()
virtual void Initialize()
This strategy sets up some data structures for faster processing of each Layout() call.
vtkSimple2DLayoutStrategy()
~vtkSimple2DLayoutStrategy()
int MaxNumberOfIterations
virtual void Layout()
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.
virtual int IsLayoutComplete()
I'm an iterative layout so this method lets the caller know if I'm done laying out the graph.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.