Developer Documentation
|
Public Types | |
using | Value = typename PropertyT::Value |
using | value_type = typename PropertyT::value_type |
using | Handle = typename PropertyT::Handle |
Public Member Functions | |
ConstPropertyViewer (const PolyConnectivity &mesh, const PropertyT &property_handle) | |
const PropertyT::const_reference | operator() (const Handle &handle) |
const PropertyT::const_reference | operator[] (const Handle &handle) |
Private Attributes | |
const PolyConnectivity & | mesh_ |
PropertyT | prop_ |
Definition at line 626 of file PropertyManager.hh.
using OpenMesh::ConstPropertyViewer< PropertyT >::Handle = typename PropertyT::Handle |
Definition at line 631 of file PropertyManager.hh.
using OpenMesh::ConstPropertyViewer< PropertyT >::Value = typename PropertyT::Value |
Definition at line 629 of file PropertyManager.hh.
using OpenMesh::ConstPropertyViewer< PropertyT >::value_type = typename PropertyT::value_type |
Definition at line 630 of file PropertyManager.hh.
|
inline |
Definition at line 633 of file PropertyManager.hh.
|
inline |
Definition at line 639 of file PropertyManager.hh.
|
inline |
Definition at line 644 of file PropertyManager.hh.
|
private |
Definition at line 650 of file PropertyManager.hh.
|
private |
Definition at line 651 of file PropertyManager.hh.