osgEarth 2.1.1
Public Member Functions

EGM96HF Struct Reference

List of all members.

Public Member Functions

 EGM96HF ()

Detailed Description

Definition at line 64968 of file EGM.cpp.


Constructor & Destructor Documentation

EGM96HF::EGM96HF ( ) [inline]

Definition at line 64970 of file EGM.cpp.

    {
        _columns = EGM96_COLS;
        _rows = EGM96_ROWS;
        _origin.set( 0, -90, 0 );
        _dx = EGM96_INTERVAL;
        _dy = EGM96_INTERVAL;
        _heights = new osg::FloatArray( EGM96_COLS*EGM96_ROWS, &egm96[0] );
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines