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

#include <CTrivialImage.h>

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

Public Member Functions

 BOOST_CONCEPT_USAGE (CTrivialImage)
- Public Member Functions inherited from DGtal::CTrivialConstImage< I >
 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

myI
I::Point myPoint
I::Value myValue

Additional Inherited Members

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

Detailed Description

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

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


 Aim: Defines the concept describing an image without extra ranges, 
 which is a refinement of CTrivialConstImage. 

Refinement of CTrivialConstImage

Associated types : the same as CTrivialConstImage

Notation

Definitions

Valid expressions and

Name Expression Type requirements Return type Precondition Semantics Postcondition

Complexity

set value x.setValue(p,v) set a given value v to a given point p

Invariants

Models

ImageContainerBySTLVector, ImageContainerBySTLMap, ImageContainerByITKImage, ImageContainerByHashTree

Definition at line 103 of file CTrivialImage.h.


Member Function Documentation

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

Field Documentation

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

Reimplemented in DGtal::CImage< I >.

Definition at line 114 of file CTrivialImage.h.

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

template<typename I >
I::Point DGtal::CTrivialImage< I >::myPoint
private

Definition at line 115 of file CTrivialImage.h.

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

template<typename I >
I::Value DGtal::CTrivialImage< I >::myValue
private

Definition at line 116 of file CTrivialImage.h.

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


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