|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Namespaces | |
| namespace | core |
| namespace | geometry |
| namespace | io |
| namespace | utils |
| namespace | vision |
Classes | |
| class | ProjectDB |
| class | stopwatch |
Typedefs | |
| using | PointT = pcl::PointXYZRGB |
| using | NormalT = pcl::Normal |
| using | LabelT = pcl::Label |
| using | LocT = pcl::PointXYZ |
| using | Indices = pcl::Indices |
| using | IndicesPtr = pcl::IndicesPtr |
| using | IndicesConstPtr = pcl::IndicesConstPtr |
| using | Cloud = pcl::PointCloud<PointT> |
| using | CloudPtr = typename Cloud::Ptr |
| using | CloudConstPtr = typename Cloud::ConstPtr |
| using | CloudN = pcl::PointCloud<NormalT> |
| using | CloudNPtr = typename CloudN::Ptr |
| using | CloudNConstPtr = typename CloudN::ConstPtr |
| using | CloudL = pcl::PointCloud<LabelT> |
| using | CloudLPtr = typename CloudL::Ptr |
| using | CloudLConstPtr = typename CloudL::ConstPtr |
| using | CloudLoc = pcl::PointCloud<LocT> |
| using | CloudLocPtr = typename CloudLoc::Ptr |
| using | CloudLocConstPtr = typename CloudLoc::ConstPtr |
| template<typename Scalar, int Rows> | |
| using | EigenVectorContainer |
| using | Pair = std::pair<Eigen::Vector4d, Eigen::Vector3d> |
| using | PlanePair = std::pair<Pair, Pair> |
Enumerations | |
| enum class | LogLevel |
Functions | |
| template<typename... Args> | |
| void | trace (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | debug (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | info (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | warn (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | error (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | critical (fmt::format_string< Args... > format, Args &&...args) |
| template<typename... Args> | |
| void | log (LogLevel level, fmt::format_string< Args... > format, Args &&...args) |
| using reusex::Cloud = pcl::PointCloud<PointT> |
| using reusex::CloudConstPtr = typename Cloud::ConstPtr |
| using reusex::CloudL = pcl::PointCloud<LabelT> |
| using reusex::CloudLConstPtr = typename CloudL::ConstPtr |
| using reusex::CloudLoc = pcl::PointCloud<LocT> |
| using reusex::CloudLocConstPtr = typename CloudLoc::ConstPtr |
| using reusex::CloudLocPtr = typename CloudLoc::Ptr |
| using reusex::CloudLPtr = typename CloudL::Ptr |
| using reusex::CloudN = pcl::PointCloud<NormalT> |
| using reusex::CloudNConstPtr = typename CloudN::ConstPtr |
| using reusex::CloudNPtr = typename CloudN::Ptr |
| using reusex::CloudPtr = typename Cloud::Ptr |
| using reusex::EigenVectorContainer |
| using reusex::Indices = pcl::Indices |
| using reusex::IndicesConstPtr = pcl::IndicesConstPtr |
| using reusex::IndicesPtr = pcl::IndicesPtr |
| using reusex::LabelT = pcl::Label |
| using reusex::LocT = pcl::PointXYZ |
| using reusex::NormalT = pcl::Normal |
| using reusex::Pair = std::pair<Eigen::Vector4d, Eigen::Vector3d> |
| using reusex::PlanePair = std::pair<Pair, Pair> |
| using reusex::PointT = pcl::PointXYZRGB |
|
strong |
Definition at line 17 of file logging.hpp.
|
inline |
Definition at line 107 of file logging.hpp.
|
inline |
Definition at line 79 of file logging.hpp.
Referenced by reusex::geometry::CellComplex::compute_room_probabilities().
|
inline |
Definition at line 100 of file logging.hpp.
Referenced by reusex::vision::tensor_rt::Assert(), reusex::vision::tensor_rt::Assertf(), reusex::vision::tensor_rt::Asserts(), reusex::geometry::CellComplex::compute_room_probabilities(), reusex::vision::BackendFactory::create(), and reusex::geometry::Registry::property_map().
|
inline |
Definition at line 86 of file logging.hpp.
Referenced by reusex::vision::BackendFactory::detect_model(), and reusex::vision::tensor_rt::nv::EventTimer::stop().
|
inline |
Definition at line 55 of file logging.hpp.
|
inline |
Definition at line 72 of file logging.hpp.
Referenced by reusex::geometry::CellComplex::compute_face_coverage(), reusex::geometry::CellComplex::compute_room_probabilities(), and reusex::geometry::regularizePlanes().
|
inline |
Definition at line 93 of file logging.hpp.