10 from __future__
import print_function, division, absolute_import
15 from sys
import version_info
16 if version_info >= (2, 6, 0):
17 def swig_import_helper():
18 from os.path
import dirname
22 fp, pathname, description = imp.find_module(
'_IMP_scratch', [dirname(__file__)])
28 _mod = imp.load_module(
'_IMP_scratch', fp, pathname, description)
32 _IMP_scratch = swig_import_helper()
33 del swig_import_helper
38 _swig_property = property
43 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
44 if (name ==
"thisown"):
45 return self.this.own(value)
47 if type(value).__name__ ==
'SwigPyObject':
48 self.__dict__[name] = value
50 method = class_type.__swig_setmethods__.get(name,
None)
52 return method(self, value)
54 object.__setattr__(self, name, value)
56 raise AttributeError(
"You cannot add attributes to %s" % self)
59 def _swig_setattr(self, class_type, name, value):
60 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
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)
70 return object.__getattr__(self, name)
72 raise AttributeError(name)
74 def _swig_getattr(self, class_type, name):
75 return _swig_getattr_nondynamic(self, class_type, name, 0)
80 strthis =
"proxy of " + self.this.__repr__()
83 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
88 except AttributeError:
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)
102 raise AttributeError(
"You cannot add attributes to %s" % self)
108 weakref_proxy = weakref.proxy
110 weakref_proxy =
lambda x: x
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')
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
124 """value(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
125 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_value(self)
130 incr(IMP_SCRATCH_SwigPyIterator self, size_t n=1) -> IMP_SCRATCH_SwigPyIterator
131 incr(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator
133 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_incr(self, n)
138 decr(IMP_SCRATCH_SwigPyIterator self, size_t n=1) -> IMP_SCRATCH_SwigPyIterator
139 decr(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator
141 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_decr(self, n)
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)
150 """equal(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
151 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_equal(self, x)
155 """copy(IMP_SCRATCH_SwigPyIterator self) -> IMP_SCRATCH_SwigPyIterator"""
156 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_copy(self)
160 """next(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
161 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_next(self)
165 """__next__(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
166 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___next__(self)
170 """previous(IMP_SCRATCH_SwigPyIterator self) -> PyObject *"""
171 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator_previous(self)
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)
180 """__eq__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
181 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___eq__(self, x)
185 """__ne__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> bool"""
186 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___ne__(self, x)
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)
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)
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)
204 def __sub__(self, *args):
206 __sub__(IMP_SCRATCH_SwigPyIterator self, ptrdiff_t n) -> IMP_SCRATCH_SwigPyIterator
207 __sub__(IMP_SCRATCH_SwigPyIterator self, IMP_SCRATCH_SwigPyIterator x) -> ptrdiff_t
209 return _IMP_scratch.IMP_SCRATCH_SwigPyIterator___sub__(self, *args)
213 IMP_SCRATCH_SwigPyIterator_swigregister = _IMP_scratch.IMP_SCRATCH_SwigPyIterator_swigregister
214 IMP_SCRATCH_SwigPyIterator_swigregister(IMP_SCRATCH_SwigPyIterator)
222 _IMP_scratch.IMP_DEBUG_swigconstant(_IMP_scratch)
223 IMP_DEBUG = _IMP_scratch.IMP_DEBUG
225 _IMP_scratch.IMP_RELEASE_swigconstant(_IMP_scratch)
226 IMP_RELEASE = _IMP_scratch.IMP_RELEASE
228 _IMP_scratch.IMP_SILENT_swigconstant(_IMP_scratch)
229 IMP_SILENT = _IMP_scratch.IMP_SILENT
231 _IMP_scratch.IMP_PROGRESS_swigconstant(_IMP_scratch)
232 IMP_PROGRESS = _IMP_scratch.IMP_PROGRESS
234 _IMP_scratch.IMP_TERSE_swigconstant(_IMP_scratch)
235 IMP_TERSE = _IMP_scratch.IMP_TERSE
237 _IMP_scratch.IMP_VERBOSE_swigconstant(_IMP_scratch)
238 IMP_VERBOSE = _IMP_scratch.IMP_VERBOSE
240 _IMP_scratch.IMP_MEMORY_swigconstant(_IMP_scratch)
241 IMP_MEMORY = _IMP_scratch.IMP_MEMORY
243 _IMP_scratch.IMP_NONE_swigconstant(_IMP_scratch)
244 IMP_NONE = _IMP_scratch.IMP_NONE
246 _IMP_scratch.IMP_USAGE_swigconstant(_IMP_scratch)
247 IMP_USAGE = _IMP_scratch.IMP_USAGE
249 _IMP_scratch.IMP_INTERNAL_swigconstant(_IMP_scratch)
250 IMP_INTERNAL = _IMP_scratch.IMP_INTERNAL
252 _IMP_scratch.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_scratch)
253 IMP_KERNEL_HAS_LOG4CXX = _IMP_scratch.IMP_KERNEL_HAS_LOG4CXX
255 _IMP_scratch.IMP_COMPILER_HAS_AUTO_swigconstant(_IMP_scratch)
256 IMP_COMPILER_HAS_AUTO = _IMP_scratch.IMP_COMPILER_HAS_AUTO
258 _IMP_scratch.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_scratch)
259 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_scratch.IMP_COMPILER_HAS_DEBUG_VECTOR
261 _IMP_scratch.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
262 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_scratch.IMP_KERNEL_HAS_BOOST_RANDOM
264 _IMP_scratch.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_scratch)
265 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_scratch.IMP_KERNEL_HAS_GPERFTOOLS
267 _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_scratch)
268 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
270 _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_scratch)
271 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_scratch.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
273 _IMP_scratch.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_scratch)
274 IMPKERNEL_SHOW_WARNINGS = _IMP_scratch.IMPKERNEL_SHOW_WARNINGS
276 class _DirectorObjects(object):
277 """@internal Simple class to keep references to director objects
278 to prevent premature deletion."""
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)
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]
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()
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')
305 def __init__(self, *args, **kwargs):
306 raise AttributeError(
"No constructor defined")
307 __repr__ = _swig_repr
309 def write(self, osa_buf):
310 """write(_ostream self, char const * osa_buf)"""
311 return _IMP_scratch._ostream_write(self, osa_buf)
313 _ostream_swigregister = _IMP_scratch._ostream_swigregister
314 _ostream_swigregister(_ostream)
317 _IMP_scratch.IMP_COMPILER_HAS_OVERRIDE_swigconstant(_IMP_scratch)
318 IMP_COMPILER_HAS_OVERRIDE = _IMP_scratch.IMP_COMPILER_HAS_OVERRIDE
320 _IMP_scratch.IMP_COMPILER_HAS_FINAL_swigconstant(_IMP_scratch)
321 IMP_COMPILER_HAS_FINAL = _IMP_scratch.IMP_COMPILER_HAS_FINAL
323 _IMP_scratch.IMP_HAS_NOEXCEPT_swigconstant(_IMP_scratch)
324 IMP_HAS_NOEXCEPT = _IMP_scratch.IMP_HAS_NOEXCEPT
327 _IMP_scratch.IMP_CGAL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
328 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CGAL_HAS_BOOST_FILESYSTEM
330 _IMP_scratch.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
331 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
333 _IMP_scratch.IMP_CGAL_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
334 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CGAL_HAS_BOOST_RANDOM
336 _IMP_scratch.IMP_CGAL_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
337 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CGAL_HAS_BOOST_SYSTEM
339 _IMP_scratch.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_scratch)
340 IMPCGAL_SHOW_WARNINGS = _IMP_scratch.IMPCGAL_SHOW_WARNINGS
343 _IMP_scratch.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
344 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_scratch.IMP_ALGEBRA_HAS_IMP_CGAL
346 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
347 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
349 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
350 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
352 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
353 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_RANDOM
355 _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
356 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_ALGEBRA_HAS_BOOST_SYSTEM
358 _IMP_scratch.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_scratch)
359 IMP_ALGEBRA_HAS_CGAL = _IMP_scratch.IMP_ALGEBRA_HAS_CGAL
361 _IMP_scratch.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_scratch)
362 IMP_ALGEBRA_HAS_ANN = _IMP_scratch.IMP_ALGEBRA_HAS_ANN
364 _IMP_scratch.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_scratch)
365 IMPALGEBRA_SHOW_WARNINGS = _IMP_scratch.IMPALGEBRA_SHOW_WARNINGS
368 _IMP_scratch.IMP_DISPLAY_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
369 IMP_DISPLAY_HAS_IMP_CGAL = _IMP_scratch.IMP_DISPLAY_HAS_IMP_CGAL
371 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
372 IMP_DISPLAY_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_FILESYSTEM
374 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
375 IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS
377 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
378 IMP_DISPLAY_HAS_BOOST_RANDOM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_RANDOM
380 _IMP_scratch.IMP_DISPLAY_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
381 IMP_DISPLAY_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_DISPLAY_HAS_BOOST_SYSTEM
383 _IMP_scratch.IMP_DISPLAY_HAS_CGAL_swigconstant(_IMP_scratch)
384 IMP_DISPLAY_HAS_CGAL = _IMP_scratch.IMP_DISPLAY_HAS_CGAL
386 _IMP_scratch.IMPDISPLAY_SHOW_WARNINGS_swigconstant(_IMP_scratch)
387 IMPDISPLAY_SHOW_WARNINGS = _IMP_scratch.IMPDISPLAY_SHOW_WARNINGS
390 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
391 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
393 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
394 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
396 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
397 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
399 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
400 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
402 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
403 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
405 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_scratch)
406 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_CGAL
408 _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_scratch)
409 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_scratch.IMP_SCORE_FUNCTOR_HAS_HDF5
411 _IMP_scratch.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_scratch)
412 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_scratch.IMPSCOREFUNCTOR_SHOW_WARNINGS
415 _IMP_scratch.IMP_CORE_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
416 IMP_CORE_HAS_IMP_CGAL = _IMP_scratch.IMP_CORE_HAS_IMP_CGAL
418 _IMP_scratch.IMP_CORE_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
419 IMP_CORE_HAS_IMP_KERNEL = _IMP_scratch.IMP_CORE_HAS_IMP_KERNEL
421 _IMP_scratch.IMP_CORE_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
422 IMP_CORE_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CORE_HAS_BOOST_FILESYSTEM
424 _IMP_scratch.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
425 IMP_CORE_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS
427 _IMP_scratch.IMP_CORE_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
428 IMP_CORE_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CORE_HAS_BOOST_RANDOM
430 _IMP_scratch.IMP_CORE_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
431 IMP_CORE_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CORE_HAS_BOOST_SYSTEM
433 _IMP_scratch.IMP_CORE_HAS_CGAL_swigconstant(_IMP_scratch)
434 IMP_CORE_HAS_CGAL = _IMP_scratch.IMP_CORE_HAS_CGAL
436 _IMP_scratch.IMP_CORE_HAS_HDF5_swigconstant(_IMP_scratch)
437 IMP_CORE_HAS_HDF5 = _IMP_scratch.IMP_CORE_HAS_HDF5
439 _IMP_scratch.IMPCORE_SHOW_WARNINGS_swigconstant(_IMP_scratch)
440 IMPCORE_SHOW_WARNINGS = _IMP_scratch.IMPCORE_SHOW_WARNINGS
443 _IMP_scratch.IMP_CONTAINER_HAS_IMP_ALGEBRA_swigconstant(_IMP_scratch)
444 IMP_CONTAINER_HAS_IMP_ALGEBRA = _IMP_scratch.IMP_CONTAINER_HAS_IMP_ALGEBRA
446 _IMP_scratch.IMP_CONTAINER_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
447 IMP_CONTAINER_HAS_IMP_CGAL = _IMP_scratch.IMP_CONTAINER_HAS_IMP_CGAL
449 _IMP_scratch.IMP_CONTAINER_HAS_IMP_DISPLAY_swigconstant(_IMP_scratch)
450 IMP_CONTAINER_HAS_IMP_DISPLAY = _IMP_scratch.IMP_CONTAINER_HAS_IMP_DISPLAY
452 _IMP_scratch.IMP_CONTAINER_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
453 IMP_CONTAINER_HAS_IMP_KERNEL = _IMP_scratch.IMP_CONTAINER_HAS_IMP_KERNEL
455 _IMP_scratch.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_scratch)
456 IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR = _IMP_scratch.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR
458 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
459 IMP_CONTAINER_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_FILESYSTEM
461 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
462 IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS
464 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
465 IMP_CONTAINER_HAS_BOOST_RANDOM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_RANDOM
467 _IMP_scratch.IMP_CONTAINER_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
468 IMP_CONTAINER_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_CONTAINER_HAS_BOOST_SYSTEM
470 _IMP_scratch.IMP_CONTAINER_HAS_CGAL_swigconstant(_IMP_scratch)
471 IMP_CONTAINER_HAS_CGAL = _IMP_scratch.IMP_CONTAINER_HAS_CGAL
473 _IMP_scratch.IMP_CONTAINER_HAS_HDF5_swigconstant(_IMP_scratch)
474 IMP_CONTAINER_HAS_HDF5 = _IMP_scratch.IMP_CONTAINER_HAS_HDF5
476 _IMP_scratch.IMPCONTAINER_SHOW_WARNINGS_swigconstant(_IMP_scratch)
477 IMPCONTAINER_SHOW_WARNINGS = _IMP_scratch.IMPCONTAINER_SHOW_WARNINGS
480 _IMP_scratch.IMP_SCRATCH_HAS_IMP_ALGEBRA_swigconstant(_IMP_scratch)
481 IMP_SCRATCH_HAS_IMP_ALGEBRA = _IMP_scratch.IMP_SCRATCH_HAS_IMP_ALGEBRA
483 _IMP_scratch.IMP_SCRATCH_HAS_IMP_CGAL_swigconstant(_IMP_scratch)
484 IMP_SCRATCH_HAS_IMP_CGAL = _IMP_scratch.IMP_SCRATCH_HAS_IMP_CGAL
486 _IMP_scratch.IMP_SCRATCH_HAS_IMP_DISPLAY_swigconstant(_IMP_scratch)
487 IMP_SCRATCH_HAS_IMP_DISPLAY = _IMP_scratch.IMP_SCRATCH_HAS_IMP_DISPLAY
489 _IMP_scratch.IMP_SCRATCH_HAS_IMP_KERNEL_swigconstant(_IMP_scratch)
490 IMP_SCRATCH_HAS_IMP_KERNEL = _IMP_scratch.IMP_SCRATCH_HAS_IMP_KERNEL
492 _IMP_scratch.IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_scratch)
493 IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR = _IMP_scratch.IMP_SCRATCH_HAS_IMP_SCORE_FUNCTOR
495 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_scratch)
496 IMP_SCRATCH_HAS_BOOST_FILESYSTEM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_FILESYSTEM
498 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_scratch)
499 IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_PROGRAMOPTIONS
501 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_RANDOM_swigconstant(_IMP_scratch)
502 IMP_SCRATCH_HAS_BOOST_RANDOM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_RANDOM
504 _IMP_scratch.IMP_SCRATCH_HAS_BOOST_SYSTEM_swigconstant(_IMP_scratch)
505 IMP_SCRATCH_HAS_BOOST_SYSTEM = _IMP_scratch.IMP_SCRATCH_HAS_BOOST_SYSTEM
507 _IMP_scratch.IMP_SCRATCH_HAS_CGAL_swigconstant(_IMP_scratch)
508 IMP_SCRATCH_HAS_CGAL = _IMP_scratch.IMP_SCRATCH_HAS_CGAL
510 _IMP_scratch.IMP_SCRATCH_HAS_HDF5_swigconstant(_IMP_scratch)
511 IMP_SCRATCH_HAS_HDF5 = _IMP_scratch.IMP_SCRATCH_HAS_HDF5
513 _IMP_scratch.IMPSCRATCH_SHOW_WARNINGS_swigconstant(_IMP_scratch)
514 IMPSCRATCH_SHOW_WARNINGS = _IMP_scratch.IMPSCRATCH_SHOW_WARNINGS
516 def get_module_version():
517 """get_module_version() -> std::string const"""
518 return _IMP_scratch.get_module_version()
521 """get_example_path(std::string fname) -> std::string"""
522 return _IMP_scratch.get_example_path(fname)
525 """get_data_path(std::string fname) -> std::string"""
526 return _IMP_scratch.get_data_path(fname)
527 from .
import _version_check
528 _version_check.check_version(get_module_version())
529 __version__ = get_module_version()
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.