geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for Raster< I, O, M, N >, including all inherited members.
contains_gridpt(const grid_t &idx) const | Raster< I, O, M, N > | inline |
coord_t typedef | Raster< I, O, M, N > | |
copy(sample_t *dest, const Rect< index_t, M > ®ion) const | Raster< I, O, M, N > | inline |
copy(sample_t *dest, const Rect< index_t, M > ®ion, EdgeBehavior edge) const | Raster< I, O, M, N > | inline |
dataExtents() const | Raster< I, O, M, N > | inline |
domain() const | Raster< I, O, M, N > | inline |
grid_t typedef | Raster< I, O, M, N > | |
index(const grid_t &c) const (defined in Raster< I, O, M, N >) | Raster< I, O, M, N > | inlineprotected |
inputDimension() const | Raster< 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() const | Raster< 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) const | Raster< I, O, M, N > | inline |
sample(const coord_t &pt, EdgeBehavior edge=EDGE_CLAMP, Interpolation interp=INTERP_LINEAR) const | Raster< I, O, M, N > | inline |
sample_discrete(const grid_t &pt) const | Raster< I, O, M, N > | inline |
sample_discrete(const grid_t &pt, EdgeBehavior edge) const | Raster< I, O, M, N > | inline |
sample_t typedef | Raster< I, O, M, N > | |
samplecount() const | Raster< 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 |