24 #ifndef vtkGraphLayout_h
25 #define vtkGraphLayout_h
28 #include "vtkInfovisLayoutModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
53 virtual int IsLayoutComplete();
67 vtkGetMacro(ZRange,
double);
68 vtkSetMacro(ZRange,
double);
83 vtkSetMacro(UseTransform,
bool);
84 vtkGetMacro(UseTransform,
bool);
85 vtkBooleanMacro(UseTransform,
bool);
106 bool StrategyChanged;
115 VTK_ABI_NAMESPACE_END
a simple event forwarder command
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only graph as output.
abstract superclass for all graph layout strategies
Base class for graph data types.
a simple class to control print indentation
layout a graph in 2 or 3 dimensions
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkEventForwarderCommand * EventForwarder
This intercepts events from the strategy object and re-emits them as if they came from the layout eng...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGraphLayoutStrategy * LayoutStrategy
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.