#include <limits>
#include <cstring>
#include <algorithm>
#include <fstream>
#include "common/error.h"
#include "common/util/file_util.h"
#include "common/util/string_util.h"
#include "raster_kernels.h"
Go to the source code of this file.
◆ LFA_CHECK_DIM
#define LFA_CHECK_DIM |
( |
|
d, |
|
|
|
line |
|
) |
| |
Value:
"' in line " << line << " of file " << filename << "," <<\
"while trying to read a " << TDIM << "d raster.");
#define UG_COND_THROW(cond, msg)
UG_COND_THROW(cond, msg) : performs a UG_THROW(msg) if cond == true.
Definition: error.h:61
◆ LFA_ERR_WHERE
#define LFA_ERR_WHERE "Error in Raster::load_from_asc('" << filename << "'): " |
◆ STA_ERR_WHERE
#define STA_ERR_WHERE "Error in Raster::save_to_asc('" << filename << "'): " |