GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
Go to the documentation of this file.
38 #ifndef HORIZONRADIUS_H_
39 #define HORIZONRADIUS_H_
125 radius = other.radius;
138 if (radius <= bottom)
151 if (radius <= bottom)
161 string s =
"radius " + CPPUtils::dtos(radius) +
" " + CPPUtils::itos(layerIndex);
Abstract class that manages the radii and data values that span a single layer associated with a sing...
virtual float getRadiusTop() const
GeoTessHorizonRadius & operator=(const GeoTessHorizonRadius &other)
virtual double getValue()
An abstract class that represents a single "surface" within a model.
virtual float getRadiusBottom() const
virtual double getRadius(const double *position, GeoTessProfile **profiles)
Information about an interpolated point at an arbitrary position in a model.
virtual ~GeoTessHorizonRadius()
GeoTessHorizonRadius(GeoTessHorizonRadius &other)
virtual string class_name()
double getRadiusTop(int layid)
Defines a "surface" in a model that resides at a constant radius.
double getRadiusBottom(int layid)
virtual double getRadius(GeoTessPosition &position)
GeoTessHorizonRadius(const double &r)
GeoTessHorizonRadius(const double &r, const int &lyrIndex)