Go to the documentation of this file.
31 #include "vtkInfovisLayoutModule.h"
65 void operator=(
const vtkGeoMath&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
static double EarthRadiusMeters()
Returns the average radius of the earth in meters.
static double DistanceSquared(double pt0[3], double pt1[3])
Returns the squared distance between two points.
Useful geographic calculations.
a simple class to control print indentation
static vtkGeoMath * New()
static void LongLatAltToRect(double lla[3], double rect[3])
Converts a (longitude, latitude, altitude) triple to world coordinates where the center of the earth ...