|
Point Cloud Library (PCL)
1.8.1
|
Index used to access elements in the half-edge mesh. More...
#include <pcl/geometry/mesh_indices.h>
Inheritance diagram for pcl::geometry::FaceIndex:Public Types | |
| typedef boost::totally_ordered< pcl::geometry::FaceIndex, boost::unit_steppable< pcl::geometry::FaceIndex, boost::additive< pcl::geometry::FaceIndex > > > | Base |
| typedef pcl::geometry::FaceIndex | Self |
Public Member Functions | |
| FaceIndex () | |
| Constructor. More... | |
| FaceIndex (const int index) | |
| Constructor. More... | |
| bool | isValid () const |
| Returns true if the index is valid. More... | |
| void | invalidate () |
| Invalidate the index. More... | |
| int | get () const |
| Get the index. More... | |
| void | set (const int index) |
| Set the index. More... | |
| bool | operator< (const Self &other) const |
| Comparison operators (with boost::operators): < > <= >=. More... | |
| bool | operator== (const Self &other) const |
| Comparison operators (with boost::operators): == !=. More... | |
| Self & | operator++ () |
| Increment operators (with boost::operators): ++ (pre and post) More... | |
| Self & | operator-- () |
| Decrement operators (with boost::operators): -- (pre and post) More... | |
| Self & | operator+= (const Self &other) |
| Addition operators (with boost::operators): + +=. More... | |
| Self & | operator-= (const Self &other) |
| Subtraction operators (with boost::operators): - -=. More... | |
Friends | |
| std::istream & | operator>> (std::istream &is, pcl::geometry::FaceIndex &index) |
| istream operator. More... | |
Index used to access elements in the half-edge mesh.
It is basically just a wrapper around an integer with a few added methods.
Definition at line 479 of file mesh_indices.h.
| typedef boost::totally_ordered<pcl::geometry::FaceIndex, boost::unit_steppable <pcl::geometry::FaceIndex, boost::additive <pcl::geometry::FaceIndex> > > pcl::geometry::FaceIndex::Base |
Definition at line 489 of file mesh_indices.h.
Definition at line 490 of file mesh_indices.h.
|
inline |
|
inlineexplicit |
|
inline |
Get the index.
Definition at line 522 of file mesh_indices.h.
Referenced by pcl::geometry::MeshBase< QuadMesh< MeshTraitsT >, MeshTraitsT, QuadMeshTag >::getFace(), operator+=(), operator-=(), operator<(), pcl::geometry::operator<<(), operator==(), and pcl::geometry::MeshBase< QuadMesh< MeshTraitsT >, MeshTraitsT, QuadMeshTag >::setFace().
|
inline |
Invalidate the index.
Definition at line 515 of file mesh_indices.h.
|
inline |
Returns true if the index is valid.
Definition at line 508 of file mesh_indices.h.
Referenced by pcl::geometry::TriangleMesh< MeshTraitsT >::addTrianglePair().
|
inline |
Increment operators (with boost::operators): ++ (pre and post)
Definition at line 550 of file mesh_indices.h.
Addition operators (with boost::operators): + +=.
Definition at line 566 of file mesh_indices.h.
References get().
|
inline |
Decrement operators (with boost::operators): -- (pre and post)
Definition at line 558 of file mesh_indices.h.
Subtraction operators (with boost::operators): - -=.
Definition at line 574 of file mesh_indices.h.
References get(), and pcl::geometry::VertexIndex::operator>>.
|
inline |
Comparison operators (with boost::operators): < > <= >=.
Definition at line 536 of file mesh_indices.h.
References get().
|
inline |
Comparison operators (with boost::operators): == !=.
Definition at line 543 of file mesh_indices.h.
References get().
|
inline |
Set the index.
Definition at line 529 of file mesh_indices.h.
|
friend |
istream operator.
Definition at line 598 of file mesh_indices.h.