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 ...
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