 |
OpenMesh
|
57 #ifndef OPENMESH_VECTOR_TRAITS_HH
58 #define OPENMESH_VECTOR_TRAITS_HH
63 #include <OpenMesh/Core/System/config.h>
64 #include <OpenMesh/Core/Utils/GenProg.hh>
65 #if defined(OM_CC_MIPS)
102 static const size_t size_ = T::size_;
114 #endif // OPENMESH_MESHREADER_HH defined
static size_t size()
size/dimension of the vector
Definition: vector_traits.hh:105
T::vector_type vector_type
Type of the vector class.
Definition: vector_traits.hh:96
static const size_t size_
size/dimension of the vector
Definition: vector_traits.hh:102
Helper class providing information about a vector type.
Definition: vector_traits.hh:94
T::value_type value_type
Type of the scalar value.
Definition: vector_traits.hh:99
Martin, 26.12.2004: 1) replaced resize(size()-1) with pop_back(), since the later is more efficient 2...
Definition: MeshItems.hh:64
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.