TypeDefsPoints.hpp
Go to the documentation of this file.
00001 // ========================================================================================
00002 //  ApproxMVBB
00003 //  Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
00004 //
00005 //  This Source Code Form is subject to the terms of the Mozilla Public
00006 //  License, v. 2.0. If a copy of the MPL was not distributed with this
00007 //  file, You can obtain one at http://mozilla.org/MPL/2.0/.
00008 // ========================================================================================
00009 
00010 #ifndef ApproxMVBB_TypeDefsPoints_hpp
00011 #define ApproxMVBB_TypeDefsPoints_hpp
00012 
00013 #include "ApproxMVBB/Config/Config.hpp"
00014 #include ApproxMVBB_TypeDefs_INCLUDE_FILE
00015 
00016 namespace ApproxMVBB{
00017 namespace TypeDefsPoints {
00018 
00019     ApproxMVBB_DEFINE_MATRIX_TYPES
00020 
00021     using  Vector3List = StdVecAligned<Vector3>;
00022     using  Vector2List = StdVecAligned<Vector2>;
00023 
00024     using  Matrix3Dyn = MatrixStatDyn<3>;
00025     using  Matrix2Dyn = MatrixStatDyn<2>;
00026 
00027 }
00028 }
00029 
00030 #define ApproxMVBB_DEFINE_POINTS_CONFIG_TYPES \
00031     using Vector3List = ApproxMVBB::TypeDefsPoints::Vector3List; \
00032     using Vector2List = ApproxMVBB::TypeDefsPoints::Vector2List;\
00033     using Matrix3Dyn  = ApproxMVBB::TypeDefsPoints::Matrix3Dyn;\
00034     using Matrix2Dyn  = ApproxMVBB::TypeDefsPoints::Matrix2Dyn;
00035 
00036 #endif


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Sat Jun 8 2019 20:21:50