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_score_functor', [dirname(__file__)])
24 import _IMP_score_functor
25 return _IMP_score_functor
28 _mod = imp.load_module(
'_IMP_score_functor', fp, pathname, description)
32 _IMP_score_functor = swig_import_helper()
33 del swig_import_helper
35 import _IMP_score_functor
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_SCORE_FUNCTOR_SwigPyIterator(object):
114 """Proxy of C++ swig::IMP_SCORE_FUNCTOR_SwigPyIterator class."""
116 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
118 def __init__(self, *args, **kwargs):
119 raise AttributeError(
"No constructor defined - class is abstract")
120 __repr__ = _swig_repr
121 __swig_destroy__ = _IMP_score_functor.delete_IMP_SCORE_FUNCTOR_SwigPyIterator
122 __del__ =
lambda self:
None
125 """value(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
126 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_value(self)
131 incr(IMP_SCORE_FUNCTOR_SwigPyIterator self, size_t n=1) -> IMP_SCORE_FUNCTOR_SwigPyIterator
132 incr(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator
134 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_incr(self, n)
139 decr(IMP_SCORE_FUNCTOR_SwigPyIterator self, size_t n=1) -> IMP_SCORE_FUNCTOR_SwigPyIterator
140 decr(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator
142 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_decr(self, n)
145 def distance(self, x):
146 """distance(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> ptrdiff_t"""
147 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_distance(self, x)
151 """equal(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
152 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_equal(self, x)
156 """copy(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
157 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_copy(self)
161 """next(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
162 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_next(self)
166 """__next__(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
167 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___next__(self)
171 """previous(IMP_SCORE_FUNCTOR_SwigPyIterator self) -> PyObject *"""
172 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_previous(self)
175 def advance(self, n):
176 """advance(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
177 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_advance(self, n)
181 """__eq__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
182 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___eq__(self, x)
186 """__ne__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> bool"""
187 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___ne__(self, x)
190 def __iadd__(self, n):
191 """__iadd__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
192 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___iadd__(self, n)
195 def __isub__(self, n):
196 """__isub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
197 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___isub__(self, n)
200 def __add__(self, n):
201 """__add__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator"""
202 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___add__(self, n)
205 def __sub__(self, *args):
207 __sub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, ptrdiff_t n) -> IMP_SCORE_FUNCTOR_SwigPyIterator
208 __sub__(IMP_SCORE_FUNCTOR_SwigPyIterator self, IMP_SCORE_FUNCTOR_SwigPyIterator x) -> ptrdiff_t
210 return _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator___sub__(self, *args)
214 IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister = _IMP_score_functor.IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister
215 IMP_SCORE_FUNCTOR_SwigPyIterator_swigregister(IMP_SCORE_FUNCTOR_SwigPyIterator)
224 _IMP_score_functor.IMP_DEBUG_swigconstant(_IMP_score_functor)
225 IMP_DEBUG = _IMP_score_functor.IMP_DEBUG
227 _IMP_score_functor.IMP_RELEASE_swigconstant(_IMP_score_functor)
228 IMP_RELEASE = _IMP_score_functor.IMP_RELEASE
230 _IMP_score_functor.IMP_SILENT_swigconstant(_IMP_score_functor)
231 IMP_SILENT = _IMP_score_functor.IMP_SILENT
233 _IMP_score_functor.IMP_PROGRESS_swigconstant(_IMP_score_functor)
234 IMP_PROGRESS = _IMP_score_functor.IMP_PROGRESS
236 _IMP_score_functor.IMP_TERSE_swigconstant(_IMP_score_functor)
237 IMP_TERSE = _IMP_score_functor.IMP_TERSE
239 _IMP_score_functor.IMP_VERBOSE_swigconstant(_IMP_score_functor)
240 IMP_VERBOSE = _IMP_score_functor.IMP_VERBOSE
242 _IMP_score_functor.IMP_MEMORY_swigconstant(_IMP_score_functor)
243 IMP_MEMORY = _IMP_score_functor.IMP_MEMORY
245 _IMP_score_functor.IMP_NONE_swigconstant(_IMP_score_functor)
246 IMP_NONE = _IMP_score_functor.IMP_NONE
248 _IMP_score_functor.IMP_USAGE_swigconstant(_IMP_score_functor)
249 IMP_USAGE = _IMP_score_functor.IMP_USAGE
251 _IMP_score_functor.IMP_INTERNAL_swigconstant(_IMP_score_functor)
252 IMP_INTERNAL = _IMP_score_functor.IMP_INTERNAL
254 _IMP_score_functor.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_score_functor)
255 IMP_KERNEL_HAS_LOG4CXX = _IMP_score_functor.IMP_KERNEL_HAS_LOG4CXX
257 _IMP_score_functor.IMP_COMPILER_HAS_AUTO_swigconstant(_IMP_score_functor)
258 IMP_COMPILER_HAS_AUTO = _IMP_score_functor.IMP_COMPILER_HAS_AUTO
260 _IMP_score_functor.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_score_functor)
261 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_score_functor.IMP_COMPILER_HAS_DEBUG_VECTOR
263 _IMP_score_functor.IMP_COMPILER_HAS_UNIQUE_PTR_swigconstant(_IMP_score_functor)
264 IMP_COMPILER_HAS_UNIQUE_PTR = _IMP_score_functor.IMP_COMPILER_HAS_UNIQUE_PTR
266 _IMP_score_functor.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
267 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_KERNEL_HAS_BOOST_RANDOM
269 _IMP_score_functor.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_score_functor)
270 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_score_functor.IMP_KERNEL_HAS_GPERFTOOLS
272 _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_score_functor)
273 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
275 _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_score_functor)
276 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
278 _IMP_score_functor.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
279 IMPKERNEL_SHOW_WARNINGS = _IMP_score_functor.IMPKERNEL_SHOW_WARNINGS
282 class _DirectorObjects(object):
283 """@internal Simple class to keep references to director objects
284 to prevent premature deletion."""
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)
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]
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()
307 class _ostream(object):
308 """Proxy of C++ std::ostream class."""
310 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
312 def __init__(self, *args, **kwargs):
313 raise AttributeError(
"No constructor defined")
314 __repr__ = _swig_repr
316 def write(self, osa_buf):
317 """write(_ostream self, char const * osa_buf)"""
318 return _IMP_score_functor._ostream_write(self, osa_buf)
320 _ostream_swigregister = _IMP_score_functor._ostream_swigregister
321 _ostream_swigregister(_ostream)
324 _IMP_score_functor.IMP_COMPILER_HAS_OVERRIDE_swigconstant(_IMP_score_functor)
325 IMP_COMPILER_HAS_OVERRIDE = _IMP_score_functor.IMP_COMPILER_HAS_OVERRIDE
327 _IMP_score_functor.IMP_COMPILER_HAS_FINAL_swigconstant(_IMP_score_functor)
328 IMP_COMPILER_HAS_FINAL = _IMP_score_functor.IMP_COMPILER_HAS_FINAL
330 _IMP_score_functor.IMP_HAS_NOEXCEPT_swigconstant(_IMP_score_functor)
331 IMP_HAS_NOEXCEPT = _IMP_score_functor.IMP_HAS_NOEXCEPT
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_SYSTEM_swigconstant(_IMP_score_functor)
344 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_SYSTEM
346 _IMP_score_functor.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
347 IMPCGAL_SHOW_WARNINGS = _IMP_score_functor.IMPCGAL_SHOW_WARNINGS
350 _IMP_score_functor.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_score_functor)
351 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_IMP_CGAL
353 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_score_functor)
354 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
356 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_score_functor)
357 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
359 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
360 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_RANDOM
362 _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_score_functor)
363 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SYSTEM
365 _IMP_score_functor.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_score_functor)
366 IMP_ALGEBRA_HAS_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_CGAL
368 _IMP_score_functor.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_score_functor)
369 IMP_ALGEBRA_HAS_ANN = _IMP_score_functor.IMP_ALGEBRA_HAS_ANN
371 _IMP_score_functor.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
372 IMPALGEBRA_SHOW_WARNINGS = _IMP_score_functor.IMPALGEBRA_SHOW_WARNINGS
375 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_score_functor)
376 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
378 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_score_functor)
379 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
381 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_score_functor)
382 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
384 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_score_functor)
385 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
387 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_score_functor)
388 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
390 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_score_functor)
391 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_CGAL
393 _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_score_functor)
394 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_HDF5
396 _IMP_score_functor.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_score_functor)
397 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_score_functor.IMPSCOREFUNCTOR_SHOW_WARNINGS
399 """Proxy of C++ IMP::score_functor::Score class."""
401 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
402 __repr__ = _swig_repr
405 """__init__(IMP::score_functor::Score self) -> Score"""
406 this = _IMP_score_functor.new_Score()
408 self.this.append(this)
412 def get_inputs(self, m, pis):
413 """get_inputs(Score self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
414 return _IMP_score_functor.Score_get_inputs(self, m, pis)
417 def show(self, arg2):
418 """show(Score self, _ostream arg2)"""
419 return _IMP_score_functor.Score_show(self, arg2)
421 __swig_destroy__ = _IMP_score_functor.delete_Score
422 __del__ =
lambda self:
None
423 Score_swigregister = _IMP_score_functor.Score_swigregister
424 Score_swigregister(Score)
426 class _DopeBase(Score):
427 """Proxy of C++ IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> class."""
429 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
430 __repr__ = _swig_repr
432 def __init__(self, *args):
434 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file) -> _DopeBase
435 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file, unsigned int shift) -> _DopeBase
437 this = _IMP_score_functor.new__DopeBase(*args)
439 self.this.append(this)
443 def get_score(self, m, pp, distance):
444 """get_score(_DopeBase self, Model m, IMP::ParticleIndexPair const & pp, double distance) -> double"""
445 return _IMP_score_functor._DopeBase_get_score(self, m, pp, distance)
448 def get_score_and_derivative(self, m, pp, distance):
449 """get_score_and_derivative(_DopeBase self, Model m, IMP::Array< 2,IMP::ParticleIndex > const & pp, double distance) -> IMP::DerivativePair"""
450 return _IMP_score_functor._DopeBase_get_score_and_derivative(self, m, pp, distance)
453 def get_maximum_range(self, arg2, arg3):
454 """get_maximum_range(_DopeBase self, Model arg2, IMP::ParticleIndexPair const & arg3) -> double"""
455 return _IMP_score_functor._DopeBase_get_maximum_range(self, arg2, arg3)
458 def get_is_trivially_zero(self, m, p, squared_distance):
459 """get_is_trivially_zero(_DopeBase self, Model m, IMP::ParticleIndexPair const & p, double squared_distance) -> bool"""
460 return _IMP_score_functor._DopeBase_get_is_trivially_zero(self, m, p, squared_distance)
462 __swig_destroy__ = _IMP_score_functor.delete__DopeBase
463 __del__ =
lambda self:
None
464 _DopeBase_swigregister = _IMP_score_functor._DopeBase_swigregister
465 _DopeBase_swigregister(_DopeBase)
467 class Dope(_DopeBase):
468 """Proxy of C++ IMP::score_functor::Dope class."""
470 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
471 __repr__ = _swig_repr
473 def __init__(self, *args):
475 __init__(IMP::score_functor::Dope self, double threshold) -> Dope
476 __init__(IMP::score_functor::Dope self) -> Dope
477 __init__(IMP::score_functor::Dope self, double threshold, TextInput data_file) -> Dope
479 this = _IMP_score_functor.new_Dope(*args)
481 self.this.append(this)
485 def get_dope_type_key():
486 """get_dope_type_key() -> IntKey"""
487 return _IMP_score_functor.Dope_get_dope_type_key()
489 get_dope_type_key = staticmethod(get_dope_type_key)
490 __swig_destroy__ = _IMP_score_functor.delete_Dope
491 __del__ =
lambda self:
None
492 Dope_swigregister = _IMP_score_functor.Dope_swigregister
493 Dope_swigregister(Dope)
495 def Dope_get_dope_type_key():
496 """Dope_get_dope_type_key() -> IntKey"""
497 return _IMP_score_functor.Dope_get_dope_type_key()
499 class UnaryFunctionEvaluate(Score):
500 """Proxy of C++ IMP::score_functor::UnaryFunctionEvaluate class."""
502 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
503 __repr__ = _swig_repr
505 def __init__(self, uf):
506 """__init__(IMP::score_functor::UnaryFunctionEvaluate self, UnaryFunction uf) -> UnaryFunctionEvaluate"""
507 this = _IMP_score_functor.new_UnaryFunctionEvaluate(uf)
509 self.this.append(this)
512 __swig_destroy__ = _IMP_score_functor.delete_UnaryFunctionEvaluate
513 __del__ =
lambda self:
None
514 UnaryFunctionEvaluate_swigregister = _IMP_score_functor.UnaryFunctionEvaluate_swigregister
515 UnaryFunctionEvaluate_swigregister(UnaryFunctionEvaluate)
518 def get_module_version():
519 """get_module_version() -> std::string const"""
520 return _IMP_score_functor.get_module_version()
523 """get_example_path(std::string fname) -> std::string"""
524 return _IMP_score_functor.get_example_path(fname)
527 """get_data_path(std::string fname) -> std::string"""
528 return _IMP_score_functor.get_data_path(fname)
530 from .
import _version_check
531 _version_check.check_version(get_module_version())
532 __version__ = get_module_version()
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.
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...