Go to the documentation of this file.
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;
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkAssignCoordinates * New()
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
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkAssignCoordinates() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.