37 #ifndef vtkAssignCoordinates_h 38 #define vtkAssignCoordinates_h 40 #include "vtkInfovisLayoutModule.h" 55 vtkSetStringMacro(XCoordArrayName);
56 vtkGetStringMacro(XCoordArrayName);
63 vtkSetStringMacro(YCoordArrayName);
64 vtkGetStringMacro(YCoordArrayName);
71 vtkSetStringMacro(ZCoordArrayName);
72 vtkGetStringMacro(ZCoordArrayName);
79 vtkSetMacro(Jitter,
bool);
91 char* XCoordArrayName;
92 char* YCoordArrayName;
93 char* ZCoordArrayName;
a simple class to control print indentation
Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates ...