Go to the documentation of this file.
34 #ifndef vtkRandomLayoutStrategy_h
35 #define vtkRandomLayoutStrategy_h
92 double GraphBounds[6];
int AutomaticBoundsComputation
int ThreeDimensionalLayout
abstract superclass for all graph layout strategies
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetVectorMacro(name, type, count)
static vtkRandomLayoutStrategy * New()
vtkRandomLayoutStrategy()
#define vtkSetClampMacro(name, type, min, max)
randomly places vertices in 2 or 3 dimensions
a simple class to control print indentation
#define vtkGetMacro(name, type)
#define VTKINFOVISLAYOUT_EXPORT
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetGraph(vtkGraph *graph)
#define vtkSetVector6Macro(name, type)
Base class for graph data types.
~vtkRandomLayoutStrategy()