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>
35 const constraint_t& rel_edge) {
39 << to << endl <<
"\tRelative Edge: " << rel_edge.getMeanVal().asString()
40 <<
"\tNorm: " << rel_edge.getMeanVal().norm());
#define MRPT_LOG_DEBUG_STREAM(__CONTENTS)
Interface for implementing edge registration classes.
CEdgeRegistrationDecider()
Default class constructor.
GLsizei const GLchar ** string
uint64_t TNodeID
The type for node IDs in graphs of different types.