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

Base property handle. More...

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

Inheritance diagram for OpenMesh::BasePropHandleT< T >:
OpenMesh::BaseHandle OpenMesh::EPropHandleT< T > OpenMesh::FPropHandleT< T > OpenMesh::HPropHandleT< T > OpenMesh::MPropHandleT< T > OpenMesh::VPropHandleT< T >

Public Types

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

 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.
 
bool is_valid () const
 The handle is valid iff the index is not negative.
 
void reset ()
 reset handle to be invalid
 
void invalidate ()
 reset handle to be invalid
 
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::BasePropHandleT< T >

Base property handle.

Definition at line 466 of file Property.hh.


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