Wildmeshing Toolkit
|
#include <wmtk/utils/Rational.hpp>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::attribute | |
Typedefs | |
template<AttributeType AT> | |
using | wmtk::attribute::type_from_attribute_type_enum_t = typename type_from_attribute_type_enum< AT >::type |
Enumerations | |
enum class | wmtk::attribute::AttributeType { wmtk::attribute::Char = 0 , wmtk::attribute::Int64 = 1 , wmtk::attribute::Double = 2 , wmtk::attribute::Rational = 3 } |
Functions | |
template<typename T > | |
constexpr auto | wmtk::attribute::attribute_type_enum_from_type () -> AttributeType |