Wildmeshing Toolkit
Loading...
Searching...
No Matches
wmtk::attribute::internal Namespace Reference

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.
 

Typedef Documentation

◆ VectorType

template<typename T , int R = Eigen::Dynamic>
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.