Wildmeshing Toolkit
|
#include "internal/MapTypes.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::attribute | |
Typedefs | |
template<typename T , int R = Eigen::Dynamic> | |
using | wmtk::attribute::MapResult = typename internal::VectorResult< T, R >::MapType |
the default map type used by attributes is a map of our vector type. More... | |
template<typename T , int R = Eigen::Dynamic> | |
using | wmtk::attribute::ConstMapResult = typename internal::VectorResult< T, R >::ConstMapType |