include/ApproxMVBB/Config/Config.hpp
Go to the documentation of this file.
1 // ========================================================================================
2 // ApproxMVBB
3 // Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
4 //
5 // This Source Code Form is subject to the terms of the Mozilla Public
6 // License, v. 2.0. If a copy of the MPL was not distributed with this
7 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 // ========================================================================================
9 
10 #ifndef ApproxMVBB_Config_Config_hpp_in_cmake
11 #define ApproxMVBB_Config_Config_hpp_in_cmake
12 
13 // Settings for the ApproxMVBB Library
14 
15 
16 namespace ApproxMVBB{
17 /*
18  static const unsigned int VersionMajor = @ApproxMVBB_VERSION_MAJOR@ ;
19  static const unsigned int VersionMinor = @ApproxMVBB_VERSION_MINOR@ ;
20  static const unsigned int VersionPatch = @ApproxMVBB_VERSION_PATCH@ ;
21 
22  // This variable is primarily used for projects which used this source code but want to replace certain header files with their own!
23  #cmakedefine ApproxMVBB_USE_DIFFERENT_HEADERS
24 
25  #ifdef ApproxMVBB_USE_DIFFERENT_HEADERS
26  #define ApproxMVBB_AssertionDebug_INCLUDE_FILE "@ApproxMVBB_AssertionDebug_INCLUDE_FILE@"
27  #define ApproxMVBB_Exception_INCLUDE_FILE "@ApproxMVBB_Exception_INCLUDE_FILE@"
28  #define ApproxMVBB_Platform_INCLUDE_FILE "@ApproxMVBB_Platform_INCLUDE_FILE@"
29  #define ApproxMVBB_StaticAssert_INCLUDE_FILE "@ApproxMVBB_StaticAssert_INCLUDE_FILE@"
30 
31  #define ApproxMVBB_MyMatrixTypeDefs_INCLUDE_FILE "@ApproxMVBB_MyMatrixTypeDefs_INCLUDE_FILE@"
32  #define ApproxMVBB_MyContainerTypeDefs_INCLUDE_FILE "@ApproxMVBB_MyContainerTypeDefs_INCLUDE_FILE@"
33 
34  #define ApproxMVBB_TypeDefs_INCLUDE_FILE "@ApproxMVBB_TypeDefs_INCLUDE_FILE@"
35  #define ApproxMVBB_AABB_INCLUDE_FILE "@ApproxMVBB_AABB_INCLUDE_FILE@"
36  #define ApproxMVBB_OOBB_INCLUDE_FILE "@ApproxMVBB_OOBB_INCLUDE_FILE@"
37 
38  #define ApproxMVBB_PugiXML_INCLUDE_FILE "@ApproxMVBB_PugiXML_INCLUDE_FILE@"
39  #define ApproxMVBB_Meta_INCLUDE_FILE "@ApproxMVBB_Meta_INCLUDE_FILE@"
40 
41  #else */
42  #define ApproxMVBB_AssertionDebug_INCLUDE_FILE "ApproxMVBB/Common/AssertionDebug.hpp"
43  #define ApproxMVBB_Exception_INCLUDE_FILE "ApproxMVBB/Common/Exception.hpp"
44 
45  #define ApproxMVBB_MyMatrixTypeDefs_INCLUDE_FILE "ApproxMVBB/Common/MyMatrixTypeDefs.hpp"
46  #define ApproxMVBB_MyContainerTypeDefs_INCLUDE_FILE "ApproxMVBB/Common/MyContainerTypeDefs.hpp"
47 
48  #define ApproxMVBB_Platform_INCLUDE_FILE "ApproxMVBB/Common/Platform.hpp"
49  #define ApproxMVBB_StaticAssert_INCLUDE_FILE "ApproxMVBB/Common/StaticAssert.hpp"
50  #define ApproxMVBB_TypeDefs_INCLUDE_FILE "ApproxMVBB/Common/TypeDefs.hpp"
51  #define ApproxMVBB_AABB_INCLUDE_FILE "ApproxMVBB/AABB.hpp"
52  #define ApproxMVBB_OOBB_INCLUDE_FILE "ApproxMVBB/OOBB.hpp"
53 
54  #define ApproxMVBB_PugiXML_INCLUDE_FILE "ApproxMVBB/pugixml/pugixml.hpp"
55  #define ApproxMVBB_Meta_INCLUDE_FILE "ApproxMVBB/meta/meta.hpp"
56 /*
57  #endif
58 
59  // Force log level
60  #define ApproxMVBB_FORCE_MSGLOG_LEVEL @ApproxMVBB_FORCE_MSGLOG_LEVEL@ */
61 }
62 
63 
64 #endif
These are some container definitions.


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:08