DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ImageAdapter.ih
1 
35 
36 #include <cstdlib>
38 
40 // IMPLEMENTATION of inline methods.
42 
44 // ----------------------- Standard services ------------------------------
45 
46 
48 // Interface - public :
49 
54 template <typename TImageContainer, typename TNewDomain, typename TFunctorD, typename TNewValue, typename TFunctorV, typename TFunctorVm1>
55 inline
56 void
58 {
59  out << "[ImageAdapter] " << (*myImagePtr);
60 }
61 
62 
63 
65 // Implementation of inline functions //
66 
67 template <typename TImageContainer, typename TNewDomain, typename TFunctorD, typename TNewValue, typename TFunctorV, typename TFunctorVm1>
68 inline
69 std::ostream&
70 DGtal::operator<< ( std::ostream & out,
72 {
73  object.selfDisplay( out );
74  return out;
75 }
76 
77 // //
79 
80