Polygon Mesh Processing Library
Loading...
Searching...
No Matches
EdgeProperty< T > Class Template Reference

Edge property of type T. More...

#include <pmp/surface_mesh.h>

Inherits Property< T >.

Public Member Functions

 EdgeProperty ()=default
 default constructor
 
Property< T >::reference operator[] (Edge e)
 access the data stored for edge e
 
Property< T >::const_reference operator[] (Edge e) const
 access the data stored for edge e
 

Detailed Description

template<class T>
class pmp::EdgeProperty< T >

Edge property of type T.