39 #ifndef vtkGraphLayout_h
40 #define vtkGraphLayout_h
63 virtual int IsLayoutComplete();
72 vtkGetMacro(ZRange,
double);
73 vtkSetMacro(ZRange,
double);
84 vtkSetMacro(UseTransform,
bool);
85 vtkGetMacro(UseTransform,
bool);
86 vtkBooleanMacro(UseTransform,
bool);
105 unsigned long LastInputMTime;
106 bool StrategyChanged;
a simple event forwarder command
static vtkGraphAlgorithm * New()
#define VTKINFOVISLAYOUT_EXPORT
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)