#include "Calculators/ACalcDbToDb.hpp"#include "geoslib_define.h"#include "Db/Db.hpp"#include "Basic/Grid.hpp"#include "Calculators/CalcGridToGrid.hpp"Functions | |
| int | dbg2gCopy (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv) |
| int | dbg2gExpand (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv) |
| int | dbg2gInterpolate (DbGrid *dbin, DbGrid *dbout, const VectorString &tops, const VectorString &bots, const NamingConvention &namconv) |
| int | dbg2gShrink (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv) |
| int dbg2gCopy | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv | ||
| ) |
| int dbg2gExpand | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv | ||
| ) |
| int dbg2gInterpolate | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const VectorString & | tops, | ||
| const VectorString & | bots, | ||
| const NamingConvention & | namconv | ||
| ) |
| int dbg2gShrink | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv | ||
| ) |