38 #ifndef vtkGeoAssignCoordinates_h
39 #define vtkGeoAssignCoordinates_h
41 #include "vtkGeovisCoreModule.h"
58 vtkSetStringMacro(LongitudeArrayName);
66 vtkSetStringMacro(LatitudeArrayName);
76 vtkGetMacro(GlobeRadius,
double);
97 vtkGetMacro(CoordinatesInArrays,
bool);
110 char* LongitudeArrayName;
111 char* LatitudeArrayName;
113 bool CoordinatesInArrays;
Given latitude and longitude arrays, take the values in those arrays and convert them to x,...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkGeoAssignCoordinates()
vtkGeoAssignCoordinates()
virtual void SetTransform(vtkAbstractTransform *trans)
The transform to use to convert coordinates of the form (lat, long, 0) to (x, y z).
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkGeoAssignCoordinates * New()
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.