DGtal
0.6.devel
|
#include <CImage.h>
Public Types | |
typedef I::Range | Range |
![]() | |
typedef I::Domain | Domain |
typedef I::ConstRange | ConstRange |
![]() | |
![]() | |
typedef I::Point | Point |
typedef I::Value | Value |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CConstBidirectionalRangeFromPoint< Range >)) | |
BOOST_CONCEPT_ASSERT ((CBidirectionalOutputRangeFromPoint< Range, typenameI::Value >)) | |
BOOST_CONCEPT_USAGE (CImage) | |
![]() | |
BOOST_CONCEPT_ASSERT ((CDomain< Domain >)) | |
BOOST_CONCEPT_ASSERT ((CConstBidirectionalRangeFromPoint< ConstRange >)) | |
BOOST_CONCEPT_USAGE (CConstImage) | |
![]() | |
BOOST_CONCEPT_ASSERT ((CLabel< typename I::Value >)) | |
BOOST_CONCEPT_USAGE (CTrivialConstImage) | |
![]() | |
BOOST_CONCEPT_ASSERT ((CUnaryFunctor< I, Point, Value >)) | |
![]() | |
BOOST_CONCEPT_USAGE (CTrivialImage) |
Private Attributes | |
I | myI |
Range | myR |
DescriptionDescription of concept 'CImage'
Aim: Defines the concept describing a read/write image, having an output iterator.
CTrivialImage and CConstImage
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
get range | x.range() | Range | Returns a range on the image values |
ImageContainerBySTLVector, ImageContainerBySTLMap, ImageContainerByITKImage, ImageContainerByHashTree
typedef I::Range DGtal::CImage< I >::Range |
DGtal::CImage< I >::BOOST_CONCEPT_ASSERT | ( | (CConstBidirectionalRangeFromPoint< Range >) | ) |
DGtal::CImage< I >::BOOST_CONCEPT_ASSERT | ( | (CBidirectionalOutputRangeFromPoint< Range, typenameI::Value >) | ) |
|
inline |
Definition at line 114 of file CImage.h.
References DGtal::CImage< I >::myI, DGtal::CImage< I >::myR, and DGtal::ConceptUtils::sameType().
|
private |
Reimplemented from DGtal::CTrivialImage< I >.
Definition at line 121 of file CImage.h.
Referenced by DGtal::CImage< I >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 122 of file CImage.h.
Referenced by DGtal::CImage< I >::BOOST_CONCEPT_USAGE().