DGtal  1.0.beta
Public Types | Public Member Functions
DGtal::ImageSelector< Domain, Value, Preferences > Struct Template Reference

#include <DGtal/images/ImageSelector.h>

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

Public Types

typedef ImageContainerBySTLVector< Domain, Value > Type
 

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'

Examples:
geometry/surfaces/dvcm-3d.cpp, images/exampleRigidtransformation2d.cpp, and images/exampleRigidtransformation3d.cpp.

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 ( (concepts::CLabel< Value >)  )

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