SkelGIS  3.0
skelgis::DPMap_Edges< DD, T *, 0, size > Struct Template Reference

fourth specialization of DPMap_Edges More...

#include <dpmap_edges.hpp>

List of all members.

Public Types

typedef DPMap_Edges< DD, T,
0, size > 
type
typedef DD dag_type
typedef T data_type

Static Public Attributes

static int const overlap_p = 0
static int const size_p = size

Detailed Description

template<class DD, class T, int size>
struct skelgis::DPMap_Edges< DD, T *, 0, size >

fourth specialization of DPMap_Edges

Template Parameters:
DDis the type of the DDAG
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 199 of file dpmap_edges.hpp.


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