17 template <
class GRAPH_T>
    20     typename GRAPH_T::global_pose_t 
pose;
    28         this->pose = other.
pose;
    29         this->scan = other.
scan;
    37         *str += 
mrpt::format(
"Pose: %s|\t", this->pose.asString().c_str());
    40             *str += 
mrpt::format(
"Scan #%lu", this->scan->getScanSize());
 mrpt::obs::CObservation2DRangeScan::Ptr scan
 
GRAPH_T::global_pose_t pose
 
std::string std::string format(std::string_view fmt, ARGS &&... args)
 
TNodeProps(const TNodeProps &o)
 
void getAsString(std::string *str) const
 
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
 
std::string getAsString() const
 
#define ASSERTDEB_(f)
Defines an assertion mechanism - only when compiled in debug. 
 
TNodeProps operator=(const TNodeProps &other)
 
Internal auxiliary classes.