DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Private Attributes
DGtal::CImage< I > Struct Template Reference

#include <CImage.h>

Inheritance diagram for DGtal::CImage< I >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CImage< I >:
Collaboration graph
[legend]

Public Types

typedef I::Range Range
- Public Types inherited from DGtal::CConstImage< I >
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 ((CConstBidirectionalRangeFromPoint< Range >))
 BOOST_CONCEPT_ASSERT ((CBidirectionalOutputRangeFromPoint< Range, typenameI::Value >))
 BOOST_CONCEPT_USAGE (CImage)
- Public Member Functions inherited from DGtal::CConstImage< I >
 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 >))
- Public Member Functions inherited from DGtal::CTrivialImage< I >
 BOOST_CONCEPT_USAGE (CTrivialImage)

Private Attributes

myI
Range myR

Detailed Description

template<typename I>
struct DGtal::CImage< I >

DescriptionDescription of concept 'CImage'

Aim: Defines the concept describing a read/write image, having an output iterator.

Refinement of

CTrivialImage and CConstImage

Associated types:

Notation

Definitions

Valid expressions and

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
get range x.range() Range Returns a range on the image values

Invariants

Models

ImageContainerBySTLVector, ImageContainerBySTLMap, ImageContainerByITKImage, ImageContainerByHashTree

Notes

Definition at line 102 of file CImage.h.


Member Typedef Documentation

template<typename I >
typedef I::Range DGtal::CImage< I >::Range

Definition at line 107 of file CImage.h.


Member Function Documentation

template<typename I >
DGtal::CImage< I >::BOOST_CONCEPT_ASSERT ( (CConstBidirectionalRangeFromPoint< Range >)  )
template<typename I >
DGtal::CImage< I >::BOOST_CONCEPT_ASSERT ( (CBidirectionalOutputRangeFromPoint< Range, typenameI::Value >)  )
template<typename I >
DGtal::CImage< I >::BOOST_CONCEPT_USAGE ( CImage< I >  )
inline

Field Documentation

template<typename I >
I DGtal::CImage< I >::myI
private

Reimplemented from DGtal::CTrivialImage< I >.

Definition at line 121 of file CImage.h.

Referenced by DGtal::CImage< I >::BOOST_CONCEPT_USAGE().

template<typename I >
Range DGtal::CImage< I >::myR
private

Definition at line 122 of file CImage.h.

Referenced by DGtal::CImage< I >::BOOST_CONCEPT_USAGE().


The documentation for this struct was generated from the following file: