Wildmeshing Toolkit
MapTypes.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "internal/MapTypes.hpp"
3 
4 namespace wmtk::attribute {
5 
9 template <typename T, int R = Eigen::Dynamic>
11 template <typename T, int R = Eigen::Dynamic>
13 
14 
15 } // namespace wmtk::attribute::internal
Eigen::Matrix< T, R, 1, 0,(R==Eigen::Dynamic ? MAX_ATTR_SIZE :R), 1 > VectorResult
Underlying vector type used by attribute is dynamically sized but bounded.
Definition: MapTypes.hpp:15
typename internal::VectorResult< T, R >::ConstMapType ConstMapResult
Definition: MapTypes.hpp:12
typename internal::VectorResult< T, R >::MapType MapResult
the default map type used by attributes is a map of our vector type.
Definition: MapTypes.hpp:10