template<class T>
class gismo::gsSurfMesh::Mesh_property< T >
Mesh property of type T
- See also
- Vertex_property, Halfedge_property, Edge_property
Inherits gsProperty< T >.
|
| Mesh_property () |
| default constructor
|
|
gsProperty< T >::reference | operator[] (size_t idx) |
| access the data stored for the mesh
|
|
gsProperty< T >::const_reference | operator[] (size_t idx) const |
| access the data stored for the mesh
|
|