39 #ifndef __vtkGraphLayout_h
40 #define __vtkGraphLayout_h
62 virtual int IsLayoutComplete();
71 vtkGetMacro(ZRange,
double);
72 vtkSetMacro(ZRange,
double);
83 vtkSetMacro(UseTransform,
bool);
84 vtkGetMacro(UseTransform,
bool);
85 vtkBooleanMacro(UseTransform,
bool);
104 unsigned long LastInputMTime;
105 bool StrategyChanged;
a simple event forwarder command
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
abstract superclass for all graph layout strategies
Base class for graph data types.
virtual unsigned long GetMTime()
a simple class to control print indentation
layout a graph in 2 or 3 dimensions
void PrintSelf(ostream &os, vtkIndent indent)
vtkEventForwarderCommand * EventForwarder
vtkGraphLayoutStrategy * LayoutStrategy
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)