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

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

#include "ddag_impl.hpp"

Go to the source code of this file.

Classes

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

Detailed Description

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

Definition in file ddag.hpp.

 All Classes Files Functions Variables Defines