Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
VectorT_legacy.cpp
1 /*
2  * VectorT_legacy.cpp
3  *
4  * Created on: Nov 19, 2015
5  * Author: ebke
6  */
7 
8 #include <benchmark/benchmark_api.h>
9 
10 #define OPENMESH_VECTOR_LEGACY
11 #include <OpenMesh/Core/Geometry/VectorT.hh>
12 
13 #define BMPOSTFIX _Legacy
14 #include "VectorT.cpp"