Peano
WrapperC.cpp File Reference

Go to the source code of this file.

Data Structures

struct  Pair
 

Functions

Pair ellipsoidTransform (const double lon, const double lat)
 
Pair ellipsoidTransformInverse (const double x, const double y)
 
Pair sphereTransform (const double lon, const double lat)
 
Pair sphereTransformInverse (const double x, const double y)
 

Function Documentation

◆ ellipsoidTransform()

Pair ellipsoidTransform ( const double  lon,
const double  lat 
)

Definition at line 10 of file WrapperC.cpp.

References projection::albers_equal_area::ellipsoid::forward(), acoustic::p, ModeCalc::x, and csv_to_plot::y.

Here is the call graph for this function:

◆ ellipsoidTransformInverse()

Pair ellipsoidTransformInverse ( const double  x,
const double  y 
)

Definition at line 18 of file WrapperC.cpp.

References projection::albers_equal_area::ellipsoid::inverse(), acoustic::p, ModeCalc::x, and csv_to_plot::y.

Here is the call graph for this function:

◆ sphereTransform()

Pair sphereTransform ( const double  lon,
const double  lat 
)

Definition at line 26 of file WrapperC.cpp.

References projection::albers_equal_area::sphere::forward(), acoustic::p, ModeCalc::x, and csv_to_plot::y.

Here is the call graph for this function:

◆ sphereTransformInverse()

Pair sphereTransformInverse ( const double  x,
const double  y 
)

Definition at line 34 of file WrapperC.cpp.

References projection::albers_equal_area::sphere::inverse(), acoustic::p, ModeCalc::x, and csv_to_plot::y.

Here is the call graph for this function: