|
Plugins
|
#include <rasterid.h>
Public Member Functions | |
| bool | get_id_by_pnt (number x, number y, int &ident) const |
| checks, in which union (x, y) is (if in any) | |
| void | load_id_raster_from (const char *file_name) |
| loads the id raster | |
| RasterID () | |
| class constructor | |
Private Types | |
| typedef Raster< int, 2 > | id_raster_type |
Private Attributes | |
| id_raster_type | m_id_raster |
This class implements mapping a point to an id by a 2d raster.
|
private |
|
inline |
class constructor
checks, in which union (x, y) is (if in any)
References ug::Raster< class T, int TDIM >::interpolate(), m_id_raster, and ug::Raster< class T, int TDIM >::no_data_value().
|
inline |
loads the id raster
References ug::Raster< class T, int TDIM >::load_from_asc(), and m_id_raster.
|
private |
Referenced by get_id_by_pnt(), and load_id_raster_from().