SkelGIS
3.0
|
third specialization of DPMap_Nodes More...
#include <dpmap_nodes.hpp>
Public Types | |
typedef DPMap_Nodes_impl< DD, T *, node_access > | impl_type |
third specialization of DPMap_Nodes
DD | is the type of the DDAG |
T | is the type of data in the property map |
node_access | indicates if nodes have to have access to this property during calculation (>=1) or not (=0) |
The type T is specialized with a specific pointer type in this case as float*, double*, int* etc. The node_access is not specialized and is [0,...,size], with size a constant value given at the construction
Definition at line 418 of file dpmap_nodes.hpp.