Developer Documentation
|
Public Types | |
typedef Mesh_ | Mesh |
typedef PropertyHandle_ | PropertyHandle |
typedef PropertyHandle | Base |
typedef PropertyHandle::Value | Value |
typedef AutoPropertyHandleT< Mesh, PropertyHandle > | Self |
Public Member Functions | |
AutoPropertyHandleT (const Self &_other) | |
AutoPropertyHandleT (Mesh &_m, const std::string &_pp_name=std::string()) | |
AutoPropertyHandleT (Mesh &_m, PropertyHandle _pph) | |
void | add_property (Mesh &_m, const std::string &_pp_name=std::string()) |
void | remove_property () |
template<class _Handle > | |
Value & | operator[] (_Handle _hnd) |
template<class _Handle > | |
const Value & | operator[] (_Handle _hnd) const |
bool | own_property () const |
void | free_property () |
Protected Attributes | |
Mesh * | m_ |
bool | own_property_ |
Definition at line 58 of file AutoPropertyHandleT.hh.
typedef PropertyHandle OpenMesh::AutoPropertyHandleT< Mesh_, PropertyHandle_ >::Base |
Definition at line 63 of file AutoPropertyHandleT.hh.
typedef Mesh_ OpenMesh::AutoPropertyHandleT< Mesh_, PropertyHandle_ >::Mesh |
Definition at line 61 of file AutoPropertyHandleT.hh.
typedef PropertyHandle_ OpenMesh::AutoPropertyHandleT< Mesh_, PropertyHandle_ >::PropertyHandle |
Definition at line 62 of file AutoPropertyHandleT.hh.
typedef AutoPropertyHandleT<Mesh, PropertyHandle> OpenMesh::AutoPropertyHandleT< Mesh_, PropertyHandle_ >::Self |
Definition at line 66 of file AutoPropertyHandleT.hh.
typedef PropertyHandle::Value OpenMesh::AutoPropertyHandleT< Mesh_, PropertyHandle_ >::Value |
Definition at line 64 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 72 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 76 of file AutoPropertyHandleT.hh.
|
inlineexplicit |
Definition at line 80 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 83 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 87 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 95 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 125 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 115 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 119 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 122 of file AutoPropertyHandleT.hh.
|
inline |
Definition at line 106 of file AutoPropertyHandleT.hh.
|
protected |
Definition at line 68 of file AutoPropertyHandleT.hh.
|
protected |
Definition at line 69 of file AutoPropertyHandleT.hh.