Skip to content

Commit

Permalink
marked BasicImage as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ukoethe committed Mar 17, 2016
1 parent a996189 commit 3cf014f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/vigra/basicimage.hxx
Expand Up @@ -463,6 +463,8 @@ VIGRA_DEFINE_ITERATORTRAITS(VIGRA_PIXELTYPE)

/** \brief Fundamental class template for images.
<b>deprecated</b>, use \ref vigra::MultiArray instead
A customized memory allocator can be specified as a templated argument
and passed in the constructor.
Expand Down
2 changes: 2 additions & 0 deletions include/vigra/basicimageview.hxx
Expand Up @@ -59,6 +59,8 @@ namespace vigra {

/** \brief BasicImage using foreign memory.
<b>deprecated</b>, use \ref vigra::MultiArrayView instead
This class provides the same interface as \ref vigra::BasicImage
(with the exception of <tt>resize()</tt>) but the image's
memory is provided from the outside instead of allocated internally.
Expand Down

0 comments on commit 3cf014f

Please sign in to comment.