ocssw
V2022
|
#include <VcstDegRadConvertor.h>
Public Member Functions | |
int | degToRadConversion (float *inPtr, float *outPtr, int count, int checkType) |
int | degToRadConversion (double *inPtr, double *outPtr, int count, int checkType) |
int | radToDegConversion (float *inPtr, float *outPtr, int count, int checkType) |
int | radToDegConversion (double *inPtr, double *outPtr, int count, int checkType) |
Static Public Member Functions | |
static int | degToRadConversion (_T *in, _T *out, int count, int checkType=NOCHECK) |
static int | radToDegConversion (_T *in, _T *out, int count, int checkType=NOCHECK) |
Detailed Description
template<class _T>
class VcstDegRadConvertor< _T >
Definition at line 167 of file VcstDegRadConvertor.h.
Member Function Documentation
◆ degToRadConversion() [1/3]
|
static |
degToRadConversion - converts an array from degrees to radian values, could be an array of 1
Definition at line 225 of file VcstDegRadConvertor.h.
◆ degToRadConversion() [2/3]
int degToRadConversion | ( | double * | inPtr, |
double * | outPtr, | ||
int | count, | ||
int | checkType | ||
) |
Definition at line 301 of file VcstDegRadConvertor.h.
◆ degToRadConversion() [3/3]
int degToRadConversion | ( | float * | inPtr, |
float * | outPtr, | ||
int | count, | ||
int | checkType | ||
) |
Definition at line 240 of file VcstDegRadConvertor.h.
◆ radToDegConversion() [1/3]
|
static |
radToDegConversion - converts an array from radians to degree values, could be an array of 1
Definition at line 361 of file VcstDegRadConvertor.h.
◆ radToDegConversion() [2/3]
int radToDegConversion | ( | double * | inPtr, |
double * | outPtr, | ||
int | count, | ||
int | checkType | ||
) |
Definition at line 436 of file VcstDegRadConvertor.h.
◆ radToDegConversion() [3/3]
int radToDegConversion | ( | float * | inPtr, |
float * | outPtr, | ||
int | count, | ||
int | checkType | ||
) |
Definition at line 376 of file VcstDegRadConvertor.h.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/ViirsCmn/VcstDegRadConvertor.h