31#if defined(ImageSelector_RECURSES)
32#error Recursive header files inclusion detected in ImageSelector.h
35#define ImageSelector_RECURSES
37#if !defined ImageSelector_h
39#define ImageSelector_h
44#include "DGtal/base/Common.h"
45#include "DGtal/base/CLabel.h"
46#include "DGtal/images/ImageContainerBySTLMap.h"
47#include "DGtal/images/ImageContainerBySTLVector.h"
48#include "DGtal/images/ImageContainerByHashTree.h"
50#include "DGtal/images/ImageContainerByITKImage.h"
68 template <
typename Domain,
typename Value,
int Preferences = 0 >
85#include "DGtal/images//ImageSelector.ih"
92#undef ImageSelector_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
@ ITKIMAGEDATA_CONTAINER_I
@ VTKIMAGEDATA_CONTAINER_I
Aim: Automatically defines an adequate image type according to the hints given by the user.
BOOST_CONCEPT_ASSERT((concepts::CLabel< Value >))
ImageContainerBySTLVector< Domain, Value > Type
Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible,...