Go to the documentation of this file.
39 #ifndef vtkGraphLayout_h
40 #define vtkGraphLayout_h
105 unsigned long LastInputMTime;
106 bool StrategyChanged;
#define vtkGetObjectMacro(name, type)
Superclass for algorithms that produce only graph as output.
vtkGraphLayoutStrategy * LayoutStrategy
abstract superclass for all graph layout strategies
static vtkGraphLayout * New()
#define vtkTypeMacro(thisClass, superclass)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int IsLayoutComplete()
virtual void SetTransform(vtkAbstractTransform *t)
virtual unsigned long GetMTime()
a simple class to control print indentation
void SetLayoutStrategy(vtkGraphLayoutStrategy *strategy)
#define vtkGetMacro(name, type)
#define VTKINFOVISLAYOUT_EXPORT
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
Base class for graph data types.
a simple event forwarder command
layout a graph in 2 or 3 dimensions
vtkEventForwarderCommand * EventForwarder