Developer Documentation
OpenMesh::HPropHandleT< T > Struct Template Reference

#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Utils/Property.hh>

Inheritance diagram for OpenMesh::HPropHandleT< T >:
OpenMesh::BasePropHandleT< T > OpenMesh::BaseHandle

Public Types

typedef T Value
 
typedef T value_type
 
typedef HalfedgeHandle Handle
 
- Public Types inherited from OpenMesh::BasePropHandleT< T >
typedef T Value
 
typedef std::vector< T > vector_type
 
typedef T value_type
 
typedef vector_type::reference reference
 
typedef vector_type::const_reference const_reference
 

Public Member Functions

 HPropHandleT (int _idx=-1)
 
 HPropHandleT (const BasePropHandleT< T > &_b)
 
- Public Member Functions inherited from OpenMesh::BasePropHandleT< T >
 BasePropHandleT (int _idx=-1)
 
- Public Member Functions inherited from OpenMesh::BaseHandle
 BaseHandle (int _idx=-1)
 
int idx () const
 Get the underlying index of this handle. More...
 
bool is_valid () const
 The handle is valid iff the index is not negative. More...
 
void reset ()
 reset handle to be invalid More...
 
void invalidate ()
 reset handle to be invalid More...
 
bool operator== (const BaseHandle &_rhs) const
 
bool operator!= (const BaseHandle &_rhs) const
 
bool operator< (const BaseHandle &_rhs) const
 
void __increment ()
 
void __decrement ()
 
void __increment (int amount)
 
void __decrement (int amount)
 

Detailed Description

template<class T>
struct OpenMesh::HPropHandleT< T >

Handle representing a halfedge property

Definition at line 431 of file Property.hh.

Member Typedef Documentation

◆ Handle

template<class T >
typedef HalfedgeHandle OpenMesh::HPropHandleT< T >::Handle

Definition at line 435 of file Property.hh.

◆ Value

template<class T >
typedef T OpenMesh::HPropHandleT< T >::Value

Definition at line 433 of file Property.hh.

◆ value_type

template<class T >
typedef T OpenMesh::HPropHandleT< T >::value_type

Definition at line 434 of file Property.hh.

Constructor & Destructor Documentation

◆ HPropHandleT() [1/2]

template<class T >
OpenMesh::HPropHandleT< T >::HPropHandleT ( int  _idx = -1)
inlineexplicit

Definition at line 437 of file Property.hh.

◆ HPropHandleT() [2/2]

template<class T >
OpenMesh::HPropHandleT< T >::HPropHandleT ( const BasePropHandleT< T > &  _b)
inlineexplicit

Definition at line 438 of file Property.hh.


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