DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ImageSelector.ih
1 
30 
31 #include <cstdlib>
33 
35 // IMPLEMENTATION of inline methods.
37 
39 namespace DGtal {
40 
44  template <typename Domain, typename Value>
45  struct ImageSelector<Domain, Value, LOW_ITER_I+LOW_BEL_I>
46  {
51  };
52 
53 }
54 // //
56 
57