GeoTessCPPExamples  2.0
Functions
ExtendedModel.cc File Reference
#include "CPPUtils.h"
#include "GeoTessModelExtended.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

An example of how to implement an extension of a GeoTessModel. The definition of the extended model is contained in files GeoTessModelExtended.h and .cc. This method instantiates an instance of the model and queries it for the extra data.

The program takes one command line argument which specifies the full path to the file GeoTessModels/crust20.geotess that was delivered with the GeoTess package.

Definition at line 51 of file ExtendedModel.cc.