10template <
typename MeshType,
int Dim = Eigen::Dynamic>
20 template <
int D = Dim>
23 template <
int D = Dim>
30 template <
int D = Dim>
32 template <
int D = Dim>
43template <
typename MeshType>
45template <
typename MeshType>
The Tuple is the basic navigation tool in our mesh data structure.
An Accessor that uses tuples for accessing attributes instead of indices.
const Tuple & const_scalar_attribute(const Tuple &t) const
Eigen::Index dimension() const
MapResult< Tuple, D > MapResult
ConstMapResult< Tuple, D > ConstMapResult
Tuple & scalar_attribute(const Tuple &t)
MapResult< D > vector_attribute(const Tuple &t)
Accessor< int64_t, MeshType > m_base_accessor
ConstMapResult< D > const_vector_attribute(const Tuple &t) const
Handle that represents attributes for some mesh.