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
kernel
sets
DigitalSetSelector.ih
1
34
35
#include <cstdlib>
37
39
// IMPLEMENTATION of inline methods.
41
42
44
// TEMPLATE SPECIALIZATION
46
namespace
DGtal {
47
52
template
<
typename
Domain>
53
struct
DigitalSetSelector
<Domain,
SMALL_DS
+
LOW_VAR_DS
+
LOW_ITER_DS
+
LOW_BEL_DS
>
54
{
58
typedef
DigitalSetBySTLVector<Domain>
Type
;
59
};
60
65
template
<
typename
Domain>
66
struct
DigitalSetSelector
<Domain,
SMALL_DS
+
LOW_VAR_DS
+
HIGH_ITER_DS
+
LOW_BEL_DS
>
67
{
71
typedef
DigitalSetBySTLVector<Domain>
Type
;
72
};
73
74
75
76
}
77
// //
79
80
Generated on Wed Dec 19 2012 19:10:21 for DGtal by
1.8.1.1