cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
base_correspondence_generator.hpp File Reference
#include <memory>
#include <vector>
#include <sstream>
#include <algorithm>
#include <limits>
#include <cmath>
#include <cpp-toolbox/types/point.hpp>
#include <cpp-toolbox/cpp-toolbox_export.hpp>
#include <cpp-toolbox/logger/thread_logger.hpp>
Include dependency graph for base_correspondence_generator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::pcl::correspondence_t
 对应关系结构体 / Correspondence structure More...
 
class  toolbox::pcl::base_correspondence_generator_t< Derived, DataType, Signature >
 对应点生成器的基类(CRTP模式) / Base class for correspondence generators (CRTP pattern) More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::pcl
 

Macros

#define LOG_ERROR_S   toolbox::logger::thread_logger_t::instance().error_s()
 
#define LOG_WARN_S   toolbox::logger::thread_logger_t::instance().warn_s()
 

Macro Definition Documentation

◆ LOG_ERROR_S

#define LOG_ERROR_S   toolbox::logger::thread_logger_t::instance().error_s()

◆ LOG_WARN_S

#define LOG_WARN_S   toolbox::logger::thread_logger_t::instance().warn_s()