50 #ifndef OPENMESH_VECTOR_TRAITS_HH
51 #define OPENMESH_VECTOR_TRAITS_HH
56 #include <OpenMesh/Core/System/config.h>
57 #include <OpenMesh/Core/Utils/GenProg.hh>
58 #if defined(OM_CC_MIPS)
95 static const size_t size_ = T::size_;
107 #endif // OPENMESH_MESHREADER_HH defined
T::vector_type vector_type
Type of the vector class.
Definition: vector_traits.hh:89
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:56
static size_t size()
size/dimension of the vector
Definition: vector_traits.hh:98
static const size_t size_
size/dimension of the vector
Definition: vector_traits.hh:95
T::value_type value_type
Type of the scalar value.
Definition: vector_traits.hh:92
Helper class providing information about a vector type.
Definition: vector_traits.hh:86