SkelGIS  3.0
skelgis::DPMap_Nodes< nodes, edges, T *, 0, size > Struct Template Reference

fourth specialization of DPMap_Nodes More...

#include <dpmap_nodes.hpp>

List of all members.


Detailed Description

template<bool nodes, bool edges, class T, int size>
struct skelgis::DPMap_Nodes< nodes, edges, T *, 0, size >

fourth specialization of DPMap_Nodes

Template Parameters:
nodesis inheritate from DDAG and needed as a DDAG is gonna be referenced
edgesis inheritate from DDAG and needed as a DDAG is gonna be referenced
Tis the type of data in the property map overlap is the overlap size needed to compute the data
sizeis 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 256 of file dpmap_nodes.hpp.


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