SkelGIS  3.0
skelgis::DDAG< true, true > Struct Template Reference

First specialization of the DDAG class. More...

#include <ddag.hpp>

List of all members.

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

Detailed Description

template<>
struct skelgis::DDAG< true, true >

First specialization of the DDAG class.

This is the more complex case where both nodes and edges have to be computed

Definition at line 31 of file ddag.hpp.


Member Function Documentation

DDAG_impl<true,true>* skelgis::DDAG< true, true >::getDDAG_impl ( ) [inline]

get the pointer to the DDAG_impl

Returns:
the pointer to the DDAG_impl

Definition at line 55 of file ddag.hpp.


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