DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IVViewer.ih
1 
29 
30 // IMPLEMENTATION of inline methods.
32 
34 #include <cstdlib>
36 
37 
38 
40 // Implementation of inline methods //
41 
42 
44 // Implementation of inline functions and external operators //
45 
52 inline
53 std::ostream&
54 DGtal::operator<< ( std::ostream & out,
55  const IVViewer & object )
56 {
57  object.selfDisplay ( out );
58  return out;
59 }
60 
61 // //
63 
64