Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef HRPUTIL_TVMET3D_H_INCLUDED
00012 #define HRPUTIL_TVMET3D_H_INCLUDED
00013
00014 #include "Eigen3d.h"
00015 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
00016 #pragma message( "Tvmet3d.h is obsolete. Please replace it with Eigen3d.h" )
00017 #else
00018 #warning Tvmet3d.h is obsolete. Please replace it with Eigen3d.h
00019 #endif
00020 #include "Tvmet2Eigen.h"
00021
00022 #endif