DGtal  1.2.0
ImageSelector.h
1 
17 #pragma once
18 
31 #if defined(ImageSelector_RECURSES)
32 #error Recursive header files inclusion detected in ImageSelector.h
33 #else // defined(ImageSelector_RECURSES)
35 #define ImageSelector_RECURSES
36 
37 #if !defined ImageSelector_h
39 #define ImageSelector_h
40 
42 // Inclusions
43 #include <iostream>
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 
51 namespace DGtal
52 {
53 
57 
59  // template class ImageSelector
65  template <typename Domain, typename Value, int Preferences = 0 >
67  {
68 
70 
71  // ----------------------- Local types ------------------------------
76 
77  };
78 } // namespace DGtal
79 
81 // Includes inline functions.
82 #include "DGtal/images//ImageSelector.ih"
83 
84 // //
86 
87 #endif // !defined ImageSelector_h
88 
89 #undef ImageSelector_RECURSES
90 #endif // else defined(ImageSelector_RECURSES)
DGtal is the top-level namespace which contains all DGtal functions and types.
ImageSpecificContainer
Definition: ImageSelector.h:56
@ NORMAL_CONTAINER_I
Definition: ImageSelector.h:56
@ VTKIMAGEDATA_CONTAINER_I
Definition: ImageSelector.h:56
ImageIterability
Definition: ImageSelector.h:54
@ LOW_ITER_I
Definition: ImageSelector.h:54
@ HIGH_ITER_IMAGE
Definition: ImageSelector.h:54
ImageBelongTestability
Definition: ImageSelector.h:55
@ HIGH_BEL_I
Definition: ImageSelector.h:55
@ LOW_BEL_I
Definition: ImageSelector.h:55
Aim: Automatically defines an adequate image type according to the hints given by the user.
Definition: ImageSelector.h:67
BOOST_CONCEPT_ASSERT((concepts::CLabel< Value >))
ImageContainerBySTLVector< Domain, Value > Type
Definition: ImageSelector.h:75
Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible,...
Definition: CLabel.h:93