|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkGraphLayout_h 
   35 #define vtkGraphLayout_h 
   38 #include "vtkInfovisLayoutModule.h"  
   62   virtual int IsLayoutComplete();
 
   76   vtkGetMacro(ZRange, 
double);
 
   77   vtkSetMacro(ZRange, 
double);
 
   92   vtkSetMacro(UseTransform, 
bool);
 
   93   vtkGetMacro(UseTransform, 
bool);
 
   94   vtkBooleanMacro(UseTransform, 
bool);
 
  115   bool StrategyChanged;
 
  
Superclass for algorithms that produce only graph as output.
vtkGraphLayoutStrategy * LayoutStrategy
abstract superclass for all graph layout strategies
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Base class for graph data types.
a simple event forwarder command
layout a graph in 2 or 3 dimensions
vtkEventForwarderCommand * EventForwarder
This intercepts events from the strategy object and re-emits them as if they came from the layout eng...
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType