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

Halfedge property of type T. More...

#include <pmp/surface_mesh.h>

Inherits Property< T >.

Public Member Functions

 HalfedgeProperty ()=default
 default constructor
 
Property< T >::reference operator[] (Halfedge h)
 access the data stored for halfedge h
 
Property< T >::const_reference operator[] (Halfedge h) const
 access the data stored for halfedge h
 

Detailed Description

template<class T>
class pmp::HalfedgeProperty< T >

Halfedge property of type T.