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
boards
Board3DTo2D.ih
1
29
30
// IMPLEMENTATION of inline methods.
32
34
#include <cstdlib>
35
#include "DGtal/io/CDrawableWithDisplay3D.h"
36
#include "DGtal/io/Color.h"
38
40
// Implementation of inline methods //
41
48
inline
49
DGtal::Board3DTo2D
&
50
DGtal::Board3DTo2D::operator<<
(
const
DGtal::Color
& aColor){
51
myDefaultColor
=aColor;
52
return
*
this
;
53
}
54
55
64
template
<
typename
TDrawableWithDisplay3D>
65
inline
66
DGtal::Board3DTo2D
&
67
DGtal::Board3DTo2D::operator<<
(
const
TDrawableWithDisplay3D &
object
)
68
{
69
BOOST_CONCEPT_ASSERT((
CDrawableWithDisplay3D< TDrawableWithDisplay3D >
));
70
71
DGtal::Display3DFactory::draw
(*
this
,
object
);
72
return
*
this
;
73
}
74
75
76
77
78
// //
80
Generated on Wed Dec 19 2012 19:10:19 for DGtal by
1.8.1.1