27 #ifndef __vtkAssignCoordinatesLayoutStrategy_h
28 #define __vtkAssignCoordinatesLayoutStrategy_h
44 virtual void SetXCoordArrayName(
const char*
name);
45 virtual const char* GetXCoordArrayName();
50 virtual void SetYCoordArrayName(
const char*
name);
51 virtual const char* GetYCoordArrayName();
56 virtual void SetZCoordArrayName(
const char*
name);
57 virtual const char* GetZCoordArrayName();
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)