30 #ifndef vtkPassThroughLayoutStrategy_h
31 #define vtkPassThroughLayoutStrategy_h
33 #include "vtkInfovisLayoutModule.h"
58 void Layout() VTK_OVERRIDE;
64 int IsLayoutComplete() VTK_OVERRIDE {
return 1;}
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all graph layout strategies
a layout strategy that does absolutely nothing
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Initialize()
This method allows the layout strategy to do initialization of data structures or whatever else it mi...