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
shapes
implicit
ImplicitHyperCube.ih
1
30
31
#include <cstdlib>
33
35
// IMPLEMENTATION of inline methods.
37
39
// ----------------------- Standard services ------------------------------
40
44
template
<
typename
T>
45
inline
46
DGtal::ImplicitHyperCube<T>::~ImplicitHyperCube
()
47
{
48
}
49
51
// Interface - public :
52
57
template
<
typename
T>
58
inline
59
void
60
DGtal::ImplicitHyperCube<T>::selfDisplay
( std::ostream & out )
const
61
{
62
out <<
"[ImplicitHyperCube] center="
<<myCenter<<
" halfwidth="
<<myHalfWidth;
63
}
64
69
template
<
typename
T>
70
inline
71
bool
72
DGtal::ImplicitHyperCube<T>::isValid
()
const
73
{
74
return
true
;
75
}
76
77
78
80
// Implementation of inline functions //
81
82
template
<
typename
T>
83
inline
84
std::ostream&
85
DGtal::operator<<
( std::ostream & out,
86
const
ImplicitHyperCube<T>
&
object
)
87
{
88
object
.selfDisplay( out );
89
return
out;
90
}
91
92
// //
94
95
Generated on Wed Dec 19 2012 19:10:27 for DGtal by
1.8.1.1