Wildmeshing Toolkit
Loading...
Searching...
No Matches
MapTypes.hpp
Go to the documentation of this file.
1#pragma once
3
4namespace wmtk::attribute {
5
9template <typename T, int R = Eigen::Dynamic>
11template <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