|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
   84   char* XCoordArrayName;
 
   85   char* YCoordArrayName;
 
   86   char* ZCoordArrayName;
 
  
Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates ...
a simple class to control print indentation