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