OpenMesh
OpenMesh::FPropHandleT< T > Struct Template Reference

Handle representing a face property. More...

#include <OpenMesh/Core/Utils/Property.hh>

Inheritance diagram for OpenMesh::FPropHandleT< T >:
Collaboration diagram for OpenMesh::FPropHandleT< T >:

Public Types

typedef T Value
 
typedef T value_type
 
- 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

 FPropHandleT (int _idx=-1)
 
 FPropHandleT (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.
 
bool is_valid () const
 The handle is valid iff the index is not equal to -1.
 
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::FPropHandleT< T >

Handle representing a face property.


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

Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .