#include "gstlearn_export.hpp"#include "ACalcDbToDb.hpp"#include "Db/DbGrid.hpp"#include "Basic/NamingConvention.hpp"Classes | |
| class | CalcGridToGrid |
Functions | |
| GSTLEARN_EXPORT int | dbg2gCopy (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv=NamingConvention("Copy")) |
| GSTLEARN_EXPORT int | dbg2gExpand (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv=NamingConvention("Expand")) |
| GSTLEARN_EXPORT int | dbg2gShrink (DbGrid *dbin, DbGrid *dbout, const NamingConvention &namconv=NamingConvention("Shrink")) |
| GSTLEARN_EXPORT int | dbg2gInterpolate (DbGrid *dbin, DbGrid *dbout, const VectorString &tops=VectorString(), const VectorString &bots=VectorString(), const NamingConvention &namconv=NamingConvention("Interpolation", false)) |
| GSTLEARN_EXPORT int dbg2gCopy | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv = NamingConvention("Copy") |
||
| ) |
| GSTLEARN_EXPORT int dbg2gExpand | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv = NamingConvention("Expand") |
||
| ) |
| GSTLEARN_EXPORT int dbg2gInterpolate | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const VectorString & | tops = VectorString(), |
||
| const VectorString & | bots = VectorString(), |
||
| const NamingConvention & | namconv = NamingConvention("Interpolation", false) |
||
| ) |
| GSTLEARN_EXPORT int dbg2gShrink | ( | DbGrid * | dbin, |
| DbGrid * | dbout, | ||
| const NamingConvention & | namconv = NamingConvention("Shrink") |
||
| ) |