![]() |
OpenMesh
|
Base property handle. More...
#include <OpenMesh/Core/Utils/Property.hh>
Inherits OpenMesh::BaseHandle.
Inherited by OpenMesh::EPropHandleT< Scalar >, OpenMesh::EPropHandleT< double >, OpenMesh::EPropHandleT< Color >, OpenMesh::EPropHandleT< OpenMesh::Attributes::StatusInfo >, OpenMesh::EPropHandleT< typename mesh_t::Point >, OpenMesh::EPropHandleT< EdgeData >, OpenMesh::EPropHandleT< StatusInfo >, OpenMesh::EPropHandleT< Point >, OpenMesh::EPropHandleT< std::pair< typename MeshType::VertexHandle, typename MeshType::VertexHandle > >, OpenMesh::FPropHandleT< Points >, OpenMesh::FPropHandleT< OpenMesh::NormalConeT >, OpenMesh::FPropHandleT< TextureIndex >, OpenMesh::FPropHandleT< Color >, OpenMesh::FPropHandleT< typename MeshType::VertexHandle >, OpenMesh::FPropHandleT< FaceData >, OpenMesh::FPropHandleT< OpenMesh::Attributes::StatusInfo >, OpenMesh::FPropHandleT< float >, OpenMesh::FPropHandleT< Normal >, OpenMesh::FPropHandleT< StatusInfo >, OpenMesh::FPropHandleT< Point >, OpenMesh::FPropHandleT< typename Mesh::Point >, OpenMesh::FPropHandleT< bool >, OpenMesh::HPropHandleT< Color >, OpenMesh::HPropHandleT< OpenMesh::Attributes::StatusInfo >, OpenMesh::HPropHandleT< Normal >, OpenMesh::HPropHandleT< StatusInfo >, OpenMesh::HPropHandleT< HalfedgeData >, OpenMesh::HPropHandleT< TexCoord3D >, OpenMesh::HPropHandleT< TexCoord2D >, OpenMesh::HPropHandleT< TexCoord1D >, OpenMesh::MPropHandleT< size_t >, OpenMesh::VPropHandleT< OpenMesh::Geometry::QuadricT< double > >, OpenMesh::VPropHandleT< HalfedgeHandle >, OpenMesh::VPropHandleT< Scalar >, OpenMesh::VPropHandleT< typename MeshType::Point >, OpenMesh::VPropHandleT< Color >, OpenMesh::VPropHandleT< OpenMesh::Attributes::StatusInfo >, OpenMesh::VPropHandleT< float >, OpenMesh::VPropHandleT< level_t >, OpenMesh::VPropHandleT< int >, OpenMesh::VPropHandleT< Normal >, OpenMesh::VPropHandleT< typename mesh_t::Point >, OpenMesh::VPropHandleT< NormalType >, OpenMesh::VPropHandleT< TexCoord >, OpenMesh::VPropHandleT< size_t >, OpenMesh::VPropHandleT< VertexData >, OpenMesh::VPropHandleT< StatusInfo >, OpenMesh::VPropHandleT< Point >, OpenMesh::VPropHandleT< bool >, OpenMesh::VPropHandleT< typename Mesh::Normal >, OpenMesh::VPropHandleT< TexCoord3D >, OpenMesh::VPropHandleT< TexCoord2D >, OpenMesh::VPropHandleT< TexCoord1D >, OpenMesh::EPropHandleT< T >, OpenMesh::FPropHandleT< T >, OpenMesh::HPropHandleT< T >, OpenMesh::MPropHandleT< T >, and 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) | |
![]() | |
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) |
Base property handle.