GeoTessCPP
2.1
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <GeoTessHorizonLayer.h>
Public Member Functions | |
GeoTessHorizonLayer (const double &fractionalPosition, const int &lyrIndex) | |
GeoTessHorizonLayer (GeoTessHorizonLayer &other) | |
virtual | ~GeoTessHorizonLayer () |
virtual string | class_name () |
virtual double | getRadius (const double *position, GeoTessProfile **profiles) |
virtual double | getRadius (GeoTessPosition &position) |
virtual double | getValue () |
GeoTessHorizonLayer & | operator= (const GeoTessHorizonLayer &other) |
virtual string | str () |
![]() | |
GeoTessHorizon (const int &lyrIndex) | |
virtual | ~GeoTessHorizon () |
virtual int | getLayerIndex () |
Additional Inherited Members | |
![]() | |
int | layerIndex |
Defines a "surface" in a model that resides at a constant fractional radius within a specified layer.
|
inline |
Constructor for a Horizon object that represents a constant fractional radius within a layer. Zero represents the bottom of the layer and 1. represents the top of the layer.
Since the layerIndex is specified, the radius will be constrained to be within the specified layer.
fractionalPosition | radius within the Earth, in km. |
lyrIndex | the index of the layer within which the radius will be constrained. |
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Reimplemented from geotess::GeoTessHorizon.
|
inlinevirtual |
Return the radius of the Horizon at the specified geographic position and constrained by the specified array of Profiles, all of which are assumed to reside at the specified position.
position | the unit vector representing the position where the radius is to be determined. This should correspond to the position of the supplied array of Profiles. |
profiles | a 1D array of profiles at the specified position. The number of elements must be equal to the number of layers in the model with the first layer being the deepest (closest to the center of the Earth) and the last layer being the shallowest (farthest from the center of the Earth). |
Reimplemented from geotess::GeoTessHorizon.
|
inlinevirtual |
Return the radius of the Horizon at the position of the specified GeoTessPosition object.
position |
GeoTessException |
Reimplemented from geotess::GeoTessHorizon.
|
inlinevirtual |
HorizonDepth objects return depth, HorizonRadius object return radius, and HorizonLayer object return fraction.
Reimplemented from geotess::GeoTessHorizon.
|
inline |
Overloaded assignment operator
|
inlinevirtual |
Reimplemented from geotess::GeoTessHorizon.