.NET wrapper for GeographicLib::SphericalEngine::coeff. More...
#include <SphericalCoefficients.h>
Public Member Functions | |
SphericalCoefficients (const GeographicLib::SphericalEngine::coeff &c) | |
Constructor. More... | |
Private Attributes | |
array< double > | m_C |
int | m_mmx |
int | m_N |
int | m_nmx |
array< double > | m_S |
.NET wrapper for GeographicLib::SphericalEngine::coeff.
This class allows .NET applications to access GeographicLib::SphericalEngine::coeff.
The SphericalHarmonic classes provide accessor functions that allow you to examine the coefficients. These accessor functions export a GeographicLib::SphericalEngine::coeff object. The GeographicLib::SphericalEngine class is not implemented in NETGeographicLib. SphericalCoefficients is provided as a substitute for GeographicLib::SphericalEngine::coeff allowing you to examine the coefficients in .NET applications.
Use SphericalHarmonic::Coefficients, SphericalHarmonic1::Coefficient*, or SphericalHarmonic2::Coefficient* to obtain an instance of this class.
INTERFACE DIFFERENCES:
This class does not implement readcoeffs.
Definition at line 34 of file SphericalCoefficients.h.
SphericalCoefficients::SphericalCoefficients | ( | const GeographicLib::SphericalEngine::coeff & | c | ) |
Constructor.
[in] | c | A reference to a GeographicLib::SphericalEngine::coeff object. This constructor is for internal use only. Developers should not create an instance of SphericalCoefficients. Use SphericalHarmonic::Coefficients, SphericalHarmonic1::Coefficient*, or SphericalHarmonic2::Coefficient* to obtain an instance of this class. |
Definition at line 18 of file SphericalCoefficients.cpp.
|
private |
Definition at line 38 of file SphericalCoefficients.h.
|
private |
Definition at line 44 of file SphericalCoefficients.h.
|
private |
Definition at line 42 of file SphericalCoefficients.h.
|
private |
Definition at line 43 of file SphericalCoefficients.h.
|
private |
Definition at line 40 of file SphericalCoefficients.h.