32 #ifndef vtkEdgeLayout_h 
   33 #define vtkEdgeLayout_h 
   35 #include "vtkInfovisLayoutModule.h"  
a simple event forwarder command 
 
static vtkGraphAlgorithm * New()
 
vtkEventForwarderCommand * EventForwarder
This intercepts events from the strategy object and re-emits them as if they came from the layout eng...
 
unsigned long ObserverTag
This intercepts events from the strategy object and re-emits them as if they came from the layout eng...
 
Superclass for algorithms that produce only graph as output. 
 
vtkTypeUInt64 vtkMTimeType
 
Base class for graph data types. 
 
a simple class to control print indentation 
 
virtual vtkMTimeType GetMTime()
Return this object's modified time. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
vtkEdgeLayoutStrategy * LayoutStrategy
 
abstract superclass for all edge layout strategies