27 #ifndef vtkAssignCoordinatesLayoutStrategy_h
28 #define vtkAssignCoordinatesLayoutStrategy_h
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();
#define VTKINFOVISLAYOUT_EXPORT
uses array values to set vertex locations
abstract superclass for all graph layout strategies
a simple class to control print indentation
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)