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

Face property of type T. More...

#include <pmp/surface_mesh.h>

Inherits Property< T >.

Public Member Functions

 FaceProperty ()=default
 default constructor
 
Property< T >::reference operator[] (Face f)
 access the data stored for face f
 
Property< T >::const_reference operator[] (Face f) const
 access the data stored for face f
 

Detailed Description

template<class T>
class pmp::FaceProperty< T >

Face property of type T.