DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions
DGtal::ImageSelector< Domain, Value, Preferences > Struct Template Reference

#include <ImageSelector.h>

Public Types

typedef
ImageContainerBySTLVector
< Domain, Value > 
Type

Public Member Functions

 BOOST_CONCEPT_ASSERT ((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 66 of file ImageSelector.h.


Member Typedef Documentation

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 75 of file ImageSelector.h.


Member Function Documentation

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

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