DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes
DGtal::concepts::CImageCacheWritePolicy< T > Struct Template Reference

Aim: Defines the concept describing a cache write policy. More...

#include <DGtal/images/CImageCacheWritePolicy.h>

Public Types

typedef T::ImageContainer ImageContainer
 

Public Member Functions

 BOOST_CONCEPT_USAGE (CImageCacheWritePolicy)
 
void checkConstConstraints () const
 

Private Attributes

myT
 
ImageContainermyIC
 
T::Point myPoint
 
T::Value myValue
 

Detailed Description

template<typename T>
struct DGtal::concepts::CImageCacheWritePolicy< T >

Aim: Defines the concept describing a cache write policy.

Description of concept 'CImageCacheWritePolicy'

Refinement of

Associated types

Notation

Definitions

Valid expressions and semantics

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
Write in page x.writeInPage(i,p,v) i of type ImageContainer, p of type Point, v of type Value set a value v on an image i at a given position p
Flush page x.flushPage(i) i of type ImageContainer flush the image i on disk according to the cache policy

Invariants

Models

ImageCacheWritePolicyWT, ImageCacheWritePolicyWB

Notes

Template Parameters
Tthe type that should be a model of CImageCacheWritePolicy.

Definition at line 91 of file CImageCacheWritePolicy.h.

Member Typedef Documentation

◆ ImageContainer

template<typename T >
typedef T::ImageContainer DGtal::concepts::CImageCacheWritePolicy< T >::ImageContainer

Definition at line 96 of file CImageCacheWritePolicy.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

template<typename T >
DGtal::concepts::CImageCacheWritePolicy< T >::BOOST_CONCEPT_USAGE ( CImageCacheWritePolicy< T >  )
inline

◆ checkConstConstraints()

template<typename T >
void DGtal::concepts::CImageCacheWritePolicy< T >::checkConstConstraints ( ) const
inline

Field Documentation

◆ myIC

template<typename T >
ImageContainer* DGtal::concepts::CImageCacheWritePolicy< T >::myIC
private

◆ myPoint

template<typename T >
T::Point DGtal::concepts::CImageCacheWritePolicy< T >::myPoint
private

◆ myT

template<typename T >
T DGtal::concepts::CImageCacheWritePolicy< T >::myT
private

◆ myValue

template<typename T >
T::Value DGtal::concepts::CImageCacheWritePolicy< T >::myValue
private

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