|
DGtal
0.6.devel
|
#include <CConstImage.h>


Public Types | |
| typedef I::Domain | Domain |
| typedef I::ConstRange | ConstRange |
Public Types inherited from DGtal::CTrivialConstImage< I > | |
Public Types inherited from DGtal::CPointFunctor< I > | |
| typedef I::Point | Point |
| typedef I::Value | Value |
Public Member Functions | |
| BOOST_CONCEPT_ASSERT ((CDomain< Domain >)) | |
| BOOST_CONCEPT_ASSERT ((CConstBidirectionalRangeFromPoint< ConstRange >)) | |
| BOOST_CONCEPT_USAGE (CConstImage) | |
Public Member Functions inherited from DGtal::CTrivialConstImage< I > | |
| BOOST_CONCEPT_ASSERT ((CLabel< typename I::Value >)) | |
| BOOST_CONCEPT_USAGE (CTrivialConstImage) | |
Public Member Functions inherited from DGtal::CPointFunctor< I > | |
| BOOST_CONCEPT_ASSERT ((CUnaryFunctor< I, Point, Value >)) | |
Private Attributes | |
| I | i |
| Domain | d |
| ConstRange | r |
DescriptionDescription of \b concept '\b CConstImage' <p> Aim: Defines the concept describing a read-only image, which is a refinement of CPointFunctor.
| Name | Expression | Type requirements | Return type | Precondition | Semantics | Postcondition | Complexity |
| accessor to the domain | x.domain() | const Domain & | returns a const reference to the image domain | O(1) | |||
| accessor to the range of the image values | x.constRange() | ConstRange | returns a constant range | O(1) |
ImageContainerBySTLVector, ImageContainerBySTLMap, ImageContainerByITKImage, ImageContainerByHashTree
Definition at line 122 of file CConstImage.h.
| typedef I::ConstRange DGtal::CConstImage< I >::ConstRange |
Definition at line 131 of file CConstImage.h.
| typedef I::Domain DGtal::CConstImage< I >::Domain |
Reimplemented from DGtal::CTrivialConstImage< I >.
Definition at line 128 of file CConstImage.h.
| DGtal::CConstImage< I >::BOOST_CONCEPT_ASSERT | ( | (CDomain< Domain >) | ) |
Reimplemented from DGtal::CTrivialConstImage< I >.
| DGtal::CConstImage< I >::BOOST_CONCEPT_ASSERT | ( | (CConstBidirectionalRangeFromPoint< ConstRange >) | ) |
|
inline |
Definition at line 134 of file CConstImage.h.
References DGtal::CConstImage< I >::d, DGtal::CConstImage< I >::i, DGtal::CConstImage< I >::r, and DGtal::ConceptUtils::sameType().
|
private |
Reimplemented from DGtal::CTrivialConstImage< I >.
Definition at line 142 of file CConstImage.h.
Referenced by DGtal::CConstImage< I >::BOOST_CONCEPT_USAGE().
|
private |
Reimplemented from DGtal::CTrivialConstImage< I >.
Definition at line 141 of file CConstImage.h.
Referenced by DGtal::CConstImage< I >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 143 of file CConstImage.h.
Referenced by DGtal::CConstImage< I >::BOOST_CONCEPT_USAGE().
1.8.1.1