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