11 from __future__
import print_function, division, absolute_import
17 from sys
import version_info
18 if version_info >= (2, 6, 0):
19 def swig_import_helper():
20 from os.path
import dirname
24 fp, pathname, description = imp.find_module(
'_IMP_score_functor', [dirname(__file__)])
26 import _IMP_score_functor
27 return _IMP_score_functor
30 _mod = imp.load_module(
'_IMP_score_functor', fp, pathname, description)
34 _IMP_score_functor = swig_import_helper()
35 del swig_import_helper
37 import _IMP_score_functor
40 _swig_property = property
45 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
46 if (name ==
"thisown"):
47 return self.this.own(value)
49 if type(value).__name__ ==
'SwigPyObject':
50 self.__dict__[name] = value
52 method = class_type.__swig_setmethods__.get(name,
None)
54 return method(self, value)
56 object.__setattr__(self, name, value)
58 raise AttributeError(
"You cannot add attributes to %s" % self)
61 def _swig_setattr(self, class_type, name, value):
62 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
65 def _swig_getattr_nondynamic(self, class_type, name, static=1):
66 if (name ==
"thisown"):
67 return self.this.own()
68 method = class_type.__swig_getmethods__.get(name,
None)
72 return object.__getattr__(self, name)
74 raise AttributeError(name)
76 def _swig_getattr(self, class_type, name):
77 return _swig_getattr_nondynamic(self, class_type, name, 0)
82 strthis =
"proxy of " + self.this.__repr__()
85 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
90 except AttributeError:
97 def _swig_setattr_nondynamic_method(set):
98 def set_attr(self, name, value):
99 if (name ==
"thisown"):
100 return self.this.own(value)
101 if hasattr(self, name)
or (name ==
"this"):
102 set(self, name, value)
104 raise AttributeError(
"You cannot add attributes to %s" % self)
110 weakref_proxy = weakref.proxy
112 weakref_proxy =
lambda x: x
115 class IMP_SCORE_FUNCTOR_SwigPyIterator(object):
116 """Proxy of C++ swig::IMP_SCORE_FUNCTOR_SwigPyIterator class"""
117 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
119 def __init__(self, *args, **kwargs):
120 raise AttributeError(
"No constructor defined - class is abstract")
121 __repr__ = _swig_repr
122 __swig_destroy__ = _IMP_score_functor.delete_IMP_SCORE_FUNCTOR_SwigPyIterator
123 __del__ =
lambda self:
None
126 """value(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
127 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_value(self)
132 incr(IMP_SCORE_FUNCTOR_SwigPyIterator self, size_t n=1) -> IMP_SCORE_FUNCTOR_SwigPyIterator
133 incr(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator
135 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_incr(self, n)
140 decr(IMP_SCORE_FUNCTOR_SwigPyIterator self, size_t n=1) -> IMP_SCORE_FUNCTOR_SwigPyIterator
141 decr(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator
143 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_decr(self, n)
146 def distance(self, x):
147 """distance(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> ptrdiff_t"""
148 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_distance(self, x)
152 """equal(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
153 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_equal(self, x)
157 """copy(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
158 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_copy(self)
162 """next(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
163 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_next(self)
167 """__next__(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
168 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___next__(self)
172 """previous(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
173 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_previous(self)
176 def advance(self, n):
177 """advance(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
178 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_advance(self, n)
182 """__eq__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
183 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___eq__(self, x)
187 """__ne__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
188 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___ne__(self, x)
191 def __iadd__(self, n):
192 """__iadd__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
193 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___iadd__(self, n)
196 def __isub__(self, n):
197 """__isub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
198 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___isub__(self, n)
201 def __add__(self, n):
202 """__add__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
203 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___add__(self, n)
206 def __sub__(self, *args):
208 __sub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator
209 __sub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> ptrdiff_t
211 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___sub__(self, *args)
215 IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister = _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister
216 IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister(IMP_SCORE_FUNCTOR_SwigPyIterator)
225 _IMP_score_functor.IMP_DEBUG_swigconstant(_IMP_score_functor)
226 IMP_DEBUG = _IMP_score_functor.IMP_DEBUG
228 _IMP_score_functor.IMP_RELEASE_swigconstant(_IMP_score_functor)
229 IMP_RELEASE = _IMP_score_functor.IMP_RELEASE
231 _IMP_score_functor.IMP_SILENT_swigconstant(_IMP_score_functor)
232 IMP_SILENT = _IMP_score_functor.IMP_SILENT
234 _IMP_score_functor.IMP_PROGRESS_swigconstant(_IMP_score_functor)
235 IMP_PROGRESS = _IMP_score_functor.IMP_PROGRESS
237 _IMP_score_functor.IMP_TERSE_swigconstant(_IMP_score_functor)
238 IMP_TERSE = _IMP_score_functor.IMP_TERSE
240 _IMP_score_functor.IMP_VERBOSE_swigconstant(_IMP_score_functor)
241 IMP_VERBOSE = _IMP_score_functor.IMP_VERBOSE
243 _IMP_score_functor.IMP_MEMORY_swigconstant(_IMP_score_functor)
244 IMP_MEMORY = _IMP_score_functor.IMP_MEMORY
246 _IMP_score_functor.IMP_NONE_swigconstant(_IMP_score_functor)
247 IMP_NONE = _IMP_score_functor.IMP_NONE
249 _IMP_score_functor.IMP_USAGE_swigconstant(_IMP_score_functor)
250 IMP_USAGE = _IMP_score_functor.IMP_USAGE
252 _IMP_score_functor.IMP_INTERNAL_swigconstant(_IMP_score_functor)
253 IMP_INTERNAL = _IMP_score_functor.IMP_INTERNAL
255 _IMP_score_functor.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_score_functor)
256 IMP_KERNEL_HAS_LOG4CXX = _IMP_score_functor.IMP_KERNEL_HAS_LOG4CXX
258 _IMP_score_functor.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_score_functor)
259 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_score_functor.IMP_COMPILER_HAS_DEBUG_VECTOR
261 _IMP_score_functor.IMP_COMPILER_HAS_RANDOM_SHUFFLE_swigconstant(_IMP_score_functor)
262 IMP_COMPILER_HAS_RANDOM_SHUFFLE = _IMP_score_functor.IMP_COMPILER_HAS_RANDOM_SHUFFLE
264 _IMP_score_functor.IMP_COMPILER_HAS_THREE_WAY_swigconstant(_IMP_score_functor)
265 IMP_COMPILER_HAS_THREE_WAY = _IMP_score_functor.IMP_COMPILER_HAS_THREE_WAY
267 _IMP_score_functor.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
268 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_KERNEL_HAS_BOOST_RANDOM
270 _IMP_score_functor.IMP_KERNEL_HAS_NUMPY_swigconstant(_IMP_score_functor)
271 IMP_KERNEL_HAS_NUMPY = _IMP_score_functor.IMP_KERNEL_HAS_NUMPY
273 _IMP_score_functor.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_score_functor)
274 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_score_functor.IMP_KERNEL_HAS_GPERFTOOLS
276 _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_score_functor)
277 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
279 _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_score_functor)
280 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
282 _IMP_score_functor.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
283 IMPKERNEL_SHOW_WARNINGS = _IMP_score_functor.IMPKERNEL_SHOW_WARNINGS
286 class _DirectorObjects(object):
287 """@internal Simple class to keep references to director objects
288 to prevent premature deletion."""
291 def register(self, obj):
292 """Take a reference to a director object; will only work for
293 refcounted C++ classes"""
294 if hasattr(obj,
'get_ref_count'):
295 self._objects.append(obj)
297 """Only drop our reference and allow cleanup by Python if no other
298 Python references exist (we hold 3 references: one in self._objects,
299 one in x, and one in the argument list for getrefcount) *and* no
300 other C++ references exist (the Python object always holds one)"""
301 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
302 or x.get_ref_count() > 1]
306 def get_object_count(self):
307 """Get number of director objects (useful for testing only)"""
308 return len(self._objects)
309 _director_objects = _DirectorObjects()
311 class _ostream(object):
312 """Proxy of C++ std::ostream class"""
313 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
315 def __init__(self, *args, **kwargs):
316 raise AttributeError(
"No constructor defined")
317 __repr__ = _swig_repr
319 def write(self, osa_buf):
320 """write(_ostream self, char const * osa_buf)"""
321 return _IMP_score_functor._ostream_write(self, osa_buf)
323 _ostream_swigregister = _IMP_score_functor._ostream_swigregister
324 _ostream_swigregister(_ostream)
327 _IMP_score_functor.IMP_HAS_NOEXCEPT_swigconstant(_IMP_score_functor)
328 IMP_HAS_NOEXCEPT = _IMP_score_functor.IMP_HAS_NOEXCEPT
330 _IMP_score_functor.IMP_C_OPEN_BINARY_swigconstant(_IMP_score_functor)
331 IMP_C_OPEN_BINARY = _IMP_score_functor.IMP_C_OPEN_BINARY
334 _IMP_score_functor.IMP_CGAL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_score_functor)
335 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_FILESYSTEM
337 _IMP_score_functor.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_score_functor)
338 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
340 _IMP_score_functor.IMP_CGAL_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
341 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_RANDOM
343 _IMP_score_functor.IMP_CGAL_HAS_BOOST_SERIALIZATION_swigconstant(_IMP_score_functor)
344 IMP_CGAL_HAS_BOOST_SERIALIZATION = _IMP_score_functor.IMP_CGAL_HAS_BOOST_SERIALIZATION
346 _IMP_score_functor.IMP_CGAL_HAS_BOOST_SYSTEM_swigconstant(_IMP_score_functor)
347 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_SYSTEM
349 _IMP_score_functor.IMP_CGAL_HAS_NUMPY_swigconstant(_IMP_score_functor)
350 IMP_CGAL_HAS_NUMPY = _IMP_score_functor.IMP_CGAL_HAS_NUMPY
352 _IMP_score_functor.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
353 IMPCGAL_SHOW_WARNINGS = _IMP_score_functor.IMPCGAL_SHOW_WARNINGS
356 _IMP_score_functor.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_score_functor)
357 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_IMP_CGAL
359 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_score_functor)
360 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
362 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_score_functor)
363 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
365 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
366 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_RANDOM
368 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SERIALIZATION_swigconstant(_IMP_score_functor)
369 IMP_ALGEBRA_HAS_BOOST_SERIALIZATION = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SERIALIZATION
371 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_score_functor)
372 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SYSTEM
374 _IMP_score_functor.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_score_functor)
375 IMP_ALGEBRA_HAS_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_CGAL
377 _IMP_score_functor.IMP_ALGEBRA_HAS_NUMPY_swigconstant(_IMP_score_functor)
378 IMP_ALGEBRA_HAS_NUMPY = _IMP_score_functor.IMP_ALGEBRA_HAS_NUMPY
380 _IMP_score_functor.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_score_functor)
381 IMP_ALGEBRA_HAS_ANN = _IMP_score_functor.IMP_ALGEBRA_HAS_ANN
383 _IMP_score_functor.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
384 IMPALGEBRA_SHOW_WARNINGS = _IMP_score_functor.IMPALGEBRA_SHOW_WARNINGS
387 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_score_functor)
388 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
390 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_score_functor)
391 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
393 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_score_functor)
394 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
396 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
397 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
399 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SERIALIZATION_swigconstant(_IMP_score_functor)
400 IMP_SCORE_FUNCTOR_HAS_BOOST_SERIALIZATION = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SERIALIZATION
402 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_score_functor)
403 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
405 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_score_functor)
406 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_CGAL
408 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_score_functor)
409 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_HDF5
411 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_NUMPY_swigconstant(_IMP_score_functor)
412 IMP_SCORE_FUNCTOR_HAS_NUMPY = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_NUMPY
414 _IMP_score_functor.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
415 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_score_functor.IMPSCOREFUNCTOR_SHOW_WARNINGS
417 """Proxy of C++ IMP::score_functor::Score class"""
418 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
419 __repr__ = _swig_repr
422 """__init__(IMP::score_functor::Score self) -> Score"""
423 this = _IMP_score_functor.new_Score()
425 self.this.append(this)
429 def get_inputs(self, m, pis):
430 """get_inputs(Score self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
431 return _IMP_score_functor.Score_get_inputs(self, m, pis)
434 def show(self, arg2):
435 """show(Score self, _ostream arg2)"""
436 return _IMP_score_functor.Score_show(self, arg2)
438 __swig_destroy__ = _IMP_score_functor.delete_Score
439 __del__ =
lambda self:
None
440 Score_swigregister = _IMP_score_functor.Score_swigregister
441 Score_swigregister(Score)
443 class ScoreWithCache(object):
444 """Proxy of C++ IMP::score_functor::ScoreWithCache class"""
445 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
446 __repr__ = _swig_repr
449 """__init__(IMP::score_functor::ScoreWithCache self) -> ScoreWithCache"""
450 this = _IMP_score_functor.new_ScoreWithCache()
452 self.this.append(this)
456 def get_inputs(self, m, pis):
457 """get_inputs(ScoreWithCache self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
458 return _IMP_score_functor.ScoreWithCache_get_inputs(self, m, pis)
461 def show(self, arg2):
462 """show(ScoreWithCache self, _ostream arg2)"""
463 return _IMP_score_functor.ScoreWithCache_show(self, arg2)
465 __swig_destroy__ = _IMP_score_functor.delete_ScoreWithCache
466 __del__ =
lambda self:
None
467 ScoreWithCache_swigregister = _IMP_score_functor.ScoreWithCache_swigregister
468 ScoreWithCache_swigregister(ScoreWithCache)
470 class _DopeBase(Score):
471 """Proxy of C++ IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> class"""
472 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
473 __repr__ = _swig_repr
475 def __init__(self, *args):
477 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file) -> _DopeBase
478 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file, unsigned int shift) -> _DopeBase
480 this = _IMP_score_functor.new__DopeBase(*args)
482 self.this.append(this)
486 def get_score(self, m, pp, distance):
487 """get_score(_DopeBase self, Model m, IMP::ParticleIndexPair const & pp, double distance) -> double"""
488 return _IMP_score_functor._DopeBase_get_score(self, m, pp, distance)
491 def get_score_and_derivative(self, m, pp, distance):
492 """get_score_and_derivative(_DopeBase self, Model m, IMP::Array< 2,IMP::ParticleIndex > const & pp, double distance) -> IMP::DerivativePair"""
493 return _IMP_score_functor._DopeBase_get_score_and_derivative(self, m, pp, distance)
496 def get_maximum_range(self, arg2, arg3):
497 """get_maximum_range(_DopeBase self, Model arg2, IMP::ParticleIndexPair const & arg3) -> double"""
498 return _IMP_score_functor._DopeBase_get_maximum_range(self, arg2, arg3)
501 def get_is_trivially_zero(self, m, p, squared_distance):
502 """get_is_trivially_zero(_DopeBase self, Model m, IMP::ParticleIndexPair const & p, double squared_distance) -> bool"""
503 return _IMP_score_functor._DopeBase_get_is_trivially_zero(self, m, p, squared_distance)
505 __swig_destroy__ = _IMP_score_functor.delete__DopeBase
506 __del__ =
lambda self:
None
507 _DopeBase_swigregister = _IMP_score_functor._DopeBase_swigregister
508 _DopeBase_swigregister(_DopeBase)
510 class _LoopStatisticalBase(Score):
511 """Proxy of C++ IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> class"""
512 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
513 __repr__ = _swig_repr
515 def __init__(self, *args):
517 __init__(IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> self, IntKey k, double threshold, TextInput data_file) -> _LoopStatisticalBase
518 __init__(IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> self, IntKey k, double threshold, TextInput data_file, unsigned int shift) -> _LoopStatisticalBase
520 this = _IMP_score_functor.new__LoopStatisticalBase(*args)
522 self.this.append(this)
526 def get_score(self, m, pp, distance):
527 """get_score(_LoopStatisticalBase self, Model m, IMP::ParticleIndexPair const & pp, double distance) -> double"""
528 return _IMP_score_functor._LoopStatisticalBase_get_score(self, m, pp, distance)
531 def get_score_and_derivative(self, m, pp, distance):
532 """get_score_and_derivative(_LoopStatisticalBase self, Model m, IMP::Array< 2,IMP::ParticleIndex > const & pp, double distance) -> IMP::DerivativePair"""
533 return _IMP_score_functor._LoopStatisticalBase_get_score_and_derivative(self, m, pp, distance)
536 def get_maximum_range(self, arg2, arg3):
537 """get_maximum_range(_LoopStatisticalBase self, Model arg2, IMP::ParticleIndexPair const & arg3) -> double"""
538 return _IMP_score_functor._LoopStatisticalBase_get_maximum_range(self, arg2, arg3)
541 def get_is_trivially_zero(self, m, p, squared_distance):
542 """get_is_trivially_zero(_LoopStatisticalBase self, Model m, IMP::ParticleIndexPair const & p, double squared_distance) -> bool"""
543 return _IMP_score_functor._LoopStatisticalBase_get_is_trivially_zero(self, m, p, squared_distance)
545 __swig_destroy__ = _IMP_score_functor.delete__LoopStatisticalBase
546 __del__ =
lambda self:
None
547 _LoopStatisticalBase_swigregister = _IMP_score_functor._LoopStatisticalBase_swigregister
548 _LoopStatisticalBase_swigregister(_LoopStatisticalBase)
550 class Dope(_DopeBase):
551 """Proxy of C++ IMP::score_functor::Dope class"""
552 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
553 __repr__ = _swig_repr
555 def __init__(self, *args):
557 __init__(IMP::score_functor::Dope self, double threshold) -> Dope
558 __init__(IMP::score_functor::Dope self) -> Dope
559 __init__(IMP::score_functor::Dope self, double threshold, TextInput data_file) -> Dope
561 this = _IMP_score_functor.new_Dope(*args)
563 self.this.append(this)
567 def get_dope_type_key():
568 """get_dope_type_key() -> IntKey"""
569 return _IMP_score_functor.Dope_get_dope_type_key()
571 get_dope_type_key = staticmethod(get_dope_type_key)
572 __swig_destroy__ = _IMP_score_functor.delete_Dope
573 __del__ =
lambda self:
None
574 Dope_swigregister = _IMP_score_functor.Dope_swigregister
575 Dope_swigregister(Dope)
577 def Dope_get_dope_type_key():
578 """Dope_get_dope_type_key() -> IntKey"""
579 return _IMP_score_functor.Dope_get_dope_type_key()
581 class LoopStatistical(_LoopStatisticalBase):
582 """Proxy of C++ IMP::score_functor::LoopStatistical class"""
583 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
584 __repr__ = _swig_repr
586 def __init__(self, *args):
588 __init__(IMP::score_functor::LoopStatistical self, double threshold) -> LoopStatistical
589 __init__(IMP::score_functor::LoopStatistical self) -> LoopStatistical
590 __init__(IMP::score_functor::LoopStatistical self, double threshold, TextInput data_file) -> LoopStatistical
592 this = _IMP_score_functor.new_LoopStatistical(*args)
594 self.this.append(this)
598 def get_loop_type_key():
599 """get_loop_type_key() -> IntKey"""
600 return _IMP_score_functor.LoopStatistical_get_loop_type_key()
602 get_loop_type_key = staticmethod(get_loop_type_key)
603 __swig_destroy__ = _IMP_score_functor.delete_LoopStatistical
604 __del__ =
lambda self:
None
605 LoopStatistical_swigregister = _IMP_score_functor.LoopStatistical_swigregister
606 LoopStatistical_swigregister(LoopStatistical)
608 def LoopStatistical_get_loop_type_key():
609 """LoopStatistical_get_loop_type_key() -> IntKey"""
610 return _IMP_score_functor.LoopStatistical_get_loop_type_key()
612 class UnaryFunctionEvaluate(Score):
613 """Proxy of C++ IMP::score_functor::UnaryFunctionEvaluate class"""
614 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
615 __repr__ = _swig_repr
617 def __init__(self, uf):
618 """__init__(IMP::score_functor::UnaryFunctionEvaluate self, UnaryFunction uf) -> UnaryFunctionEvaluate"""
619 this = _IMP_score_functor.new_UnaryFunctionEvaluate(uf)
621 self.this.append(this)
624 __swig_destroy__ = _IMP_score_functor.delete_UnaryFunctionEvaluate
625 __del__ =
lambda self:
None
626 UnaryFunctionEvaluate_swigregister = _IMP_score_functor.UnaryFunctionEvaluate_swigregister
627 UnaryFunctionEvaluate_swigregister(UnaryFunctionEvaluate)
631 """get_module_version() -> std::string const"""
632 return _IMP_score_functor.get_module_version()
635 """get_example_path(std::string fname) -> std::string"""
636 return _IMP_score_functor.get_example_path(fname)
639 """get_data_path(std::string fname) -> std::string"""
640 return _IMP_score_functor.get_data_path(fname)
642 from .
import _version_check
def get_data_path
Return the full path to one of this module's data files.
def get_module_version
Return the version of this module, as a string.
def get_example_path
Return the full path to one of this module's example files.
Make CGAL functionality available to IMP.
std::ostream & show(Hierarchy h, std::ostream &out=std::cout)
Print the hierarchy using a given decorator to display each node.
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...