| add_cell(Eigen::Vector3d pos, T begin, T end) | ReUseX::geometry::CellComplex | inline |
| add_cell(Eigen::Vector3d pos, Range faces) | ReUseX::geometry::CellComplex | inline |
| add_face(Eigen::Vector3d pos, T begin, T end, int plane_id=-1) | ReUseX::geometry::CellComplex | inline |
| add_face(Eigen::Vector3d pos, Range vertices, int plane_id=-1) | ReUseX::geometry::CellComplex | inline |
| add_property_map(const std::string &name) | ReUseX::geometry::Registry | inline |
| add_vertex(Eigen::Vector3d pos) | ReUseX::geometry::CellComplex | inline |
| AdjacencyIter typedef | ReUseX::geometry::CellComplex | |
| CellComplex()=delete | ReUseX::geometry::CellComplex | |
| CellComplex(std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > &planes, std::vector< size_t > &verticals, std::vector< size_t > &horizontals, std::vector< std::pair< size_t, size_t > > &pairs, std::array< double, 2 > min_xy, std::array< double, 2 > max_xy, std::optional< std::function< void(size_t, std::vector< std::array< double, 3 > > const &, std::vector< int > const &)> > viz_func=std::nullopt) | ReUseX::geometry::CellComplex | |
| CellIterator typedef | ReUseX::geometry::CellComplex | protected |
| CellOnFaceIterator typedef | ReUseX::geometry::CellComplex | protected |
| cells_begin() const -> CellIterator | ReUseX::geometry::CellComplex | |
| cells_end() const -> CellIterator | ReUseX::geometry::CellComplex | |
| compute_face_coverage(pcl::PointCloud< PointT >::ConstPtr cloud, EigenVectorContainer< double, 4 > &planes, std::vector< pcl::IndicesPtr > &inliers, const double grid_size=0.2) -> void | ReUseX::geometry::CellComplex | |
| compute_room_probabilities(pcl::PointCloud< PointT >::ConstPtr cloud, pcl::PointCloud< PointN >::ConstPtr normals, pcl::PointCloud< PointL >::ConstPtr labels, const double grid_size=0.2) -> void | ReUseX::geometry::CellComplex | |
| FaceBetweenCellIterator typedef | ReUseX::geometry::CellComplex | protected |
| FaceIterator typedef | ReUseX::geometry::CellComplex | protected |
| FaceOnCellIterator typedef | ReUseX::geometry::CellComplex | protected |
| faces_begin() const -> FaceIterator | ReUseX::geometry::CellComplex | |
| faces_begin(Vertex c) const -> FaceOnCellIterator | ReUseX::geometry::CellComplex | |
| faces_between_cells_begin() const -> FaceBetweenCellIterator | ReUseX::geometry::CellComplex | |
| faces_between_cells_end() const -> FaceBetweenCellIterator | ReUseX::geometry::CellComplex | |
| faces_end() const -> FaceIterator | ReUseX::geometry::CellComplex | |
| faces_end(Vertex c) const -> FaceOnCellIterator | ReUseX::geometry::CellComplex | |
| get_a(Vertex f) const -> Vertex | ReUseX::geometry::CellComplex | |
| get_b(Vertex f) const -> Vertex | ReUseX::geometry::CellComplex | |
| Graph typedef | ReUseX::geometry::CellComplex | protected |
| GraphIter typedef | ReUseX::geometry::CellComplex | |
| IsCell typedef | ReUseX::geometry::CellComplex | protected |
| IsFace typedef | ReUseX::geometry::CellComplex | protected |
| IsVertex typedef | ReUseX::geometry::CellComplex | protected |
| n_rooms | ReUseX::geometry::CellComplex | |
| n_walls | ReUseX::geometry::CellComplex | |
| num_cells() const | ReUseX::geometry::CellComplex | |
| num_faces() const | ReUseX::geometry::CellComplex | |
| num_vertices() const | ReUseX::geometry::CellComplex | |
| operator<<(std::ostream &os) const | ReUseX::geometry::CellComplex | |
| property_map(const std::string &name) const | ReUseX::geometry::Registry | inline |
| Vertex typedef | ReUseX::geometry::CellComplex | |
| VertexIterator typedef | ReUseX::geometry::CellComplex | protected |
| VertexOnFaceIterator typedef | ReUseX::geometry::CellComplex | protected |
| vertices_begin() const -> VertexIterator | ReUseX::geometry::CellComplex | |
| vertices_begin(Vertex f) const -> VertexOnFaceIterator | ReUseX::geometry::CellComplex | |
| vertices_end() const -> VertexIterator | ReUseX::geometry::CellComplex | |
| vertices_end(Vertex f) const -> VertexOnFaceIterator | ReUseX::geometry::CellComplex | |
| ~Registry()=default | ReUseX::geometry::Registry | virtual |