Statistiques
| Révision :

root / initAFM_plane.h @ 2

Historique | Voir | Annoter | Télécharger (2,18 ko)

1 1 rmalgat
2 1 rmalgat
/******************************************************************************
3 1 rmalgat
*       SOFA, Simulation Open-Framework Architecture, version 1.0 RC 1        *
4 1 rmalgat
*                (c) 2006-2011 MGH, INRIA, USTL, UJF, CNRS                    *
5 1 rmalgat
*                                                                             *
6 1 rmalgat
* This library is free software; you can redistribute it and/or modify it     *
7 1 rmalgat
* under the terms of the GNU Lesser General Public License as published by    *
8 1 rmalgat
* the Free Software Foundation; either version 2.1 of the License, or (at     *
9 1 rmalgat
* your option) any later version.                                             *
10 1 rmalgat
*                                                                             *
11 1 rmalgat
* This library is distributed in the hope that it will be useful, but WITHOUT *
12 1 rmalgat
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       *
13 1 rmalgat
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License *
14 1 rmalgat
* for more details.                                                           *
15 1 rmalgat
*                                                                             *
16 1 rmalgat
* You should have received a copy of the GNU Lesser General Public License    *
17 1 rmalgat
* along with this library; if not, write to the Free Software Foundation,     *
18 1 rmalgat
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.          *
19 1 rmalgat
*******************************************************************************
20 1 rmalgat
*                               SOFA :: Plugins                               *
21 1 rmalgat
*                                                                             *
22 1 rmalgat
* Authors: The SOFA Team and external contributors (see Authors.txt)          *
23 1 rmalgat
*                                                                             *
24 1 rmalgat
* Contact information: contact@sofa-framework.org                             *
25 1 rmalgat
******************************************************************************/
26 1 rmalgat
#ifndef INITAFM_plane_H
27 1 rmalgat
#define INITAFM_plane_H
28 1 rmalgat
29 1 rmalgat
30 1 rmalgat
#include <sofa/helper/system/config.h>
31 1 rmalgat
32 1 rmalgat
#ifdef SOFA_BUILD_AFM_plane
33 1 rmalgat
#define SOFA_AFM_plane_API SOFA_EXPORT_DYNAMIC_LIBRARY
34 1 rmalgat
#else
35 1 rmalgat
#define SOFA_AFM_plane_API  SOFA_IMPORT_DYNAMIC_LIBRARY
36 1 rmalgat
#endif
37 1 rmalgat
38 1 rmalgat
39 1 rmalgat
#endif // INITAFM_plane_H