Point Cloud Library (PCL)  1.11.1-dev
List of all members | Public Types | Public Member Functions | Friends
pcl::geometry::VertexIndex Class Reference

Index used to access elements in the half-edge mesh. More...

#include <pcl/geometry/mesh_indices.h>

+ Inheritance diagram for pcl::geometry::VertexIndex:

Public Types

using Base = boost::totally_ordered< pcl::geometry::VertexIndex, boost::unit_steppable< pcl::geometry::VertexIndex, boost::additive< pcl::geometry::VertexIndex > >>
 
using Self = pcl::geometry::VertexIndex
 

Public Member Functions

 VertexIndex ()
 Constructor. More...
 
 VertexIndex (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...
 
Selfoperator++ ()
 Increment operators (with boost::operators): ++ (pre and post) More...
 
Selfoperator-- ()
 Decrement operators (with boost::operators): -- (pre and post) More...
 
Selfoperator+= (const Self &other)
 Addition operators (with boost::operators): + +=. More...
 
Selfoperator-= (const Self &other)
 Subtraction operators (with boost::operators): - -=. More...
 

Friends

std::istream & operator>> (std::istream &is, pcl::geometry::VertexIndex &index)
 istream operator. More...
 

Detailed Description

Index used to access elements in the half-edge mesh.

It is basically just a wrapper around an integer with a few added methods.

Author
Martin Saelzle

Definition at line 61 of file mesh_indices.h.

Member Typedef Documentation

◆ Base

using pcl::geometry::VertexIndex::Base = boost::totally_ordered< pcl::geometry::VertexIndex, boost::unit_steppable<pcl::geometry::VertexIndex, boost::additive<pcl::geometry::VertexIndex> >>

Definition at line 73 of file mesh_indices.h.

◆ Self

Definition at line 74 of file mesh_indices.h.

Constructor & Destructor Documentation

◆ VertexIndex() [1/2]

pcl::geometry::VertexIndex::VertexIndex ( )
inline

Constructor.

Initializes with an invalid index.

Definition at line 77 of file mesh_indices.h.

◆ VertexIndex() [2/2]

pcl::geometry::VertexIndex::VertexIndex ( const int  index)
inlineexplicit

Constructor.

Parameters
[in]indexThe integer index.

Definition at line 82 of file mesh_indices.h.

Member Function Documentation

◆ get()

int pcl::geometry::VertexIndex::get ( ) const
inline

◆ invalidate()

void pcl::geometry::VertexIndex::invalidate ( )
inline

◆ isValid()

bool pcl::geometry::VertexIndex::isValid ( ) const
inline

Returns true if the index is valid.

Definition at line 86 of file mesh_indices.h.

◆ operator++()

Self& pcl::geometry::VertexIndex::operator++ ( )
inline

Increment operators (with boost::operators): ++ (pre and post)

Definition at line 128 of file mesh_indices.h.

◆ operator+=()

Self& pcl::geometry::VertexIndex::operator+= ( const Self other)
inline

Addition operators (with boost::operators): + +=.

Definition at line 144 of file mesh_indices.h.

References get().

◆ operator--()

Self& pcl::geometry::VertexIndex::operator-- ( )
inline

Decrement operators (with boost::operators): -- (pre and post)

Definition at line 136 of file mesh_indices.h.

◆ operator-=()

Self& pcl::geometry::VertexIndex::operator-= ( const Self other)
inline

Subtraction operators (with boost::operators): - -=.

Definition at line 152 of file mesh_indices.h.

References get().

◆ operator<()

bool pcl::geometry::VertexIndex::operator< ( const Self other) const
inline

Comparison operators (with boost::operators): < > <= >=.

Definition at line 114 of file mesh_indices.h.

References get().

◆ operator==()

bool pcl::geometry::VertexIndex::operator== ( const Self other) const
inline

Comparison operators (with boost::operators): == !=.

Definition at line 121 of file mesh_indices.h.

References get().

◆ set()

void pcl::geometry::VertexIndex::set ( const int  index)
inline

Set the index.

Definition at line 107 of file mesh_indices.h.

Friends And Related Function Documentation

◆ operator>>

std::istream& operator>> ( std::istream &  is,
pcl::geometry::VertexIndex index 
)
friend

istream operator.

Definition at line 175 of file mesh_indices.h.


The documentation for this class was generated from the following file: