IMP logo
IMP Reference Guide  2.6.2
The Integrative Modeling Platform
scratch/__init__.py
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.8
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-2016 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_scratch', [dirname(__file__)])
23  except ImportError:
24  import _IMP_scratch
25  return _IMP_scratch
26  if fp is not None:
27  try:
28  _mod = imp.load_module('_IMP_scratch', fp, pathname, description)
29  finally:
30  fp.close()
31  return _mod
32  _IMP_scratch = swig_import_helper()
33  del swig_import_helper
34 else:
35  import _IMP_scratch
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 Exception:
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 Exception:
110  weakref_proxy = lambda x: x
111 
112 
113 class IMP_SCRATCH_SwigPyIterator(object):
114  """Proxy of C++ swig::IMP_SCRATCH_SwigPyIterator class."""
115 
116  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
117 
118  def __init__(self, *args, **kwargs):
119  raise AttributeError("No constructor defined - class is abstract")
120  __repr__ = _swig_repr
121  __swig_destroy__ = _IMP_scratch.delete_IMP_SCRATCH_SwigPyIterator
122  __del__ = lambda self: None
123 
124  def value(self):
125  """value(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
126  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_value(self)
127 
128 
129  def incr(self, n=1):
130  """
131  incr(IMP_SCRATCH_SwigPyIterator self, size_t n=1) -> IMP_SCRATCH_SwigPyIterator
132  incr(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator
133  """
134  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_incr(self, n)
135 
136 
137  def decr(self, n=1):
138  """
139  decr(IMP_SCRATCH_SwigPyIterator self, size_t n=1) -> IMP_SCRATCH_SwigPyIterator
140  decr(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator
141  """
142  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_decr(self, n)
143 
144 
145  def distance(self, x):
146  """distance(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> ptrdiff_t"""
147  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_distance(self, x)
148 
149 
150  def equal(self, x):
151  """equal(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
152  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_equal(self, x)
153 
154 
155  def copy(self):
156  """copy(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator"""
157  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_copy(self)
158 
159 
160  def next(self):
161  """next(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
162  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_next(self)
163 
164 
165  def __next__(self):
166  """__next__(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
167  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___next__(self)
168 
169 
170  def previous(self):
171  """previous(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
172  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_previous(self)
173 
174 
175  def advance(self, n):
176  """advance(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator"""
177  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_advance(self, n)
178 
179 
180  def __eq__(self, x):
181  """__eq__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
182  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___eq__(self, x)
183 
184 
185  def __ne__(self, x):
186  """__ne__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
187  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___ne__(self, x)
188 
189 
190  def __iadd__(self, n):
191  """__iadd__(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator"""
192  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___iadd__(self, n)
193 
194 
195  def __isub__(self, n):
196  """__isub__(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator"""
197  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___isub__(self, n)
198 
199 
200  def __add__(self, n):
201  """__add__(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator"""
202  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___add__(self, n)
203 
204 
205  def __sub__(self, *args):
206  """
207  __sub__(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator
208  __sub__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> ptrdiff_t
209  """
210  return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___sub__(self, *args)
211 
212  def __iter__(self):
213  return self
214 IMP_SCRATCH_SwigPyIterator_swigregister = _IMP_scratch.IMP_SCRATCH_SwigPyIterator_swigregister
215 IMP_SCRATCH_SwigPyIterator_swigregister(IMP_SCRATCH_SwigPyIterator)
216 
217 
218 _value_types=[]
219 _object_types=[]
220 _raii_types=[]
221 _plural_types=[]
222 
223 
224 _IMP_scratch.IMP_DEBUG_swigconstant(_IMP_scratch)
225 IMP_DEBUG = _IMP_scratch.IMP_DEBUG
226 
227 _IMP_scratch.IMP_RELEASE_swigconstant(_IMP_scratch)
228 IMP_RELEASE = _IMP_scratch.IMP_RELEASE
229 
230 _IMP_scratch.IMP_SILENT_swigconstant(_IMP_scratch)
231 IMP_SILENT = _IMP_scratch.IMP_SILENT
232 
233 _IMP_scratch.IMP_PROGRESS_swigconstant(_IMP_scratch)
234 IMP_PROGRESS = _IMP_scratch.IMP_PROGRESS
235 
236 _IMP_scratch.IMP_TERSE_swigconstant(_IMP_scratch)
237 IMP_TERSE = _IMP_scratch.IMP_TERSE
238 
239 _IMP_scratch.IMP_VERBOSE_swigconstant(_IMP_scratch)
240 IMP_VERBOSE = _IMP_scratch.IMP_VERBOSE
241 
242 _IMP_scratch.IMP_MEMORY_swigconstant(_IMP_scratch)
243 IMP_MEMORY = _IMP_scratch.IMP_MEMORY
244 
245 _IMP_scratch.IMP_NONE_swigconstant(_IMP_scratch)
246 IMP_NONE = _IMP_scratch.IMP_NONE
247 
248 _IMP_scratch.IMP_USAGE_swigconstant(_IMP_scratch)
249 IMP_USAGE = _IMP_scratch.IMP_USAGE
250 
251 _IMP_scratch.IMP_INTERNAL_swigconstant(_IMP_scratch)
252 IMP_INTERNAL = _IMP_scratch.IMP_INTERNAL
253 
254 _IMP_scratch.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_scratch)
255 IMP_KERNEL_HAS_LOG4CXX = _IMP_scratch.IMP_KERNEL_HAS_LOG4CXX
256 
257 _IMP_scratch.IMP_COMPILER_HAS_AUTO_swigconstant(_IMP_scratch)
258 IMP_COMPILER_HAS_AUTO = _IMP_scratch.IMP_COMPILER_HAS_AUTO
259 
260 _IMP_scratch.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_scratch)
261 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_scratch.IMP_COMPILER_HAS_DEBUG_VECTOR
262 
263 _IMP_scratch.IMP_COMPILER_HAS_UNIQUE_PTR_swigconstant(_IMP_scratch)
264 IMP_COMPILER_HAS_UNIQUE_PTR = _IMP_scratch.IMP_COMPILER_HAS_UNIQUE_PTR
265 
266 _IMP_scratch.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
267 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_scratch.IMP_KERNEL_HAS_BOOST_RANDOM
268 
269 _IMP_scratch.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_scratch)
270 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_scratch.IMP_KERNEL_HAS_GPERFTOOLS
271 
272 _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_scratch)
273 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
274 
275 _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_scratch)
276 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
277 
278 _IMP_scratch.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_scratch)
279 IMPKERNEL_SHOW_WARNINGS = _IMP_scratch.IMPKERNEL_SHOW_WARNINGS
280 
281 import sys
282 class _DirectorObjects(object):
283  """@internal Simple class to keep references to director objects
284  to prevent premature deletion."""
285  def __init__(self):
286  self._objects = []
287  def register(self, obj):
288  """Take a reference to a director object; will only work for
289  refcounted C++ classes"""
290  if hasattr(obj, 'get_ref_count'):
291  self._objects.append(obj)
292  def cleanup(self):
293  """Only drop our reference and allow cleanup by Python if no other
294  Python references exist (we hold 3 references: one in self._objects,
295  one in x, and one in the argument list for getrefcount) *and* no
296  other C++ references exist (the Python object always holds one)"""
297  objs = [x for x in self._objects if sys.getrefcount(x) > 3 \
298  or x.get_ref_count() > 1]
299 # Do in two steps so the references are kept until the end of the
300 # function (deleting references may trigger a fresh call to this method)
301  self._objects = objs
302  def get_object_count(self):
303  """Get number of director objects (useful for testing only)"""
304  return len(self._objects)
305 _director_objects = _DirectorObjects()
306 
307 class _ostream(object):
308  """Proxy of C++ std::ostream class."""
309 
310  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
311 
312  def __init__(self, *args, **kwargs):
313  raise AttributeError("No constructor defined")
314  __repr__ = _swig_repr
315 
316  def write(self, osa_buf):
317  """write(_ostream self, char const * osa_buf)"""
318  return _IMP_scratch._ostream_write(self, osa_buf)
319 
320 _ostream_swigregister = _IMP_scratch._ostream_swigregister
321 _ostream_swigregister(_ostream)
322 
323 
324 _IMP_scratch.IMP_COMPILER_HAS_OVERRIDE_swigconstant(_IMP_scratch)
325 IMP_COMPILER_HAS_OVERRIDE = _IMP_scratch.IMP_COMPILER_HAS_OVERRIDE
326 
327 _IMP_scratch.IMP_COMPILER_HAS_FINAL_swigconstant(_IMP_scratch)
328 IMP_COMPILER_HAS_FINAL = _IMP_scratch.IMP_COMPILER_HAS_FINAL
329 
330 _IMP_scratch.IMP_HAS_NOEXCEPT_swigconstant(_IMP_scratch)
331 IMP_HAS_NOEXCEPT = _IMP_scratch.IMP_HAS_NOEXCEPT
332 import IMP
333 
334 _IMP_scratch.IMP_CGAL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
335 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CGAL_HAS_BOOST_FILESYSTEM
336 
337 _IMP_scratch.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
338 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
339 
340 _IMP_scratch.IMP_CGAL_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
341 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CGAL_HAS_BOOST_RANDOM
342 
343 _IMP_scratch.IMP_CGAL_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
344 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CGAL_HAS_BOOST_SYSTEM
345 
346 _IMP_scratch.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_scratch)
347 IMPCGAL_SHOW_WARNINGS = _IMP_scratch.IMPCGAL_SHOW_WARNINGS
348 import IMP.cgal
349 
350 _IMP_scratch.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
351 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_scratch.IMP_ALGEBRA_HAS_IMP_CGAL
352 
353 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
354 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
355 
356 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
357 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
358 
359 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
360 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_RANDOM
361 
362 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
363 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_SYSTEM
364 
365 _IMP_scratch.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_scratch)
366 IMP_ALGEBRA_HAS_CGAL = _IMP_scratch.IMP_ALGEBRA_HAS_CGAL
367 
368 _IMP_scratch.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_scratch)
369 IMP_ALGEBRA_HAS_ANN = _IMP_scratch.IMP_ALGEBRA_HAS_ANN
370 
371 _IMP_scratch.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_scratch)
372 IMPALGEBRA_SHOW_WARNINGS = _IMP_scratch.IMPALGEBRA_SHOW_WARNINGS
373 import IMP.algebra
374 
375 _IMP_scratch.IMP_DISPLAY_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
376 IMP_DISPLAY_HAS_IMP_CGAL = _IMP_scratch.IMP_DISPLAY_HAS_IMP_CGAL
377 
378 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
379 IMP_DISPLAY_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_FILESYSTEM
380 
381 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
382 IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS
383 
384 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
385 IMP_DISPLAY_HAS_BOOST_RANDOM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_RANDOM
386 
387 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
388 IMP_DISPLAY_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_SYSTEM
389 
390 _IMP_scratch.IMP_DISPLAY_HAS_CGAL_swigconstant(_IMP_scratch)
391 IMP_DISPLAY_HAS_CGAL = _IMP_scratch.IMP_DISPLAY_HAS_CGAL
392 
393 _IMP_scratch.IMPDISPLAY_SHOW_WARNINGS_swigconstant(_IMP_scratch)
394 IMPDISPLAY_SHOW_WARNINGS = _IMP_scratch.IMPDISPLAY_SHOW_WARNINGS
395 import IMP.display
396 
397 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
398 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
399 
400 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
401 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
402 
403 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
404 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
405 
406 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
407 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
408 
409 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
410 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
411 
412 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_scratch)
413 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_CGAL
414 
415 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_scratch)
416 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_HDF5
417 
418 _IMP_scratch.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_scratch)
419 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_scratch.IMPSCOREFUNCTOR_SHOW_WARNINGS
420 import IMP.score_functor
421 
422 _IMP_scratch.IMP_CORE_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
423 IMP_CORE_HAS_IMP_CGAL = _IMP_scratch.IMP_CORE_HAS_IMP_CGAL
424 
425 _IMP_scratch.IMP_CORE_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
426 IMP_CORE_HAS_IMP_KERNEL = _IMP_scratch.IMP_CORE_HAS_IMP_KERNEL
427 
428 _IMP_scratch.IMP_CORE_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
429 IMP_CORE_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CORE_HAS_BOOST_FILESYSTEM
430 
431 _IMP_scratch.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
432 IMP_CORE_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS
433 
434 _IMP_scratch.IMP_CORE_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
435 IMP_CORE_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CORE_HAS_BOOST_RANDOM
436 
437 _IMP_scratch.IMP_CORE_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
438 IMP_CORE_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CORE_HAS_BOOST_SYSTEM
439 
440 _IMP_scratch.IMP_CORE_HAS_CGAL_swigconstant(_IMP_scratch)
441 IMP_CORE_HAS_CGAL = _IMP_scratch.IMP_CORE_HAS_CGAL
442 
443 _IMP_scratch.IMP_CORE_HAS_HDF5_swigconstant(_IMP_scratch)
444 IMP_CORE_HAS_HDF5 = _IMP_scratch.IMP_CORE_HAS_HDF5
445 
446 _IMP_scratch.IMPCORE_SHOW_WARNINGS_swigconstant(_IMP_scratch)
447 IMPCORE_SHOW_WARNINGS = _IMP_scratch.IMPCORE_SHOW_WARNINGS
448 import IMP.core
449 
450 _IMP_scratch.IMP_CONTAINER_HAS_IMP_ALGEBRA_swigconstant(_IMP_scratch)
451 IMP_CONTAINER_HAS_IMP_ALGEBRA = _IMP_scratch.IMP_CONTAINER_HAS_IMP_ALGEBRA
452 
453 _IMP_scratch.IMP_CONTAINER_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
454 IMP_CONTAINER_HAS_IMP_CGAL = _IMP_scratch.IMP_CONTAINER_HAS_IMP_CGAL
455 
456 _IMP_scratch.IMP_CONTAINER_HAS_IMP_DISPLAY_swigconstant(_IMP_scratch)
457 IMP_CONTAINER_HAS_IMP_DISPLAY = _IMP_scratch.IMP_CONTAINER_HAS_IMP_DISPLAY
458 
459 _IMP_scratch.IMP_CONTAINER_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
460 IMP_CONTAINER_HAS_IMP_KERNEL = _IMP_scratch.IMP_CONTAINER_HAS_IMP_KERNEL
461 
462 _IMP_scratch.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_scratch)
463 IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR = _IMP_scratch.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR
464 
465 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
466 IMP_CONTAINER_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_FILESYSTEM
467 
468 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
469 IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS
470 
471 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
472 IMP_CONTAINER_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_RANDOM
473 
474 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
475 IMP_CONTAINER_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_SYSTEM
476 
477 _IMP_scratch.IMP_CONTAINER_HAS_CGAL_swigconstant(_IMP_scratch)
478 IMP_CONTAINER_HAS_CGAL = _IMP_scratch.IMP_CONTAINER_HAS_CGAL
479 
480 _IMP_scratch.IMP_CONTAINER_HAS_HDF5_swigconstant(_IMP_scratch)
481 IMP_CONTAINER_HAS_HDF5 = _IMP_scratch.IMP_CONTAINER_HAS_HDF5
482 
483 _IMP_scratch.IMPCONTAINER_SHOW_WARNINGS_swigconstant(_IMP_scratch)
484 IMPCONTAINER_SHOW_WARNINGS = _IMP_scratch.IMPCONTAINER_SHOW_WARNINGS
485 import IMP.container
486 
487 _IMP_scratch.IMP_SCRATCH_HAS_IMP_ALGEBRA_swigconstant(_IMP_scratch)
488 IMP_SCRATCH_HAS_IMP_ALGEBRA = _IMP_scratch.IMP_SCRATCH_HAS_IMP_ALGEBRA
489 
490 _IMP_scratch.IMP_SCRATCH_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
491 IMP_SCRATCH_HAS_IMP_CGAL = _IMP_scratch.IMP_SCRATCH_HAS_IMP_CGAL
492 
493 _IMP_scratch.IMP_SCRATCH_HAS_IMP_DISPLAY_swigconstant(_IMP_scratch)
494 IMP_SCRATCH_HAS_IMP_DISPLAY = _IMP_scratch.IMP_SCRATCH_HAS_IMP_DISPLAY
495 
496 _IMP_scratch.IMP_SCRATCH_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
497 IMP_SCRATCH_HAS_IMP_KERNEL = _IMP_scratch.IMP_SCRATCH_HAS_IMP_KERNEL
498 
499 _IMP_scratch.IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_scratch)
500 IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR = _IMP_scratch.IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR
501 
502 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
503 IMP_SCRATCH_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_FILESYSTEM
504 
505 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
506 IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS
507 
508 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
509 IMP_SCRATCH_HAS_BOOST_RANDOM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_RANDOM
510 
511 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
512 IMP_SCRATCH_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_SYSTEM
513 
514 _IMP_scratch.IMP_SCRATCH_HAS_CGAL_swigconstant(_IMP_scratch)
515 IMP_SCRATCH_HAS_CGAL = _IMP_scratch.IMP_SCRATCH_HAS_CGAL
516 
517 _IMP_scratch.IMP_SCRATCH_HAS_HDF5_swigconstant(_IMP_scratch)
518 IMP_SCRATCH_HAS_HDF5 = _IMP_scratch.IMP_SCRATCH_HAS_HDF5
519 
520 _IMP_scratch.IMPSCRATCH_SHOW_WARNINGS_swigconstant(_IMP_scratch)
521 IMPSCRATCH_SHOW_WARNINGS = _IMP_scratch.IMPSCRATCH_SHOW_WARNINGS
522 
523 def get_module_version():
524  """get_module_version() -> std::string const"""
525  return _IMP_scratch.get_module_version()
526 
527 def get_example_path(fname):
528  """get_example_path(std::string fname) -> std::string"""
529  return _IMP_scratch.get_example_path(fname)
530 
531 def get_data_path(fname):
532  """get_data_path(std::string fname) -> std::string"""
533  return _IMP_scratch.get_data_path(fname)
534 
535 from . import _version_check
536 _version_check.check_version(get_module_version())
537 __version__ = get_module_version()
538 
539 
540 
Various classes to hold sets of particles.
Make CGAL functionality available to IMP.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Composable functors to implement scores via compile-time composition.
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...
Output IMP model data in various file formats.