GeoTessCPP
2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
|
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include "GeoTessUtils.h"
#include "GeoTessException.h"
#include "Data.h"
#include "Profile.h"
#include "ProfileType.h"
#include "InterpolatorType.h"
Go to the source code of this file.
Classes | |
class | geotess::ProfileNPoint |
A Profile object consisting of N monotonically increasing radii that span the radial extent of a layer, and an equal number of Data objects that define the model values at the corresponding positions. More... | |
Namespaces | |
namespace | geotess |