

Go to the source code of this file.
Classes | |
| class | pcl::geometry::EdgeIndex |
| Index used to access elements in the half-edge mesh. It is basically just a wrapper around an integer with a few added methods. More... | |
| class | pcl::geometry::FaceIndex |
| Index used to access elements in the half-edge mesh. It is basically just a wrapper around an integer with a few added methods. More... | |
| class | pcl::geometry::HalfEdgeIndex |
| Index used to access elements in the half-edge mesh. It is basically just a wrapper around an integer with a few added methods. More... | |
| class | pcl::geometry::VertexIndex |
| Index used to access elements in the half-edge mesh. It is basically just a wrapper around an integer with a few added methods. More... | |
Namespaces | |
| namespace | pcl |
| namespace | pcl::geometry |
Functions | |
| std::ostream & | pcl::geometry::operator<< (std::ostream &os, const pcl::geometry::VertexIndex &index) |
| ostream operator. | |
| std::ostream & | pcl::geometry::operator<< (std::ostream &os, const pcl::geometry::HalfEdgeIndex &index) |
| ostream operator. | |
| std::ostream & | pcl::geometry::operator<< (std::ostream &os, const pcl::geometry::EdgeIndex &index) |
| ostream operator. | |
| std::ostream & | pcl::geometry::operator<< (std::ostream &os, const pcl::geometry::FaceIndex &index) |
| ostream operator. | |
| std::istream & | pcl::geometry::operator>> (std::istream &is, pcl::geometry::VertexIndex &index) |
| istream operator. | |
| std::istream & | pcl::geometry::operator>> (std::istream &is, pcl::geometry::HalfEdgeIndex &index) |
| istream operator. | |
| std::istream & | pcl::geometry::operator>> (std::istream &is, pcl::geometry::EdgeIndex &index) |
| istream operator. | |
| std::istream & | pcl::geometry::operator>> (std::istream &is, pcl::geometry::FaceIndex &index) |
| istream operator. | |
| pcl::geometry::EdgeIndex | pcl::geometry::toEdgeIndex (const HalfEdgeIndex &index) |
| Convert the given half-edge index to an edge index. | |
| pcl::geometry::HalfEdgeIndex | pcl::geometry::toHalfEdgeIndex (const EdgeIndex &index, const bool get_first=true) |
| Convert the given edge index to a half-edge index. | |