File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 1.4.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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>
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: