39 #ifndef __vtkGraphLayout_h
40 #define __vtkGraphLayout_h
42 #include "vtkInfovisLayoutModule.h"
46 class vtkEventForwarderCommand;
54 void PrintSelf(ostream& os, vtkIndent indent);
63 virtual int IsLayoutComplete();
66 virtual unsigned long GetMTime();
72 vtkGetMacro(ZRange,
double);
73 vtkSetMacro(ZRange,
double);
84 vtkSetMacro(UseTransform,
bool);
85 vtkGetMacro(UseTransform,
bool);
86 vtkBooleanMacro(UseTransform,
bool);
99 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
105 unsigned long LastInputMTime;
106 bool StrategyChanged;
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.
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)