Statistiques
| Révision :

root / initAFM_plane.h @ 2

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

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

    
29

    
30
#include <sofa/helper/system/config.h>
31

    
32
#ifdef SOFA_BUILD_AFM_plane
33
#define SOFA_AFM_plane_API SOFA_EXPORT_DYNAMIC_LIBRARY
34
#else
35
#define SOFA_AFM_plane_API  SOFA_IMPORT_DYNAMIC_LIBRARY
36
#endif
37

    
38

    
39
#endif // INITAFM_plane_H