10 from __future__
import print_function, division, absolute_import
15 from sys
import version_info
as _swig_python_version_info
16 if _swig_python_version_info >= (2, 7, 0):
17 def swig_import_helper():
19 pkg = __name__.rpartition(
'.')[0]
20 mname =
'.'.join((pkg,
'_IMP_score_functor')).lstrip(
'.')
22 return importlib.import_module(mname)
24 return importlib.import_module(
'_IMP_score_functor')
25 _IMP_score_functor = swig_import_helper()
26 del swig_import_helper
27 elif _swig_python_version_info >= (2, 6, 0):
28 def swig_import_helper():
29 from os.path
import dirname
33 fp, pathname, description = imp.find_module(
'_IMP_score_functor', [dirname(__file__)])
35 import _IMP_score_functor
36 return _IMP_score_functor
39 _mod = imp.load_module(
'_IMP_score_functor', fp, pathname, description)
43 _IMP_score_functor = swig_import_helper()
44 del swig_import_helper
46 import _IMP_score_functor
47 del _swig_python_version_info
49 _swig_property = property
54 import builtins
as __builtin__
58 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
59 if (name ==
"thisown"):
60 return self.this.own(value)
62 if type(value).__name__ ==
'SwigPyObject':
63 self.__dict__[name] = value
65 method = class_type.__swig_setmethods__.get(name,
None)
67 return method(self, value)
69 object.__setattr__(self, name, value)
71 raise AttributeError(
"You cannot add attributes to %s" % self)
74 def _swig_setattr(self, class_type, name, value):
75 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
78 def _swig_getattr(self, class_type, name):
79 if (name ==
"thisown"):
80 return self.this.own()
81 method = class_type.__swig_getmethods__.get(name,
None)
84 raise AttributeError(
"'%s' object has no attribute '%s'" % (class_type.__name__, name))
89 strthis =
"proxy of " + self.this.__repr__()
90 except __builtin__.Exception:
92 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
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
109 except __builtin__.Exception:
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)
223 IMP_DEBUG = _IMP_score_functor.IMP_DEBUG
224 IMP_RELEASE = _IMP_score_functor.IMP_RELEASE
225 IMP_SILENT = _IMP_score_functor.IMP_SILENT
226 IMP_PROGRESS = _IMP_score_functor.IMP_PROGRESS
227 IMP_TERSE = _IMP_score_functor.IMP_TERSE
228 IMP_VERBOSE = _IMP_score_functor.IMP_VERBOSE
229 IMP_MEMORY = _IMP_score_functor.IMP_MEMORY
230 IMP_NONE = _IMP_score_functor.IMP_NONE
231 IMP_USAGE = _IMP_score_functor.IMP_USAGE
232 IMP_INTERNAL = _IMP_score_functor.IMP_INTERNAL
233 IMP_KERNEL_HAS_LOG4CXX = _IMP_score_functor.IMP_KERNEL_HAS_LOG4CXX
234 IMP_COMPILER_HAS_AUTO = _IMP_score_functor.IMP_COMPILER_HAS_AUTO
235 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_score_functor.IMP_COMPILER_HAS_DEBUG_VECTOR
236 IMP_COMPILER_HAS_UNIQUE_PTR = _IMP_score_functor.IMP_COMPILER_HAS_UNIQUE_PTR
237 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_KERNEL_HAS_BOOST_RANDOM
238 IMP_KERNEL_HAS_NUMPY = _IMP_score_functor.IMP_KERNEL_HAS_NUMPY
239 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_score_functor.IMP_KERNEL_HAS_GPERFTOOLS
240 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
241 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_score_functor.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
242 IMPKERNEL_SHOW_WARNINGS = _IMP_score_functor.IMPKERNEL_SHOW_WARNINGS
245 class _DirectorObjects(object):
246 """@internal Simple class to keep references to director objects
247 to prevent premature deletion."""
250 def register(self, obj):
251 """Take a reference to a director object; will only work for
252 refcounted C++ classes"""
253 if hasattr(obj,
'get_ref_count'):
254 self._objects.append(obj)
256 """Only drop our reference and allow cleanup by Python if no other
257 Python references exist (we hold 3 references: one in self._objects,
258 one in x, and one in the argument list for getrefcount) *and* no
259 other C++ references exist (the Python object always holds one)"""
260 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
261 or x.get_ref_count() > 1]
265 def get_object_count(self):
266 """Get number of director objects (useful for testing only)"""
267 return len(self._objects)
268 _director_objects = _DirectorObjects()
270 class _ostream(object):
271 """Proxy of C++ std::ostream class."""
273 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
275 def __init__(self, *args, **kwargs):
276 raise AttributeError(
"No constructor defined")
277 __repr__ = _swig_repr
279 def write(self, osa_buf):
280 """write(_ostream self, char const * osa_buf)"""
281 return _IMP_score_functor._ostream_write(self, osa_buf)
283 _ostream_swigregister = _IMP_score_functor._ostream_swigregister
284 _ostream_swigregister(_ostream)
286 IMP_COMPILER_HAS_OVERRIDE = _IMP_score_functor.IMP_COMPILER_HAS_OVERRIDE
287 IMP_COMPILER_HAS_FINAL = _IMP_score_functor.IMP_COMPILER_HAS_FINAL
288 IMP_HAS_NOEXCEPT = _IMP_score_functor.IMP_HAS_NOEXCEPT
289 IMP_C_OPEN_BINARY = _IMP_score_functor.IMP_C_OPEN_BINARY
291 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_FILESYSTEM
292 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
293 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_RANDOM
294 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_CGAL_HAS_BOOST_SYSTEM
295 IMP_CGAL_HAS_NUMPY = _IMP_score_functor.IMP_CGAL_HAS_NUMPY
296 IMPCGAL_SHOW_WARNINGS = _IMP_score_functor.IMPCGAL_SHOW_WARNINGS
298 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_IMP_CGAL
299 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
300 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
301 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_RANDOM
302 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_ALGEBRA_HAS_BOOST_SYSTEM
303 IMP_ALGEBRA_HAS_CGAL = _IMP_score_functor.IMP_ALGEBRA_HAS_CGAL
304 IMP_ALGEBRA_HAS_NUMPY = _IMP_score_functor.IMP_ALGEBRA_HAS_NUMPY
305 IMP_ALGEBRA_HAS_ANN = _IMP_score_functor.IMP_ALGEBRA_HAS_ANN
306 IMPALGEBRA_SHOW_WARNINGS = _IMP_score_functor.IMPALGEBRA_SHOW_WARNINGS
308 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
309 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
310 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
311 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
312 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
313 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_CGAL
314 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_HDF5
315 IMP_SCORE_FUNCTOR_HAS_NUMPY = _IMP_score_functor.IMP_SCORE_FUNCTOR_HAS_NUMPY
316 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_score_functor.IMPSCOREFUNCTOR_SHOW_WARNINGS
318 """Proxy of C++ IMP::score_functor::Score class."""
320 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
321 __repr__ = _swig_repr
324 """__init__(IMP::score_functor::Score self) -> Score"""
325 this = _IMP_score_functor.new_Score()
327 self.this.append(this)
328 except __builtin__.Exception:
331 def get_inputs(self, m, pis):
332 """get_inputs(Score self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
333 return _IMP_score_functor.Score_get_inputs(self, m, pis)
336 def show(self, arg2):
337 """show(Score self, _ostream arg2)"""
338 return _IMP_score_functor.Score_show(self, arg2)
340 __swig_destroy__ = _IMP_score_functor.delete_Score
341 __del__ =
lambda self:
None
342 Score_swigregister = _IMP_score_functor.Score_swigregister
343 Score_swigregister(Score)
345 class _DopeBase(Score):
346 """Proxy of C++ IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> class."""
348 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
349 __repr__ = _swig_repr
351 def __init__(self, *args):
353 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file) -> _DopeBase
354 __init__(IMP::score_functor::Statistical<(IMP::score_functor::DopeType,false,true)> self, IntKey k, double threshold, TextInput data_file, unsigned int shift) -> _DopeBase
356 this = _IMP_score_functor.new__DopeBase(*args)
358 self.this.append(this)
359 except __builtin__.Exception:
362 def get_score(self, m, pp, distance):
363 """get_score(_DopeBase self, Model m, IMP::ParticleIndexPair const & pp, double distance) -> double"""
364 return _IMP_score_functor._DopeBase_get_score(self, m, pp, distance)
367 def get_score_and_derivative(self, m, pp, distance):
368 """get_score_and_derivative(_DopeBase self, Model m, IMP::Array< 2,IMP::ParticleIndex > const & pp, double distance) -> IMP::DerivativePair"""
369 return _IMP_score_functor._DopeBase_get_score_and_derivative(self, m, pp, distance)
372 def get_maximum_range(self, arg2, arg3):
373 """get_maximum_range(_DopeBase self, Model arg2, IMP::ParticleIndexPair const & arg3) -> double"""
374 return _IMP_score_functor._DopeBase_get_maximum_range(self, arg2, arg3)
377 def get_is_trivially_zero(self, m, p, squared_distance):
378 """get_is_trivially_zero(_DopeBase self, Model m, IMP::ParticleIndexPair const & p, double squared_distance) -> bool"""
379 return _IMP_score_functor._DopeBase_get_is_trivially_zero(self, m, p, squared_distance)
381 __swig_destroy__ = _IMP_score_functor.delete__DopeBase
382 __del__ =
lambda self:
None
383 _DopeBase_swigregister = _IMP_score_functor._DopeBase_swigregister
384 _DopeBase_swigregister(_DopeBase)
386 class _LoopStatisticalBase(Score):
387 """Proxy of C++ IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> class."""
389 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
390 __repr__ = _swig_repr
392 def __init__(self, *args):
394 __init__(IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> self, IntKey k, double threshold, TextInput data_file) -> _LoopStatisticalBase
395 __init__(IMP::score_functor::Statistical<(IMP::score_functor::LoopStatisticalType,false,true)> self, IntKey k, double threshold, TextInput data_file, unsigned int shift) -> _LoopStatisticalBase
397 this = _IMP_score_functor.new__LoopStatisticalBase(*args)
399 self.this.append(this)
400 except __builtin__.Exception:
403 def get_score(self, m, pp, distance):
404 """get_score(_LoopStatisticalBase self, Model m, IMP::ParticleIndexPair const & pp, double distance) -> double"""
405 return _IMP_score_functor._LoopStatisticalBase_get_score(self, m, pp, distance)
408 def get_score_and_derivative(self, m, pp, distance):
409 """get_score_and_derivative(_LoopStatisticalBase self, Model m, IMP::Array< 2,IMP::ParticleIndex > const & pp, double distance) -> IMP::DerivativePair"""
410 return _IMP_score_functor._LoopStatisticalBase_get_score_and_derivative(self, m, pp, distance)
413 def get_maximum_range(self, arg2, arg3):
414 """get_maximum_range(_LoopStatisticalBase self, Model arg2, IMP::ParticleIndexPair const & arg3) -> double"""
415 return _IMP_score_functor._LoopStatisticalBase_get_maximum_range(self, arg2, arg3)
418 def get_is_trivially_zero(self, m, p, squared_distance):
419 """get_is_trivially_zero(_LoopStatisticalBase self, Model m, IMP::ParticleIndexPair const & p, double squared_distance) -> bool"""
420 return _IMP_score_functor._LoopStatisticalBase_get_is_trivially_zero(self, m, p, squared_distance)
422 __swig_destroy__ = _IMP_score_functor.delete__LoopStatisticalBase
423 __del__ =
lambda self:
None
424 _LoopStatisticalBase_swigregister = _IMP_score_functor._LoopStatisticalBase_swigregister
425 _LoopStatisticalBase_swigregister(_LoopStatisticalBase)
427 class Dope(_DopeBase):
428 """Proxy of C++ IMP::score_functor::Dope class."""
430 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
431 __repr__ = _swig_repr
433 def __init__(self, *args):
435 __init__(IMP::score_functor::Dope self, double threshold) -> Dope
436 __init__(IMP::score_functor::Dope self) -> Dope
437 __init__(IMP::score_functor::Dope self, double threshold, TextInput data_file) -> Dope
439 this = _IMP_score_functor.new_Dope(*args)
441 self.this.append(this)
442 except __builtin__.Exception:
445 def get_dope_type_key():
446 """get_dope_type_key() -> IntKey"""
447 return _IMP_score_functor.Dope_get_dope_type_key()
449 get_dope_type_key = staticmethod(get_dope_type_key)
450 __swig_destroy__ = _IMP_score_functor.delete_Dope
451 __del__ =
lambda self:
None
452 Dope_swigregister = _IMP_score_functor.Dope_swigregister
453 Dope_swigregister(Dope)
455 def Dope_get_dope_type_key():
456 """Dope_get_dope_type_key() -> IntKey"""
457 return _IMP_score_functor.Dope_get_dope_type_key()
459 class LoopStatistical(_LoopStatisticalBase):
460 """Proxy of C++ IMP::score_functor::LoopStatistical class."""
462 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
463 __repr__ = _swig_repr
465 def __init__(self, *args):
467 __init__(IMP::score_functor::LoopStatistical self, double threshold) -> LoopStatistical
468 __init__(IMP::score_functor::LoopStatistical self) -> LoopStatistical
469 __init__(IMP::score_functor::LoopStatistical self, double threshold, TextInput data_file) -> LoopStatistical
471 this = _IMP_score_functor.new_LoopStatistical(*args)
473 self.this.append(this)
474 except __builtin__.Exception:
477 def get_loop_type_key():
478 """get_loop_type_key() -> IntKey"""
479 return _IMP_score_functor.LoopStatistical_get_loop_type_key()
481 get_loop_type_key = staticmethod(get_loop_type_key)
482 __swig_destroy__ = _IMP_score_functor.delete_LoopStatistical
483 __del__ =
lambda self:
None
484 LoopStatistical_swigregister = _IMP_score_functor.LoopStatistical_swigregister
485 LoopStatistical_swigregister(LoopStatistical)
487 def LoopStatistical_get_loop_type_key():
488 """LoopStatistical_get_loop_type_key() -> IntKey"""
489 return _IMP_score_functor.LoopStatistical_get_loop_type_key()
491 class UnaryFunctionEvaluate(Score):
492 """Proxy of C++ IMP::score_functor::UnaryFunctionEvaluate class."""
494 thisown = _swig_property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
'The membership flag')
495 __repr__ = _swig_repr
497 def __init__(self, uf):
498 """__init__(IMP::score_functor::UnaryFunctionEvaluate self, UnaryFunction uf) -> UnaryFunctionEvaluate"""
499 this = _IMP_score_functor.new_UnaryFunctionEvaluate(uf)
501 self.this.append(this)
502 except __builtin__.Exception:
504 __swig_destroy__ = _IMP_score_functor.delete_UnaryFunctionEvaluate
505 __del__ =
lambda self:
None
506 UnaryFunctionEvaluate_swigregister = _IMP_score_functor.UnaryFunctionEvaluate_swigregister
507 UnaryFunctionEvaluate_swigregister(UnaryFunctionEvaluate)
511 """get_module_version() -> std::string const"""
512 return _IMP_score_functor.get_module_version()
515 """get_example_path(std::string fname) -> std::string"""
516 return _IMP_score_functor.get_example_path(fname)
519 """get_data_path(std::string fname) -> std::string"""
520 return _IMP_score_functor.get_data_path(fname)
522 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...