Wildmeshing Toolkit
AttributeType.hpp File Reference
Include dependency graph for AttributeType.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wmtk::attribute::type_from_attribute_type_enum< AT >
 
struct  wmtk::attribute::type_from_attribute_type_enum< AttributeType::Char >
 
struct  wmtk::attribute::type_from_attribute_type_enum< AttributeType::Double >
 
struct  wmtk::attribute::type_from_attribute_type_enum< AttributeType::Int64 >
 
struct  wmtk::attribute::type_from_attribute_type_enum< AttributeType::Rational >
 

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