SkelGIS  3.0
/home/helene/Documents/These/SkelGIS/SkelGIS_Library/SkelGIS_V3/skelgis/data_structures/DDAG/ddag_impl.hpp File Reference

Definitions of the object DDAG_impl used by the user. Three template specializations are available. DDAG_impl is the structure of the tree, not data. data are stored in DProperty objects. More...

#include "../../util/mpi_.hpp"
#include "../../iterators/DDAG/iterator.hpp"
#include <math.h>
#include <vector>

Go to the source code of this file.

Classes

struct  skelgis::DDAG_impl< true, true >
 First specialization of the DDAG_impl class. More...
struct  skelgis::DDAG_impl< false, true >
 Second specialization of the DDAG_impl class. More...
struct  skelgis::DDAG_impl< true, false >
 Third specialization of the DDAG_impl class. More...

Detailed Description

Definitions of the object DDAG_impl used by the user. Three template specializations are available. DDAG_impl is the structure of the tree, not data. data are stored in DProperty objects.

Definition in file ddag_impl.hpp.

 All Classes Files Functions Variables Defines