TypeSegment.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_Diameter_TypeSegment_hpp
00011 #define ApproxMVBB_Diameter_TypeSegment_hpp
00012 
00013 namespace ApproxMVBB{
00014 namespace Diameter{
00015 
00016     struct TypeSegment {
00017       double const *extremity1;
00018       double const *extremity2;
00019       double squareDiameter;
00020       int reduction_mode;
00021     };
00022 
00023 }
00024 }
00025 #endif // ApproxMVBB_Diameter_TypeSegment_hpp
00026 
00027 


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