DGtal
0.6.devel
Main Page
Related Pages
Modules
Namespaces
Data Structures
Examples
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
src
DGtal
io
viewers
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
Generated on Wed Dec 19 2012 19:10:27 for DGtal by
1.8.1.1