31 #ifndef vtkAssignCoordinates_h 32 #define vtkAssignCoordinates_h 34 #include "vtkInfovisLayoutModule.h" 49 vtkSetStringMacro(XCoordArrayName);
50 vtkGetStringMacro(XCoordArrayName);
57 vtkSetStringMacro(YCoordArrayName);
58 vtkGetStringMacro(YCoordArrayName);
65 vtkSetStringMacro(ZCoordArrayName);
66 vtkGetStringMacro(ZCoordArrayName);
73 vtkSetMacro(Jitter,
bool);
85 char* XCoordArrayName;
86 char* YCoordArrayName;
87 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 ...