Go to the documentation of this file.
33 #ifndef vtkPassThroughLayoutStrategy_h
34 #define vtkPassThroughLayoutStrategy_h
36 #include "vtkInfovisLayoutModule.h"
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract superclass for all graph layout strategies
int IsLayoutComplete() override
I'm an iterative layout so this method lets the caller know if I'm done laying out the graph.
a layout strategy that does absolutely nothing
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out.
a simple class to control print indentation
virtual void Initialize()
This method allows the layout strategy to do initialization of data structures or whatever else it mi...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.