27 #ifndef __vtkAssignCoordinatesLayoutStrategy_h
28 #define __vtkAssignCoordinatesLayoutStrategy_h
30 #include "vtkInfovisLayoutModule.h"
32 #include "vtkSmartPointer.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
45 virtual void SetXCoordArrayName(
const char* name);
46 virtual const char* GetXCoordArrayName();
51 virtual void SetYCoordArrayName(
const char* name);
52 virtual const char* GetYCoordArrayName();
57 virtual void SetZCoordArrayName(
const char* name);
58 virtual const char* GetZCoordArrayName();
uses array values to set vertex locations
abstract superclass for all graph layout strategies
vtkSmartPointer< vtkAssignCoordinates > AssignCoordinates
Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates ...
void PrintSelf(ostream &os, vtkIndent indent)