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