2D image extracted from a slice of a 3D image. More...
#include <slice_image.hh>
Inherits image_domain_morpher< I, box2d, slice_image< I > >.
Public Types | |
| typedef slice_image < tag::image_< I > >  | skeleton | 
| Skeleton.   | |
Public Member Functions | |
| const box2d & | domain () const | 
| Give the definition domain.   | |
| operator slice_image< const I > () const | |
| Const promotion via conversion.   | |
| I::rvalue | operator() (const point2d &p) const | 
Read-only access to the image value located at point p.   | |
| internal::morpher_lvalue_< I >::ret | operator() (const point2d &p) | 
Read-write access to the image value located at point p.   | |
| def::coord | sli () const | 
| Give the slice number.   | |
| slice_image () | |
| Constructor without argument.   | |
| slice_image (I &ima, def::coord sli) | |
Constructor from an image ima and a predicate f.   | |
2D image extracted from a slice of a 3D image.
Definition at line 95 of file slice_image.hh.
| typedef slice_image< tag::image_<I> > mln::slice_image< I >::skeleton | 
Skeleton.
Definition at line 100 of file slice_image.hh.
| mln::slice_image< I >::slice_image | ( | ) |  [inline] | 
        
Constructor without argument.
Definition at line 193 of file slice_image.hh.
| mln::slice_image< I >::slice_image | ( | I & | ima, | |
| def::coord | sli | |||
| ) |  [inline] | 
        
Constructor from an image ima and a predicate f. 
Definition at line 199 of file slice_image.hh.
| const box2d & mln::slice_image< I >::domain | ( | ) |  const [inline] | 
        
Give the definition domain.
Definition at line 216 of file slice_image.hh.
| mln::slice_image< I >::operator slice_image< const I > | ( | ) |  const [inline] | 
        
Const promotion via conversion.
Definition at line 255 of file slice_image.hh.
| internal::morpher_lvalue_< I >::ret mln::slice_image< I >::operator() | ( | const point2d & | p | ) |  [inline] | 
        
Read-write access to the image value located at point p. 
Definition at line 245 of file slice_image.hh.
| I::rvalue mln::slice_image< I >::operator() | ( | const point2d & | p | ) |  const [inline] | 
        
Read-only access to the image value located at point p. 
Definition at line 234 of file slice_image.hh.
| def::coord mln::slice_image< I >::sli | ( | ) |  const [inline] | 
        
Give the slice number.
Definition at line 225 of file slice_image.hh.
 1.7.1