Wildmeshing Toolkit
|
Classes | |
class | CheckpointScope |
struct | is_typed_attribute_handle |
struct | is_typed_attribute_handle< TypedAttributeHandle< T > > |
Typedefs | |
template<typename T , int R = Eigen::Dynamic> | |
using | VectorType = Eigen::Matrix< T, R, 1, 0,(R==Eigen::Dynamic ? MAX_ATTR_SIZE :R), 1 > |
Underlying vector type used by attribute is dynamically sized but bounded. | |
using wmtk::attribute::internal::VectorType = typedef Eigen::Matrix<T, R, 1, 0, (R == Eigen::Dynamic ? MAX_ATTR_SIZE : R), 1> |
Underlying vector type used by attribute is dynamically sized but bounded.
Definition at line 16 of file MapTypes.hpp.