SkelGIS
3.0
|
fourth specialization of DPMap_Nodes_impl More...
#include <dpmap_nodes_impl.hpp>
fourth specialization of DPMap_Nodes_impl
nodes | is inheritate from DDAG and needed as a DDAG is gonna be referenced |
edges | is inheritate from DDAG and needed as a DDAG is gonna be referenced |
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 specialized to the value 0 The size is not specialized, it is the number of elements in the pointer table to map
Definition at line 322 of file dpmap_nodes_impl.hpp.