OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros
ossimThinPlateSpline.cpp File Reference
#include <cstdio>
#include <ossim/base/ossimConstants.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimNotify.h>
#include <ossim/base/ossimThinPlateSpline.h>

Go to the source code of this file.

Macros

#define FLT_MAX   1e+37
 
#define FLT_MIN   1e-37
 
#define A(r, c)   _AA[ _nof_eqs * (r) + (c) ]
 
#define Ainv(r, c)   _Ainv[ _nof_eqs * (r) + (c) ]
 
#define VIZ_GEOREF_SPLINE_DEBUG   0
 

Macro Definition Documentation

◆ A

#define A (   r,
 
)    _AA[ _nof_eqs * (r) + (c) ]

◆ Ainv

#define Ainv (   r,
 
)    _Ainv[ _nof_eqs * (r) + (c) ]

Definition at line 50 of file ossimThinPlateSpline.cpp.

◆ FLT_MAX

#define FLT_MAX   1e+37

Definition at line 41 of file ossimThinPlateSpline.cpp.

◆ FLT_MIN

#define FLT_MIN   1e-37

Definition at line 42 of file ossimThinPlateSpline.cpp.

◆ VIZ_GEOREF_SPLINE_DEBUG

#define VIZ_GEOREF_SPLINE_DEBUG   0

Definition at line 53 of file ossimThinPlateSpline.cpp.