1 #ifndef CEDGEREGISTRATIONDECIDER_IMPL_H     2 #define CEDGEREGISTRATIONDECIDER_IMPL_H    13 template<
class GRAPH_T>
    15         m_just_inserted_lc(false),
    16         m_override_registered_nodes_check(false)
    19 template<
class GRAPH_T>
    22 template<
class GRAPH_T>
    25         parent::getDescriptiveReport(report_str);
    27         ss << 
"Edge Registration Decider Strategy [ERD]: " << endl;
    28         *report_str += ss.str();
    31 template<
class GRAPH_T>
    39                 << to << endl << 
"\tRelative Edge: " << rel_edge.getMeanVal().asString()
    40                 << 
"\tNorm: " << rel_edge.getMeanVal().norm());
 Interface for implementing edge registration classes. 
 
GRAPH_t ::constraint_t constraint_t
type of graph constraints 
 
uint64_t TNodeID
The type for node IDs in graphs of different types. 
 
CEdgeRegistrationDecider()
Default class constructor. 
 
GLsizei const GLchar ** string
 
#define MRPT_LOG_DEBUG_STREAM(__CONTENTS)