Go to the documentation of this file.
37 #ifndef vtkAssignCoordinates_h
38 #define vtkAssignCoordinates_h
40 #include "vtkInfovisLayoutModule.h"
55 vtkSetStringMacro(XCoordArrayName);
63 vtkSetStringMacro(YCoordArrayName);
71 vtkSetStringMacro(ZCoordArrayName);
91 char* XCoordArrayName;
92 char* YCoordArrayName;
93 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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.