34 #ifndef vtkAssignCoordinates_h
35 #define vtkAssignCoordinates_h
37 #include "vtkInfovisLayoutModule.h"
52 vtkSetStringMacro(XCoordArrayName);
53 vtkGetStringMacro(XCoordArrayName);
60 vtkSetStringMacro(YCoordArrayName);
61 vtkGetStringMacro(YCoordArrayName);
68 vtkSetStringMacro(ZCoordArrayName);
69 vtkGetStringMacro(ZCoordArrayName);
76 vtkSetMacro(Jitter,
bool);
87 char* XCoordArrayName;
88 char* YCoordArrayName;
89 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 ...