28 #ifndef vtkAssignCoordinatesLayoutStrategy_h 29 #define vtkAssignCoordinatesLayoutStrategy_h 31 #include "vtkInfovisLayoutModule.h" 48 virtual void SetXCoordArrayName(
const char*
name);
49 virtual const char* GetXCoordArrayName();
56 virtual void SetYCoordArrayName(
const char*
name);
57 virtual const char* GetYCoordArrayName();
64 virtual void SetZCoordArrayName(
const char*
name);
65 virtual const char* GetZCoordArrayName();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
uses array values to set vertex locations
abstract superclass for all graph layout strategies
a simple class to control print indentation
vtkSmartPointer< vtkAssignCoordinates > AssignCoordinates
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates ...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...