Go to the documentation of this file.
33 #ifndef vtkPassThroughLayoutStrategy_h
34 #define vtkPassThroughLayoutStrategy_h
36 #include "vtkInfovisLayoutModule.h"
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
vtkPassThroughLayoutStrategy()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPassThroughLayoutStrategy * New()
void Layout() override
This is the layout method where the graph that was set in SetGraph() is laid out.
a simple class to control print indentation
~vtkPassThroughLayoutStrategy() override
void Initialize() override
This strategy sets up some data structures for faster processing of each Layout() call.