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::CTrivialConstImage< I > Struct Template Reference

#include <CTrivialConstImage.h>

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

Public Types

typedef I::Domain Domain
- Public Types inherited from DGtal::CPointFunctor< I >
typedef I::Point Point
typedef I::Value Value

Public Member Functions

 BOOST_CONCEPT_ASSERT ((CLabel< typename I::Value >))
 BOOST_CONCEPT_ASSERT ((CDomain< Domain >))
 BOOST_CONCEPT_USAGE (CTrivialConstImage)
- Public Member Functions inherited from DGtal::CPointFunctor< I >
 BOOST_CONCEPT_ASSERT ((CUnaryFunctor< I, Point, Value >))

Private Attributes

i
Domain d

Detailed Description

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

 Description of \b concept '\b CTrivialConstImage' <p>


 Aim: Defines the concept describing a read-only image,
 which is a refinement of CPointFunctor.

Refinement of CPointFunctor

Associated types :

Notation

Definitions

Valid expressions and

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)

Invariants

Models

ImageContainerBySTLVector, ImageContainerBySTLMap, ImageContainerByITKImage, ImageContainerByHashTree

Definition at line 105 of file CTrivialConstImage.h.


Member Typedef Documentation

template<typename I >
typedef I::Domain DGtal::CTrivialConstImage< I >::Domain

Reimplemented in DGtal::CConstImage< I >.

Definition at line 112 of file CTrivialConstImage.h.


Member Function Documentation

template<typename I >
DGtal::CTrivialConstImage< I >::BOOST_CONCEPT_ASSERT ( (CLabel< typename I::Value >)  )
template<typename I >
DGtal::CTrivialConstImage< I >::BOOST_CONCEPT_ASSERT ( (CDomain< Domain >)  )

Reimplemented in DGtal::CConstImage< I >.

template<typename I >
DGtal::CTrivialConstImage< I >::BOOST_CONCEPT_USAGE ( CTrivialConstImage< I >  )
inline

Field Documentation

template<typename I >
Domain DGtal::CTrivialConstImage< I >::d
private

Reimplemented in DGtal::CConstImage< I >.

Definition at line 123 of file CTrivialConstImage.h.

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

template<typename I >
I DGtal::CTrivialConstImage< I >::i
private

Reimplemented in DGtal::CConstImage< I >.

Definition at line 122 of file CTrivialConstImage.h.

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


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