OpenMesh.Core.Utils.vector_traits



struct vector_traits (T);
\name Provide a standardized access to relevant information about a vector type.

Helper class providing information about a vector type.

If want to use a different vector type than the one provided %OpenMesh you need to supply a specialization of this class for the new vector type.

alias vector_type ;
Type of the vector class

alias value_type ;
Type of the scalar value

size_t size_ ;
size/dimension of the vector

size_t size ();
size /dimension of the vector

Page was generated with CanDyDOC on Fri Oct 12 16:12:26 2007