alloc.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_Diameter_Utils_alloc_h
11 #define ApproxMVBB_Diameter_Utils_alloc_h
12 
13 #include <stdlib.h>
14 
16 #include ApproxMVBB_TypeDefs_INCLUDE_FILE
17 
19 
20 namespace ApproxMVBB{
21 namespace Diameter{
22 
23 APPROXMVBB_EXPORT void *_AllocateListOfPoints( const int n, const int dim );
24 
25 APPROXMVBB_EXPORT void *_AllocateListOfSegments( const int n );
26 
27 
29  int n;
30  int nalloc;
32 } ;
33 
35 
36 }
37 }
38 
39 #endif
40 
These are some container definitions.
#define APPROXMVBB_EXPORT
Definition: Platform.hpp:60
APPROXMVBB_EXPORT int _AddSegmentToList(TypeSegment *s, TypeListOfSegments *list)
Definition: alloc.cpp:64
APPROXMVBB_EXPORT void * _AllocateListOfPoints(const int n, const int dim)
Definition: alloc.cpp:16
APPROXMVBB_EXPORT void * _AllocateListOfSegments(const int n)
Definition: alloc.cpp:38


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