IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
swig_macros.h
Go to the documentation of this file.
1
/**
2
* \file IMP/base/swig_macros.h
3
* \brief Various general useful macros for IMP.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPBASE_SWIG_MACROS_H
10
#define IMPBASE_SWIG_MACROS_H
11
#include <IMP/base/base_config.h>
12
13
14
15
16
#if defined(SWIG)
17
#define IMP_NO_SWIG(x)
18
#else
19
//! Hide the line when SWIG is compiled or parses it
20
/** */
21
#define IMP_NO_SWIG(x) x
22
#endif
23
24
#endif
/* IMPBASE_SWIG_MACROS_H */