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