geomc 1.0
A c++ linear algebra template library
Raster< I, O, M, N > Member List

This is the complete list of members for Raster< I, O, M, N >, including all inherited members.

contains_gridpt(const grid_t &idx) constRaster< I, O, M, N >inline
coord_t typedefRaster< I, O, M, N >
copy(sample_t *dest, const Rect< index_t, M > &region) constRaster< I, O, M, N >inline
copy(sample_t *dest, const Rect< index_t, M > &region, EdgeBehavior edge) constRaster< I, O, M, N >inline
dataExtents() constRaster< I, O, M, N >inline
domain() constRaster< I, O, M, N >inline
grid_t typedefRaster< I, O, M, N >
index(const grid_t &c) const (defined in Raster< I, O, M, N >)Raster< I, O, M, N >inlineprotected
inputDimension() constRaster< I, O, M, N >inline
m_abyss (defined in Raster< I, O, M, N >)Raster< I, O, M, N >protected
m_data (defined in Raster< I, O, M, N >)Raster< I, O, M, N >protected
m_domain (defined in Raster< I, O, M, N >)Raster< I, O, M, N >protected
m_extent (defined in Raster< I, O, M, N >)Raster< I, O, M, N >protected
m_size (defined in Raster< I, O, M, N >)Raster< I, O, M, N >protected
outputDimension() constRaster< I, O, M, N >inline
Raster(const grid_t &dims)Raster< I, O, M, N >inline
Raster(const grid_t &dims, const Rect< I, M > &domain)Raster< I, O, M, N >inline
Raster(const grid_t &dims, const O *src_data)Raster< I, O, M, N >inline
Raster(const grid_t &dims, const O *src_data, const Rect< I, M > &domain)Raster< I, O, M, N >inline
sample(const coord_t &pt) constRaster< I, O, M, N >inline
sample(const coord_t &pt, EdgeBehavior edge=EDGE_CLAMP, Interpolation interp=INTERP_LINEAR) constRaster< I, O, M, N >inline
sample_discrete(const grid_t &pt) constRaster< I, O, M, N >inline
sample_discrete(const grid_t &pt, EdgeBehavior edge) constRaster< I, O, M, N >inline
sample_t typedefRaster< I, O, M, N >
samplecount() constRaster< I, O, M, N >inline
set(const grid_t &idx, const sample_t &val)Raster< I, O, M, N >inline
setAbyss(sample_t val)Raster< I, O, M, N >inline
toGridSpace(const coord_t &pt) const (defined in Raster< I, O, M, N >)Raster< I, O, M, N >inlineprotected