SkelGIS
3.0
|
First specialization of the DDAG class. More...
#include <ddag.hpp>
Public Member Functions | |
DDAG (const char *file) | |
DDAG_impl< true, true > * | getDDAG_impl () |
get the pointer to the DDAG_impl | |
Static Public Attributes | |
static bool const | nod = true |
static bool const | edg = true |
Protected Attributes | |
DDAG_impl< true, true > * | ddag |
First specialization of the DDAG class.
This is the more complex case where both nodes and edges have to be computed
DDAG_impl<true,true>* skelgis::DDAG< true, true >::getDDAG_impl | ( | ) | [inline] |