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

Vertex property of type T. More...

#include <pmp/surface_mesh.h>

Inherits Property< T >.

Public Member Functions

 VertexProperty ()=default
 default constructor
 
Property< T >::reference operator[] (Vertex v)
 access the data stored for vertex v
 
Property< T >::const_reference operator[] (Vertex v) const
 access the data stored for vertex v
 

Detailed Description

template<class T>
class pmp::VertexProperty< T >

Vertex property of type T.