DGtal  1.4.beta
DGtal::ImageSelector< Domain, Value, Preferences > Struct Template Reference

Aim: Automatically defines an adequate image type according to the hints given by the user.
More...

#include <DGtal/images/ImageSelector.h>

Inheritance diagram for DGtal::ImageSelector< Domain, Value, Preferences >:
[legend]

Public Types

typedef ImageContainerBySTLVector< Domain, ValueType
 

Public Member Functions

 BOOST_CONCEPT_ASSERT ((concepts::CLabel< Value >))
 

Detailed Description

template<typename Domain, typename Value, int Preferences = 0>
struct DGtal::ImageSelector< Domain, Value, Preferences >

Aim: Automatically defines an adequate image type according to the hints given by the user.

Description of template class 'ImageSelector'

Definition at line 69 of file ImageSelector.h.

Member Typedef Documentation

◆ Type

template<typename Domain , typename Value , int Preferences = 0>
typedef ImageContainerBySTLVector<Domain,Value> DGtal::ImageSelector< Domain, Value, Preferences >::Type

Adequate digital set representation for the given preferences.

Definition at line 78 of file ImageSelector.h.

Member Function Documentation

◆ BOOST_CONCEPT_ASSERT()

template<typename Domain , typename Value , int Preferences = 0>
DGtal::ImageSelector< Domain, Value, Preferences >::BOOST_CONCEPT_ASSERT ( (concepts::CLabel< Value >)  )

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