SkelGIS
3.0
|
third specialization of DPMap_Nodes More...
#include <dpmap_nodes.hpp>
Public Types | |
typedef DPMap_Nodes< DD, T, overlap, size > | type |
typedef DD | dag_type |
typedef T | data_type |
Static Public Attributes | |
static int const | overlap_p = overlap |
static int const | size_p = size |
third specialization of DPMap_Nodes
DD | is the type of the DDAG |
T | is the type of data in the property map overlap is the overlap size needed to compute the data |
size | is the number of elements at each node |
The type T is specialized with a specific pointer type in this case as float*, double*, int* etc. The overlap is not specialized and is [0,...,size] The size is not specialized, it is the number of elements in the pointer table to map
Definition at line 259 of file dpmap_nodes.hpp.