IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
integrative_docking/__init__.py
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.5
3 #
4 # Do not make changes to this file unless you know what you are doing--modify
5 # the SWIG interface file instead.
6 
7 # This wrapper is part of IMP,
8 # Copyright 2007-2015 IMP Inventors. All rights reserved.
9 
10 from __future__ import print_function, division, absolute_import
11 
12 
13 
14 
15 from sys import version_info
16 if version_info >= (2, 6, 0):
17  def swig_import_helper():
18  from os.path import dirname
19  import imp
20  fp = None
21  try:
22  fp, pathname, description = imp.find_module('_IMP_integrative_docking', [dirname(__file__)])
23  except ImportError:
24  import _IMP_integrative_docking
25  return _IMP_integrative_docking
26  if fp is not None:
27  try:
28  _mod = imp.load_module('_IMP_integrative_docking', fp, pathname, description)
29  finally:
30  fp.close()
31  return _mod
32  _IMP_integrative_docking = swig_import_helper()
33  del swig_import_helper
34 else:
35  import _IMP_integrative_docking
36 del version_info
37 try:
38  _swig_property = property
39 except NameError:
40  pass # Python < 2.2 doesn't have 'property'.
41 
42 
43 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
44  if (name == "thisown"):
45  return self.this.own(value)
46  if (name == "this"):
47  if type(value).__name__ == 'SwigPyObject':
48  self.__dict__[name] = value
49  return
50  method = class_type.__swig_setmethods__.get(name, None)
51  if method:
52  return method(self, value)
53  if (not static):
54  object.__setattr__(self, name, value)
55  else:
56  raise AttributeError("You cannot add attributes to %s" % self)
57 
58 
59 def _swig_setattr(self, class_type, name, value):
60  return _swig_setattr_nondynamic(self, class_type, name, value, 0)
61 
62 
63 def _swig_getattr_nondynamic(self, class_type, name, static=1):
64  if (name == "thisown"):
65  return self.this.own()
66  method = class_type.__swig_getmethods__.get(name, None)
67  if method:
68  return method(self)
69  if (not static):
70  return object.__getattr__(self, name)
71  else:
72  raise AttributeError(name)
73 
74 def _swig_getattr(self, class_type, name):
75  return _swig_getattr_nondynamic(self, class_type, name, 0)
76 
77 
78 def _swig_repr(self):
79  try:
80  strthis = "proxy of " + self.this.__repr__()
81  except:
82  strthis = ""
83  return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
84 
85 try:
86  _object = object
87  _newclass = 1
88 except AttributeError:
89  class _object:
90  pass
91  _newclass = 0
92 
93 
94 
95 def _swig_setattr_nondynamic_method(set):
96  def set_attr(self, name, value):
97  if (name == "thisown"):
98  return self.this.own(value)
99  if hasattr(self, name) or (name == "this"):
100  set(self, name, value)
101  else:
102  raise AttributeError("You cannot add attributes to %s" % self)
103  return set_attr
104 
105 
106 try:
107  import weakref
108  weakref_proxy = weakref.proxy
109 except:
110  weakref_proxy = lambda x: x
111 
112 
113 class IMP_INTEGRATIVE_DOCKING_SwigPyIterator(object):
114  """Proxy of C++ swig::IMP_INTEGRATIVE_DOCKING_SwigPyIterator class"""
115  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
116 
117  def __init__(self, *args, **kwargs):
118  raise AttributeError("No constructor defined - class is abstract")
119  __repr__ = _swig_repr
120  __swig_destroy__ = _IMP_integrative_docking.delete_IMP_INTEGRATIVE_DOCKING_SwigPyIterator
121  __del__ = lambda self: None
122 
123  def value(self):
124  """value(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> PyObject *"""
125  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_value(self)
126 
127 
128  def incr(self, n=1):
129  """
130  incr(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, size_t n=1) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator
131  incr(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator
132  """
133  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_incr(self, n)
134 
135 
136  def decr(self, n=1):
137  """
138  decr(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, size_t n=1) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator
139  decr(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator
140  """
141  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_decr(self, n)
142 
143 
144  def distance(self, x):
145  """distance(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, IMP_INTEGRATIVE_DOCKING_SwigPyIterator x) -> ptrdiff_t"""
146  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_distance(self, x)
147 
148 
149  def equal(self, x):
150  """equal(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, IMP_INTEGRATIVE_DOCKING_SwigPyIterator x) -> bool"""
151  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_equal(self, x)
152 
153 
154  def copy(self):
155  """copy(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator"""
156  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_copy(self)
157 
158 
159  def next(self):
160  """next(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> PyObject *"""
161  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_next(self)
162 
163 
164  def __next__(self):
165  """__next__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> PyObject *"""
166  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___next__(self)
167 
168 
169  def previous(self):
170  """previous(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self) -> PyObject *"""
171  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_previous(self)
172 
173 
174  def advance(self, n):
175  """advance(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, ptrdiff_t n) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator"""
176  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_advance(self, n)
177 
178 
179  def __eq__(self, x):
180  """__eq__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, IMP_INTEGRATIVE_DOCKING_SwigPyIterator x) -> bool"""
181  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___eq__(self, x)
182 
183 
184  def __ne__(self, x):
185  """__ne__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, IMP_INTEGRATIVE_DOCKING_SwigPyIterator x) -> bool"""
186  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___ne__(self, x)
187 
188 
189  def __iadd__(self, n):
190  """__iadd__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, ptrdiff_t n) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator"""
191  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___iadd__(self, n)
192 
193 
194  def __isub__(self, n):
195  """__isub__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, ptrdiff_t n) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator"""
196  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___isub__(self, n)
197 
198 
199  def __add__(self, n):
200  """__add__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, ptrdiff_t n) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator"""
201  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___add__(self, n)
202 
203 
204  def __sub__(self, *args):
205  """
206  __sub__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, ptrdiff_t n) -> IMP_INTEGRATIVE_DOCKING_SwigPyIterator
207  __sub__(IMP_INTEGRATIVE_DOCKING_SwigPyIterator self, IMP_INTEGRATIVE_DOCKING_SwigPyIterator x) -> ptrdiff_t
208  """
209  return _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator___sub__(self, *args)
210 
211  def __iter__(self):
212  return self
213 IMP_INTEGRATIVE_DOCKING_SwigPyIterator_swigregister = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_SwigPyIterator_swigregister
214 IMP_INTEGRATIVE_DOCKING_SwigPyIterator_swigregister(IMP_INTEGRATIVE_DOCKING_SwigPyIterator)
215 
216 _value_types=[]
217 _object_types=[]
218 _raii_types=[]
219 _plural_types=[]
220 
221 
222 _IMP_integrative_docking.IMP_DEBUG_swigconstant(_IMP_integrative_docking)
223 IMP_DEBUG = _IMP_integrative_docking.IMP_DEBUG
224 
225 _IMP_integrative_docking.IMP_RELEASE_swigconstant(_IMP_integrative_docking)
226 IMP_RELEASE = _IMP_integrative_docking.IMP_RELEASE
227 
228 _IMP_integrative_docking.IMP_SILENT_swigconstant(_IMP_integrative_docking)
229 IMP_SILENT = _IMP_integrative_docking.IMP_SILENT
230 
231 _IMP_integrative_docking.IMP_PROGRESS_swigconstant(_IMP_integrative_docking)
232 IMP_PROGRESS = _IMP_integrative_docking.IMP_PROGRESS
233 
234 _IMP_integrative_docking.IMP_TERSE_swigconstant(_IMP_integrative_docking)
235 IMP_TERSE = _IMP_integrative_docking.IMP_TERSE
236 
237 _IMP_integrative_docking.IMP_VERBOSE_swigconstant(_IMP_integrative_docking)
238 IMP_VERBOSE = _IMP_integrative_docking.IMP_VERBOSE
239 
240 _IMP_integrative_docking.IMP_MEMORY_swigconstant(_IMP_integrative_docking)
241 IMP_MEMORY = _IMP_integrative_docking.IMP_MEMORY
242 
243 _IMP_integrative_docking.IMP_NONE_swigconstant(_IMP_integrative_docking)
244 IMP_NONE = _IMP_integrative_docking.IMP_NONE
245 
246 _IMP_integrative_docking.IMP_USAGE_swigconstant(_IMP_integrative_docking)
247 IMP_USAGE = _IMP_integrative_docking.IMP_USAGE
248 
249 _IMP_integrative_docking.IMP_INTERNAL_swigconstant(_IMP_integrative_docking)
250 IMP_INTERNAL = _IMP_integrative_docking.IMP_INTERNAL
251 
252 _IMP_integrative_docking.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_integrative_docking)
253 IMP_KERNEL_HAS_LOG4CXX = _IMP_integrative_docking.IMP_KERNEL_HAS_LOG4CXX
254 
255 _IMP_integrative_docking.IMP_COMPILER_HAS_AUTO_swigconstant(_IMP_integrative_docking)
256 IMP_COMPILER_HAS_AUTO = _IMP_integrative_docking.IMP_COMPILER_HAS_AUTO
257 
258 _IMP_integrative_docking.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_integrative_docking)
259 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_integrative_docking.IMP_COMPILER_HAS_DEBUG_VECTOR
260 
261 _IMP_integrative_docking.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
262 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_KERNEL_HAS_BOOST_RANDOM
263 
264 _IMP_integrative_docking.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_integrative_docking)
265 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_integrative_docking.IMP_KERNEL_HAS_GPERFTOOLS
266 
267 _IMP_integrative_docking.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_integrative_docking)
268 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_integrative_docking.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
269 
270 _IMP_integrative_docking.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_integrative_docking)
271 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_integrative_docking.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
272 
273 _IMP_integrative_docking.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
274 IMPKERNEL_SHOW_WARNINGS = _IMP_integrative_docking.IMPKERNEL_SHOW_WARNINGS
275 import sys
276 class _DirectorObjects(object):
277  """@internal Simple class to keep references to director objects
278  to prevent premature deletion."""
279  def __init__(self):
280  self._objects = []
281  def register(self, obj):
282  """Take a reference to a director object; will only work for
283  refcounted C++ classes"""
284  if hasattr(obj, 'get_ref_count'):
285  self._objects.append(obj)
286  def cleanup(self):
287  """Only drop our reference and allow cleanup by Python if no other
288  Python references exist (we hold 3 references: one in self._objects,
289  one in x, and one in the argument list for getrefcount) *and* no
290  other C++ references exist (the Python object always holds one)"""
291  objs = [x for x in self._objects if sys.getrefcount(x) > 3 \
292  or x.get_ref_count() > 1]
293  # Do in two steps so the references are kept until the end of the
294  # function (deleting references may trigger a fresh call to this method)
295  self._objects = objs
296  def get_object_count(self):
297  """Get number of director objects (useful for testing only)"""
298  return len(self._objects)
299 _director_objects = _DirectorObjects()
300 
301 class _ostream(object):
302  """Proxy of C++ std::ostream class"""
303  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
304 
305  def __init__(self, *args, **kwargs):
306  raise AttributeError("No constructor defined")
307  __repr__ = _swig_repr
308 
309  def write(self, osa_buf):
310  """write(_ostream self, char const * osa_buf)"""
311  return _IMP_integrative_docking._ostream_write(self, osa_buf)
312 
313 _ostream_swigregister = _IMP_integrative_docking._ostream_swigregister
314 _ostream_swigregister(_ostream)
315 
316 
317 _IMP_integrative_docking.IMP_COMPILER_HAS_OVERRIDE_swigconstant(_IMP_integrative_docking)
318 IMP_COMPILER_HAS_OVERRIDE = _IMP_integrative_docking.IMP_COMPILER_HAS_OVERRIDE
319 
320 _IMP_integrative_docking.IMP_COMPILER_HAS_FINAL_swigconstant(_IMP_integrative_docking)
321 IMP_COMPILER_HAS_FINAL = _IMP_integrative_docking.IMP_COMPILER_HAS_FINAL
322 
323 _IMP_integrative_docking.IMP_HAS_NOEXCEPT_swigconstant(_IMP_integrative_docking)
324 IMP_HAS_NOEXCEPT = _IMP_integrative_docking.IMP_HAS_NOEXCEPT
325 import IMP
326 
327 _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
328 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_FILESYSTEM
329 
330 _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
331 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
332 
333 _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
334 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_RANDOM
335 
336 _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
337 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_CGAL_HAS_BOOST_SYSTEM
338 
339 _IMP_integrative_docking.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
340 IMPCGAL_SHOW_WARNINGS = _IMP_integrative_docking.IMPCGAL_SHOW_WARNINGS
341 import IMP.cgal
342 
343 _IMP_integrative_docking.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
344 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_ALGEBRA_HAS_IMP_CGAL
345 
346 _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
347 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
348 
349 _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
350 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
351 
352 _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
353 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_RANDOM
354 
355 _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
356 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_ALGEBRA_HAS_BOOST_SYSTEM
357 
358 _IMP_integrative_docking.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_integrative_docking)
359 IMP_ALGEBRA_HAS_CGAL = _IMP_integrative_docking.IMP_ALGEBRA_HAS_CGAL
360 
361 _IMP_integrative_docking.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_integrative_docking)
362 IMP_ALGEBRA_HAS_ANN = _IMP_integrative_docking.IMP_ALGEBRA_HAS_ANN
363 
364 _IMP_integrative_docking.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
365 IMPALGEBRA_SHOW_WARNINGS = _IMP_integrative_docking.IMPALGEBRA_SHOW_WARNINGS
366 import IMP.algebra
367 
368 _IMP_integrative_docking.IMP_DISPLAY_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
369 IMP_DISPLAY_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_DISPLAY_HAS_IMP_CGAL
370 
371 _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
372 IMP_DISPLAY_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_FILESYSTEM
373 
374 _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
375 IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS
376 
377 _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
378 IMP_DISPLAY_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_RANDOM
379 
380 _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
381 IMP_DISPLAY_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_DISPLAY_HAS_BOOST_SYSTEM
382 
383 _IMP_integrative_docking.IMP_DISPLAY_HAS_CGAL_swigconstant(_IMP_integrative_docking)
384 IMP_DISPLAY_HAS_CGAL = _IMP_integrative_docking.IMP_DISPLAY_HAS_CGAL
385 
386 _IMP_integrative_docking.IMPDISPLAY_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
387 IMPDISPLAY_SHOW_WARNINGS = _IMP_integrative_docking.IMPDISPLAY_SHOW_WARNINGS
388 import IMP.display
389 
390 _IMP_integrative_docking.IMP_GSL_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
391 IMP_GSL_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_GSL_HAS_IMP_CGAL
392 
393 _IMP_integrative_docking.IMP_GSL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
394 IMP_GSL_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_GSL_HAS_BOOST_FILESYSTEM
395 
396 _IMP_integrative_docking.IMP_GSL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
397 IMP_GSL_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_GSL_HAS_BOOST_PROGRAMOPTIONS
398 
399 _IMP_integrative_docking.IMP_GSL_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
400 IMP_GSL_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_GSL_HAS_BOOST_RANDOM
401 
402 _IMP_integrative_docking.IMP_GSL_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
403 IMP_GSL_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_GSL_HAS_BOOST_SYSTEM
404 
405 _IMP_integrative_docking.IMP_GSL_HAS_CGAL_swigconstant(_IMP_integrative_docking)
406 IMP_GSL_HAS_CGAL = _IMP_integrative_docking.IMP_GSL_HAS_CGAL
407 
408 _IMP_integrative_docking.IMPGSL_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
409 IMPGSL_SHOW_WARNINGS = _IMP_integrative_docking.IMPGSL_SHOW_WARNINGS
410 import IMP.gsl
411 
412 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
413 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
414 
415 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
416 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
417 
418 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
419 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
420 
421 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
422 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
423 
424 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
425 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
426 
427 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_integrative_docking)
428 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_CGAL
429 
430 _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_integrative_docking)
431 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_integrative_docking.IMP_SCORE_FUNCTOR_HAS_HDF5
432 
433 _IMP_integrative_docking.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
434 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_integrative_docking.IMPSCOREFUNCTOR_SHOW_WARNINGS
435 import IMP.score_functor
436 
437 _IMP_integrative_docking.IMP_STATISTICS_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
438 IMP_STATISTICS_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_STATISTICS_HAS_IMP_CGAL
439 
440 _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
441 IMP_STATISTICS_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_FILESYSTEM
442 
443 _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
444 IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS
445 
446 _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
447 IMP_STATISTICS_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_RANDOM
448 
449 _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
450 IMP_STATISTICS_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_STATISTICS_HAS_BOOST_SYSTEM
451 
452 _IMP_integrative_docking.IMP_STATISTICS_HAS_CGAL_swigconstant(_IMP_integrative_docking)
453 IMP_STATISTICS_HAS_CGAL = _IMP_integrative_docking.IMP_STATISTICS_HAS_CGAL
454 
455 _IMP_integrative_docking.IMPSTATISTICS_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
456 IMPSTATISTICS_SHOW_WARNINGS = _IMP_integrative_docking.IMPSTATISTICS_SHOW_WARNINGS
457 import IMP.statistics
458 
459 _IMP_integrative_docking.IMP_CORE_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
460 IMP_CORE_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_CORE_HAS_IMP_CGAL
461 
462 _IMP_integrative_docking.IMP_CORE_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
463 IMP_CORE_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_CORE_HAS_IMP_KERNEL
464 
465 _IMP_integrative_docking.IMP_CORE_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
466 IMP_CORE_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_CORE_HAS_BOOST_FILESYSTEM
467 
468 _IMP_integrative_docking.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
469 IMP_CORE_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS
470 
471 _IMP_integrative_docking.IMP_CORE_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
472 IMP_CORE_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_CORE_HAS_BOOST_RANDOM
473 
474 _IMP_integrative_docking.IMP_CORE_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
475 IMP_CORE_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_CORE_HAS_BOOST_SYSTEM
476 
477 _IMP_integrative_docking.IMP_CORE_HAS_CGAL_swigconstant(_IMP_integrative_docking)
478 IMP_CORE_HAS_CGAL = _IMP_integrative_docking.IMP_CORE_HAS_CGAL
479 
480 _IMP_integrative_docking.IMP_CORE_HAS_HDF5_swigconstant(_IMP_integrative_docking)
481 IMP_CORE_HAS_HDF5 = _IMP_integrative_docking.IMP_CORE_HAS_HDF5
482 
483 _IMP_integrative_docking.IMPCORE_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
484 IMPCORE_SHOW_WARNINGS = _IMP_integrative_docking.IMPCORE_SHOW_WARNINGS
485 import IMP.core
486 
487 _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_ALGEBRA_swigconstant(_IMP_integrative_docking)
488 IMP_CONTAINER_HAS_IMP_ALGEBRA = _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_ALGEBRA
489 
490 _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
491 IMP_CONTAINER_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_CGAL
492 
493 _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_DISPLAY_swigconstant(_IMP_integrative_docking)
494 IMP_CONTAINER_HAS_IMP_DISPLAY = _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_DISPLAY
495 
496 _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
497 IMP_CONTAINER_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_KERNEL
498 
499 _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
500 IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR
501 
502 _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
503 IMP_CONTAINER_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_FILESYSTEM
504 
505 _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
506 IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS
507 
508 _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
509 IMP_CONTAINER_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_RANDOM
510 
511 _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
512 IMP_CONTAINER_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_CONTAINER_HAS_BOOST_SYSTEM
513 
514 _IMP_integrative_docking.IMP_CONTAINER_HAS_CGAL_swigconstant(_IMP_integrative_docking)
515 IMP_CONTAINER_HAS_CGAL = _IMP_integrative_docking.IMP_CONTAINER_HAS_CGAL
516 
517 _IMP_integrative_docking.IMP_CONTAINER_HAS_HDF5_swigconstant(_IMP_integrative_docking)
518 IMP_CONTAINER_HAS_HDF5 = _IMP_integrative_docking.IMP_CONTAINER_HAS_HDF5
519 
520 _IMP_integrative_docking.IMPCONTAINER_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
521 IMPCONTAINER_SHOW_WARNINGS = _IMP_integrative_docking.IMPCONTAINER_SHOW_WARNINGS
522 import IMP.container
523 
524 _IMP_integrative_docking.IMP_ATOM_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
525 IMP_ATOM_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_ATOM_HAS_IMP_CGAL
526 
527 _IMP_integrative_docking.IMP_ATOM_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
528 IMP_ATOM_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_ATOM_HAS_IMP_KERNEL
529 
530 _IMP_integrative_docking.IMP_ATOM_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
531 IMP_ATOM_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_ATOM_HAS_IMP_SCORE_FUNCTOR
532 
533 _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
534 IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS
535 
536 _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
537 IMP_ATOM_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_RANDOM
538 
539 _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
540 IMP_ATOM_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_REGEX
541 
542 _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
543 IMP_ATOM_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_ATOM_HAS_BOOST_SYSTEM
544 
545 _IMP_integrative_docking.IMP_ATOM_HAS_CGAL_swigconstant(_IMP_integrative_docking)
546 IMP_ATOM_HAS_CGAL = _IMP_integrative_docking.IMP_ATOM_HAS_CGAL
547 
548 _IMP_integrative_docking.IMP_ATOM_HAS_HDF5_swigconstant(_IMP_integrative_docking)
549 IMP_ATOM_HAS_HDF5 = _IMP_integrative_docking.IMP_ATOM_HAS_HDF5
550 
551 _IMP_integrative_docking.IMPATOM_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
552 IMPATOM_SHOW_WARNINGS = _IMP_integrative_docking.IMPATOM_SHOW_WARNINGS
553 
554 _IMP_integrative_docking.IMP_ATOM_TYPE_INDEX_swigconstant(_IMP_integrative_docking)
555 IMP_ATOM_TYPE_INDEX = _IMP_integrative_docking.IMP_ATOM_TYPE_INDEX
556 
557 _IMP_integrative_docking.IMP_RESIDUE_TYPE_INDEX_swigconstant(_IMP_integrative_docking)
558 IMP_RESIDUE_TYPE_INDEX = _IMP_integrative_docking.IMP_RESIDUE_TYPE_INDEX
559 
560 _IMP_integrative_docking.IMP_HIERARCHY_TYPE_INDEX_swigconstant(_IMP_integrative_docking)
561 IMP_HIERARCHY_TYPE_INDEX = _IMP_integrative_docking.IMP_HIERARCHY_TYPE_INDEX
562 import IMP.atom
563 
564 _IMP_integrative_docking.IMP_EM_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
565 IMP_EM_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_EM_HAS_IMP_CGAL
566 
567 _IMP_integrative_docking.IMP_EM_HAS_IMP_CONTAINER_swigconstant(_IMP_integrative_docking)
568 IMP_EM_HAS_IMP_CONTAINER = _IMP_integrative_docking.IMP_EM_HAS_IMP_CONTAINER
569 
570 _IMP_integrative_docking.IMP_EM_HAS_IMP_DISPLAY_swigconstant(_IMP_integrative_docking)
571 IMP_EM_HAS_IMP_DISPLAY = _IMP_integrative_docking.IMP_EM_HAS_IMP_DISPLAY
572 
573 _IMP_integrative_docking.IMP_EM_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
574 IMP_EM_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_EM_HAS_IMP_SCORE_FUNCTOR
575 
576 _IMP_integrative_docking.IMP_EM_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
577 IMP_EM_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_EM_HAS_BOOST_FILESYSTEM
578 
579 _IMP_integrative_docking.IMP_EM_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
580 IMP_EM_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_EM_HAS_BOOST_PROGRAMOPTIONS
581 
582 _IMP_integrative_docking.IMP_EM_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
583 IMP_EM_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_EM_HAS_BOOST_RANDOM
584 
585 _IMP_integrative_docking.IMP_EM_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
586 IMP_EM_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_EM_HAS_BOOST_REGEX
587 
588 _IMP_integrative_docking.IMP_EM_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
589 IMP_EM_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_EM_HAS_BOOST_SYSTEM
590 
591 _IMP_integrative_docking.IMP_EM_HAS_CGAL_swigconstant(_IMP_integrative_docking)
592 IMP_EM_HAS_CGAL = _IMP_integrative_docking.IMP_EM_HAS_CGAL
593 
594 _IMP_integrative_docking.IMP_EM_HAS_HDF5_swigconstant(_IMP_integrative_docking)
595 IMP_EM_HAS_HDF5 = _IMP_integrative_docking.IMP_EM_HAS_HDF5
596 
597 _IMP_integrative_docking.IMPEM_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
598 IMPEM_SHOW_WARNINGS = _IMP_integrative_docking.IMPEM_SHOW_WARNINGS
599 import IMP.em
600 
601 _IMP_integrative_docking.IMP_RMF_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
602 IMP_RMF_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_RMF_HAS_IMP_CGAL
603 
604 _IMP_integrative_docking.IMP_RMF_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
605 IMP_RMF_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_RMF_HAS_IMP_SCORE_FUNCTOR
606 
607 _IMP_integrative_docking.IMP_RMF_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
608 IMP_RMF_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_RMF_HAS_BOOST_FILESYSTEM
609 
610 _IMP_integrative_docking.IMP_RMF_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
611 IMP_RMF_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_RMF_HAS_BOOST_PROGRAMOPTIONS
612 
613 _IMP_integrative_docking.IMP_RMF_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
614 IMP_RMF_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_RMF_HAS_BOOST_RANDOM
615 
616 _IMP_integrative_docking.IMP_RMF_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
617 IMP_RMF_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_RMF_HAS_BOOST_REGEX
618 
619 _IMP_integrative_docking.IMP_RMF_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
620 IMP_RMF_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_RMF_HAS_BOOST_SYSTEM
621 
622 _IMP_integrative_docking.IMP_RMF_HAS_CGAL_swigconstant(_IMP_integrative_docking)
623 IMP_RMF_HAS_CGAL = _IMP_integrative_docking.IMP_RMF_HAS_CGAL
624 
625 _IMP_integrative_docking.IMP_RMF_HAS_HDF5_swigconstant(_IMP_integrative_docking)
626 IMP_RMF_HAS_HDF5 = _IMP_integrative_docking.IMP_RMF_HAS_HDF5
627 
628 _IMP_integrative_docking.IMPRMF_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
629 IMPRMF_SHOW_WARNINGS = _IMP_integrative_docking.IMPRMF_SHOW_WARNINGS
630 import IMP.rmf
631 import RMF
632 
633 _IMP_integrative_docking.IMP_SAXS_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
634 IMP_SAXS_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_SAXS_HAS_IMP_CGAL
635 
636 _IMP_integrative_docking.IMP_SAXS_HAS_IMP_CONTAINER_swigconstant(_IMP_integrative_docking)
637 IMP_SAXS_HAS_IMP_CONTAINER = _IMP_integrative_docking.IMP_SAXS_HAS_IMP_CONTAINER
638 
639 _IMP_integrative_docking.IMP_SAXS_HAS_IMP_DISPLAY_swigconstant(_IMP_integrative_docking)
640 IMP_SAXS_HAS_IMP_DISPLAY = _IMP_integrative_docking.IMP_SAXS_HAS_IMP_DISPLAY
641 
642 _IMP_integrative_docking.IMP_SAXS_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
643 IMP_SAXS_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_SAXS_HAS_IMP_KERNEL
644 
645 _IMP_integrative_docking.IMP_SAXS_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
646 IMP_SAXS_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_SAXS_HAS_IMP_SCORE_FUNCTOR
647 
648 _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
649 IMP_SAXS_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_FILESYSTEM
650 
651 _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
652 IMP_SAXS_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_PROGRAMOPTIONS
653 
654 _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
655 IMP_SAXS_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_RANDOM
656 
657 _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
658 IMP_SAXS_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_REGEX
659 
660 _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
661 IMP_SAXS_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_SAXS_HAS_BOOST_SYSTEM
662 
663 _IMP_integrative_docking.IMP_SAXS_HAS_CGAL_swigconstant(_IMP_integrative_docking)
664 IMP_SAXS_HAS_CGAL = _IMP_integrative_docking.IMP_SAXS_HAS_CGAL
665 
666 _IMP_integrative_docking.IMP_SAXS_HAS_HDF5_swigconstant(_IMP_integrative_docking)
667 IMP_SAXS_HAS_HDF5 = _IMP_integrative_docking.IMP_SAXS_HAS_HDF5
668 
669 _IMP_integrative_docking.IMPSAXS_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
670 IMPSAXS_SHOW_WARNINGS = _IMP_integrative_docking.IMPSAXS_SHOW_WARNINGS
671 import IMP.saxs
672 
673 _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_ATOM_swigconstant(_IMP_integrative_docking)
674 IMP_DOMINO_HAS_IMP_ATOM = _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_ATOM
675 
676 _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
677 IMP_DOMINO_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_CGAL
678 
679 _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
680 IMP_DOMINO_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_KERNEL
681 
682 _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_RMF_swigconstant(_IMP_integrative_docking)
683 IMP_DOMINO_HAS_IMP_RMF = _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_RMF
684 
685 _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
686 IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR
687 
688 _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
689 IMP_DOMINO_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_FILESYSTEM
690 
691 _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_integrative_docking)
692 IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS = _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS
693 
694 _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
695 IMP_DOMINO_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_RANDOM
696 
697 _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
698 IMP_DOMINO_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_REGEX
699 
700 _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
701 IMP_DOMINO_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_DOMINO_HAS_BOOST_SYSTEM
702 
703 _IMP_integrative_docking.IMP_DOMINO_HAS_CGAL_swigconstant(_IMP_integrative_docking)
704 IMP_DOMINO_HAS_CGAL = _IMP_integrative_docking.IMP_DOMINO_HAS_CGAL
705 
706 _IMP_integrative_docking.IMP_DOMINO_HAS_HDF5_swigconstant(_IMP_integrative_docking)
707 IMP_DOMINO_HAS_HDF5 = _IMP_integrative_docking.IMP_DOMINO_HAS_HDF5
708 
709 _IMP_integrative_docking.IMP_DOMINO_HAS_RMF_swigconstant(_IMP_integrative_docking)
710 IMP_DOMINO_HAS_RMF = _IMP_integrative_docking.IMP_DOMINO_HAS_RMF
711 
712 _IMP_integrative_docking.IMPDOMINO_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
713 IMPDOMINO_SHOW_WARNINGS = _IMP_integrative_docking.IMPDOMINO_SHOW_WARNINGS
714 import RMF_HDF5
715 import IMP.domino
716 
717 _IMP_integrative_docking.IMP_EM2D_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
718 IMP_EM2D_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_EM2D_HAS_IMP_CGAL
719 
720 _IMP_integrative_docking.IMP_EM2D_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
721 IMP_EM2D_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_EM2D_HAS_IMP_KERNEL
722 
723 _IMP_integrative_docking.IMP_EM2D_HAS_IMP_RMF_swigconstant(_IMP_integrative_docking)
724 IMP_EM2D_HAS_IMP_RMF = _IMP_integrative_docking.IMP_EM2D_HAS_IMP_RMF
725 
726 _IMP_integrative_docking.IMP_EM2D_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
727 IMP_EM2D_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_EM2D_HAS_IMP_SCORE_FUNCTOR
728 
729 _IMP_integrative_docking.IMP_EM2D_HAS_IMP_STATISTICS_swigconstant(_IMP_integrative_docking)
730 IMP_EM2D_HAS_IMP_STATISTICS = _IMP_integrative_docking.IMP_EM2D_HAS_IMP_STATISTICS
731 
732 _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_GRAPH_swigconstant(_IMP_integrative_docking)
733 IMP_EM2D_HAS_BOOST_GRAPH = _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_GRAPH
734 
735 _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
736 IMP_EM2D_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_RANDOM
737 
738 _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
739 IMP_EM2D_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_REGEX
740 
741 _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
742 IMP_EM2D_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_EM2D_HAS_BOOST_SYSTEM
743 
744 _IMP_integrative_docking.IMP_EM2D_HAS_CGAL_swigconstant(_IMP_integrative_docking)
745 IMP_EM2D_HAS_CGAL = _IMP_integrative_docking.IMP_EM2D_HAS_CGAL
746 
747 _IMP_integrative_docking.IMP_EM2D_HAS_GSL_swigconstant(_IMP_integrative_docking)
748 IMP_EM2D_HAS_GSL = _IMP_integrative_docking.IMP_EM2D_HAS_GSL
749 
750 _IMP_integrative_docking.IMP_EM2D_HAS_HDF5_swigconstant(_IMP_integrative_docking)
751 IMP_EM2D_HAS_HDF5 = _IMP_integrative_docking.IMP_EM2D_HAS_HDF5
752 
753 _IMP_integrative_docking.IMP_EM2D_HAS_OPENCV22_swigconstant(_IMP_integrative_docking)
754 IMP_EM2D_HAS_OPENCV22 = _IMP_integrative_docking.IMP_EM2D_HAS_OPENCV22
755 
756 _IMP_integrative_docking.IMP_EM2D_HAS_RMF_swigconstant(_IMP_integrative_docking)
757 IMP_EM2D_HAS_RMF = _IMP_integrative_docking.IMP_EM2D_HAS_RMF
758 
759 _IMP_integrative_docking.IMP_EM2D_HAS_OPENCV21_swigconstant(_IMP_integrative_docking)
760 IMP_EM2D_HAS_OPENCV21 = _IMP_integrative_docking.IMP_EM2D_HAS_OPENCV21
761 
762 _IMP_integrative_docking.IMPEM2D_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
763 IMPEM2D_SHOW_WARNINGS = _IMP_integrative_docking.IMPEM2D_SHOW_WARNINGS
764 import IMP.em2d
765 
766 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_ALGEBRA_swigconstant(_IMP_integrative_docking)
767 IMP_INTEGRATIVE_DOCKING_HAS_IMP_ALGEBRA = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_ALGEBRA
768 
769 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_ATOM_swigconstant(_IMP_integrative_docking)
770 IMP_INTEGRATIVE_DOCKING_HAS_IMP_ATOM = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_ATOM
771 
772 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CGAL_swigconstant(_IMP_integrative_docking)
773 IMP_INTEGRATIVE_DOCKING_HAS_IMP_CGAL = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CGAL
774 
775 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CONTAINER_swigconstant(_IMP_integrative_docking)
776 IMP_INTEGRATIVE_DOCKING_HAS_IMP_CONTAINER = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CONTAINER
777 
778 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CORE_swigconstant(_IMP_integrative_docking)
779 IMP_INTEGRATIVE_DOCKING_HAS_IMP_CORE = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_CORE
780 
781 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_DISPLAY_swigconstant(_IMP_integrative_docking)
782 IMP_INTEGRATIVE_DOCKING_HAS_IMP_DISPLAY = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_DISPLAY
783 
784 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_DOMINO_swigconstant(_IMP_integrative_docking)
785 IMP_INTEGRATIVE_DOCKING_HAS_IMP_DOMINO = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_DOMINO
786 
787 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_GSL_swigconstant(_IMP_integrative_docking)
788 IMP_INTEGRATIVE_DOCKING_HAS_IMP_GSL = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_GSL
789 
790 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_KERNEL_swigconstant(_IMP_integrative_docking)
791 IMP_INTEGRATIVE_DOCKING_HAS_IMP_KERNEL = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_KERNEL
792 
793 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_RMF_swigconstant(_IMP_integrative_docking)
794 IMP_INTEGRATIVE_DOCKING_HAS_IMP_RMF = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_RMF
795 
796 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_integrative_docking)
797 IMP_INTEGRATIVE_DOCKING_HAS_IMP_SCORE_FUNCTOR = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_SCORE_FUNCTOR
798 
799 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_STATISTICS_swigconstant(_IMP_integrative_docking)
800 IMP_INTEGRATIVE_DOCKING_HAS_IMP_STATISTICS = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_IMP_STATISTICS
801 
802 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_integrative_docking)
803 IMP_INTEGRATIVE_DOCKING_HAS_BOOST_FILESYSTEM = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_FILESYSTEM
804 
805 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_GRAPH_swigconstant(_IMP_integrative_docking)
806 IMP_INTEGRATIVE_DOCKING_HAS_BOOST_GRAPH = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_GRAPH
807 
808 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_RANDOM_swigconstant(_IMP_integrative_docking)
809 IMP_INTEGRATIVE_DOCKING_HAS_BOOST_RANDOM = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_RANDOM
810 
811 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_REGEX_swigconstant(_IMP_integrative_docking)
812 IMP_INTEGRATIVE_DOCKING_HAS_BOOST_REGEX = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_REGEX
813 
814 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_SYSTEM_swigconstant(_IMP_integrative_docking)
815 IMP_INTEGRATIVE_DOCKING_HAS_BOOST_SYSTEM = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_BOOST_SYSTEM
816 
817 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_CGAL_swigconstant(_IMP_integrative_docking)
818 IMP_INTEGRATIVE_DOCKING_HAS_CGAL = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_CGAL
819 
820 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_FFTW3_swigconstant(_IMP_integrative_docking)
821 IMP_INTEGRATIVE_DOCKING_HAS_FFTW3 = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_FFTW3
822 
823 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_GSL_swigconstant(_IMP_integrative_docking)
824 IMP_INTEGRATIVE_DOCKING_HAS_GSL = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_GSL
825 
826 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_HDF5_swigconstant(_IMP_integrative_docking)
827 IMP_INTEGRATIVE_DOCKING_HAS_HDF5 = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_HDF5
828 
829 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_OPENCV22_swigconstant(_IMP_integrative_docking)
830 IMP_INTEGRATIVE_DOCKING_HAS_OPENCV22 = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_OPENCV22
831 
832 _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_RMF_swigconstant(_IMP_integrative_docking)
833 IMP_INTEGRATIVE_DOCKING_HAS_RMF = _IMP_integrative_docking.IMP_INTEGRATIVE_DOCKING_HAS_RMF
834 
835 _IMP_integrative_docking.IMPINTEGRATIVEDOCKING_SHOW_WARNINGS_swigconstant(_IMP_integrative_docking)
836 IMPINTEGRATIVEDOCKING_SHOW_WARNINGS = _IMP_integrative_docking.IMPINTEGRATIVEDOCKING_SHOW_WARNINGS
837 
838 def get_module_version():
839  """get_module_version() -> std::string const"""
840  return _IMP_integrative_docking.get_module_version()
841 
842 def get_example_path(fname):
843  """get_example_path(std::string fname) -> std::string"""
844  return _IMP_integrative_docking.get_example_path(fname)
845 
846 def get_data_path(fname):
847  """get_data_path(std::string fname) -> std::string"""
848  return _IMP_integrative_docking.get_data_path(fname)
849 from . import _version_check
850 _version_check.check_version(get_module_version())
851 __version__ = get_module_version()
852 
853 
854 
Restraints using electron microscopy 2D images (class averages).
Various classes to hold sets of particles.
Make CGAL functionality available to IMP.
Several general purpose optimizers from the GNU Scientific Library (GSL).
Composable functors to implement scores via compile-time composition.
Code to compute statistical measures.
Basic utilities for handling cryo-electron microscopy 3D density maps.
Basic functionality that is expected to be used by a wide variety of IMP users.
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Output IMP model data in various file formats.
Functionality for loading, creating, manipulating and scoring atomic structures.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
Support for the RMF file format for storing hierarchical molecular data and markup.
Divide-and-conquer inferential optimization in discrete space.
Support for small angle X-ray scattering (SAXS) data.