SkelGIS  3.0
skelgis::DPMap_Nodes< DD, T *, node_access > Struct Template Reference

third specialization of DPMap_Nodes More...

#include <dpmap_nodes.hpp>

List of all members.

Public Types

typedef DPMap_Nodes_impl< DD,
T *, node_access > 
impl_type

Detailed Description

template<class DD, class T, int node_access>
struct skelgis::DPMap_Nodes< DD, T *, node_access >

third specialization of DPMap_Nodes

Template Parameters:
DDis the type of the DDAG
Tis the type of data in the property map
node_accessindicates 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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines