#145: Add a n-dimensional regular image type on a cubical/rectangular grid ----------------------+----------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Keywords: | ----------------------+----------------------------------------------------- This image type, e.g.
{{{ #cpp template <unsigned Dim, typename T> class regular_image }}}
(with `Dim` being the dimension and `T` the value type) would generalize `image1d`, `image2d` and `image3d`.
* First, develop a version with no support for borders. * Then, add support for borders.
See the code in Olena 0.11: a similar image type was present in this version.
#145: Add a n-dimensional regular image type on a cubical/rectangular grid -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: | Keywords: -----------------------+---------------------------------------------------- Old description:
This image type, e.g.
{{{ #cpp template <unsigned Dim, typename T> class regular_image }}}
(with `Dim` being the dimension and `T` the value type) would generalize `image1d`, `image2d` and `image3d`.
- First, develop a version with no support for borders.
- Then, add support for borders.
See the code in Olena 0.11: a similar image type was present in this version.
New description:
This image type, e.g.
{{{ #!cpp template <unsigned Dim, typename T> class regular_image; }}}
(with `Dim` being the dimension and `T` the value type) would generalize `image1d`, `image2d` and `image3d`.
* First, develop a version with no support for borders. * Then, add support for borders.
See the code in Olena 0.11: a similar image type was present in this version.
#145: Add a n-dimensional regular image type on a cubical/rectangular grid -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 1.1 Component: Milena | Version: 1.0 Resolution: | Keywords: -----------------------+---------------------------------------------------- Changes (by levill_r):
* milestone: Olena 1.0 => Olena 1.1
#145: Add a n-dimensional regular image type on a cubical/rectangular grid ----------------------+----------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: task | Status: new Priority: major | Milestone: Olena 2.x Component: Milena | Version: 1.0 Keywords: | ----------------------+----------------------------------------------------- Changes (by lazzara):
* milestone: Olena 2.1 => Olena 2.x