17 import builtins
as __builtin__
21 strthis =
"proxy of " + self.this.__repr__()
22 except __builtin__.Exception:
24 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
27 def _swig_setattr_nondynamic_instance_variable(set):
28 def set_instance_attr(self, name, value):
30 set(self, name, value)
31 elif name ==
"thisown":
33 elif hasattr(self, name)
and isinstance(getattr(type(self), name), property):
34 set(self, name, value)
36 raise AttributeError(
"You cannot add instance attributes to %s" % self)
37 return set_instance_attr
40 def _swig_setattr_nondynamic_class_variable(set):
41 def set_class_attr(cls, name, value):
42 if hasattr(cls, name)
and not isinstance(getattr(cls, name), property):
45 raise AttributeError(
"You cannot add class attributes to %s" % cls)
49 class _SwigNonDynamicMeta(type):
50 """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
51 __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
56 class IMP_MISC_SwigPyIterator(object):
57 r"""Proxy of C++ swig::IMP_MISC_SwigPyIterator class."""
59 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
61 def __init__(self, *args, **kwargs):
62 raise AttributeError(
"No constructor defined - class is abstract")
64 __swig_destroy__ = _IMP_misc.delete_IMP_MISC_SwigPyIterator
67 r"""value(IMP_MISC_SwigPyIterator self) -> PyObject *"""
68 return _IMP_misc.IMP_MISC_SwigPyIterator_value(self)
71 r"""incr(IMP_MISC_SwigPyIterator self, size_t n=1) -> IMP_MISC_SwigPyIterator"""
72 return _IMP_misc.IMP_MISC_SwigPyIterator_incr(self, n)
75 r"""decr(IMP_MISC_SwigPyIterator self, size_t n=1) -> IMP_MISC_SwigPyIterator"""
76 return _IMP_misc.IMP_MISC_SwigPyIterator_decr(self, n)
78 def distance(self, x):
79 r"""distance(IMP_MISC_SwigPyIterator self, IMP_MISC_SwigPyIterator x) -> ptrdiff_t"""
80 return _IMP_misc.IMP_MISC_SwigPyIterator_distance(self, x)
83 r"""equal(IMP_MISC_SwigPyIterator self, IMP_MISC_SwigPyIterator x) -> bool"""
84 return _IMP_misc.IMP_MISC_SwigPyIterator_equal(self, x)
87 r"""copy(IMP_MISC_SwigPyIterator self) -> IMP_MISC_SwigPyIterator"""
88 return _IMP_misc.IMP_MISC_SwigPyIterator_copy(self)
91 r"""__next__(IMP_MISC_SwigPyIterator self) -> PyObject *"""
92 return _IMP_misc.IMP_MISC_SwigPyIterator___next__(self)
95 r"""previous(IMP_MISC_SwigPyIterator self) -> PyObject *"""
96 return _IMP_misc.IMP_MISC_SwigPyIterator_previous(self)
99 r"""advance(IMP_MISC_SwigPyIterator self, ptrdiff_t n) -> IMP_MISC_SwigPyIterator"""
100 return _IMP_misc.IMP_MISC_SwigPyIterator_advance(self, n)
103 r"""__eq__(IMP_MISC_SwigPyIterator self, IMP_MISC_SwigPyIterator x) -> bool"""
104 return _IMP_misc.IMP_MISC_SwigPyIterator___eq__(self, x)
107 r"""__ne__(IMP_MISC_SwigPyIterator self, IMP_MISC_SwigPyIterator x) -> bool"""
108 return _IMP_misc.IMP_MISC_SwigPyIterator___ne__(self, x)
110 def __iadd__(self, n):
111 r"""__iadd__(IMP_MISC_SwigPyIterator self, ptrdiff_t n) -> IMP_MISC_SwigPyIterator"""
112 return _IMP_misc.IMP_MISC_SwigPyIterator___iadd__(self, n)
114 def __isub__(self, n):
115 r"""__isub__(IMP_MISC_SwigPyIterator self, ptrdiff_t n) -> IMP_MISC_SwigPyIterator"""
116 return _IMP_misc.IMP_MISC_SwigPyIterator___isub__(self, n)
118 def __add__(self, n):
119 r"""__add__(IMP_MISC_SwigPyIterator self, ptrdiff_t n) -> IMP_MISC_SwigPyIterator"""
120 return _IMP_misc.IMP_MISC_SwigPyIterator___add__(self, n)
122 def __sub__(self, *args):
124 __sub__(IMP_MISC_SwigPyIterator self, ptrdiff_t n) -> IMP_MISC_SwigPyIterator
125 __sub__(IMP_MISC_SwigPyIterator self, IMP_MISC_SwigPyIterator x) -> ptrdiff_t
127 return _IMP_misc.IMP_MISC_SwigPyIterator___sub__(self, *args)
132 _IMP_misc.IMP_MISC_SwigPyIterator_swigregister(IMP_MISC_SwigPyIterator)
139 IMP_DEBUG = _IMP_misc.IMP_DEBUG
141 IMP_RELEASE = _IMP_misc.IMP_RELEASE
143 IMP_SILENT = _IMP_misc.IMP_SILENT
145 IMP_PROGRESS = _IMP_misc.IMP_PROGRESS
147 IMP_TERSE = _IMP_misc.IMP_TERSE
149 IMP_VERBOSE = _IMP_misc.IMP_VERBOSE
151 IMP_MEMORY = _IMP_misc.IMP_MEMORY
153 IMP_NONE = _IMP_misc.IMP_NONE
155 IMP_USAGE = _IMP_misc.IMP_USAGE
157 IMP_INTERNAL = _IMP_misc.IMP_INTERNAL
159 IMP_KERNEL_HAS_LOG4CXX = _IMP_misc.IMP_KERNEL_HAS_LOG4CXX
161 IMP_COMPILER_HAS_CEREAL_RAW_POINTER = _IMP_misc.IMP_COMPILER_HAS_CEREAL_RAW_POINTER
163 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_misc.IMP_COMPILER_HAS_DEBUG_VECTOR
165 IMP_COMPILER_HAS_RANDOM_SHUFFLE = _IMP_misc.IMP_COMPILER_HAS_RANDOM_SHUFFLE
167 IMP_COMPILER_HAS_THREE_WAY = _IMP_misc.IMP_COMPILER_HAS_THREE_WAY
169 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_misc.IMP_KERNEL_HAS_BOOST_RANDOM
171 IMP_KERNEL_HAS_NUMPY = _IMP_misc.IMP_KERNEL_HAS_NUMPY
173 IMP_KERNEL_HAS_BOOST_SYSTEM = _IMP_misc.IMP_KERNEL_HAS_BOOST_SYSTEM
175 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_misc.IMP_KERNEL_HAS_GPERFTOOLS
177 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_misc.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
179 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_misc.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
181 IMPKERNEL_SHOW_WARNINGS = _IMP_misc.IMPKERNEL_SHOW_WARNINGS
185 class _DirectorObjects:
186 """@internal Simple class to keep references to director objects
187 to prevent premature deletion."""
190 def register(self, obj):
191 """Take a reference to a director object; will only work for
192 refcounted C++ classes"""
193 if hasattr(obj,
'get_ref_count'):
194 self._objects.append(obj)
196 """Only drop our reference and allow cleanup by Python if no other
197 Python references exist (we hold 3 references: one in self._objects,
198 one in x, and one in the argument list for getrefcount) *and* no
199 other C++ references exist (the Python object always holds one)"""
200 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
201 or x.get_ref_count() > 1]
205 def get_object_count(self):
206 """Get number of director objects (useful for testing only)"""
207 return len(self._objects)
208 _director_objects = _DirectorObjects()
210 class _ostream(object):
211 r"""Proxy of C++ std::ostream class."""
213 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
215 def __init__(self, *args, **kwargs):
216 raise AttributeError(
"No constructor defined")
217 __repr__ = _swig_repr
219 def write(self, osa_buf):
220 r"""write(_ostream self, char const * osa_buf)"""
221 return _IMP_misc._ostream_write(self, osa_buf)
224 _IMP_misc._ostream_swigregister(_ostream)
225 IMP_C_OPEN_BINARY = _IMP_misc.IMP_C_OPEN_BINARY
228 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_CGAL_HAS_BOOST_FILESYSTEM
230 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
232 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_misc.IMP_CGAL_HAS_BOOST_RANDOM
234 IMP_CGAL_HAS_NUMPY = _IMP_misc.IMP_CGAL_HAS_NUMPY
236 IMPCGAL_SHOW_WARNINGS = _IMP_misc.IMPCGAL_SHOW_WARNINGS
239 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_misc.IMP_ALGEBRA_HAS_IMP_CGAL
241 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
243 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
245 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_misc.IMP_ALGEBRA_HAS_BOOST_RANDOM
247 IMP_ALGEBRA_HAS_CGAL = _IMP_misc.IMP_ALGEBRA_HAS_CGAL
249 IMP_ALGEBRA_HAS_NUMPY = _IMP_misc.IMP_ALGEBRA_HAS_NUMPY
251 IMP_ALGEBRA_HAS_ANN = _IMP_misc.IMP_ALGEBRA_HAS_ANN
253 IMPALGEBRA_SHOW_WARNINGS = _IMP_misc.IMPALGEBRA_SHOW_WARNINGS
256 IMP_DISPLAY_HAS_IMP_CGAL = _IMP_misc.IMP_DISPLAY_HAS_IMP_CGAL
258 IMP_DISPLAY_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_DISPLAY_HAS_BOOST_FILESYSTEM
260 IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS
262 IMP_DISPLAY_HAS_BOOST_RANDOM = _IMP_misc.IMP_DISPLAY_HAS_BOOST_RANDOM
264 IMP_DISPLAY_HAS_CGAL = _IMP_misc.IMP_DISPLAY_HAS_CGAL
266 IMP_DISPLAY_HAS_NUMPY = _IMP_misc.IMP_DISPLAY_HAS_NUMPY
268 IMPDISPLAY_SHOW_WARNINGS = _IMP_misc.IMPDISPLAY_SHOW_WARNINGS
271 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
273 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
275 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
277 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
279 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_CGAL
281 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_HDF5
283 IMP_SCORE_FUNCTOR_HAS_NUMPY = _IMP_misc.IMP_SCORE_FUNCTOR_HAS_NUMPY
285 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_misc.IMPSCOREFUNCTOR_SHOW_WARNINGS
288 IMP_CORE_HAS_IMP_CGAL = _IMP_misc.IMP_CORE_HAS_IMP_CGAL
290 IMP_CORE_HAS_IMP_KERNEL = _IMP_misc.IMP_CORE_HAS_IMP_KERNEL
292 IMP_CORE_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_CORE_HAS_BOOST_FILESYSTEM
294 IMP_CORE_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS
296 IMP_CORE_HAS_BOOST_RANDOM = _IMP_misc.IMP_CORE_HAS_BOOST_RANDOM
298 IMP_CORE_HAS_CGAL = _IMP_misc.IMP_CORE_HAS_CGAL
300 IMP_CORE_HAS_HDF5 = _IMP_misc.IMP_CORE_HAS_HDF5
302 IMP_CORE_HAS_NUMPY = _IMP_misc.IMP_CORE_HAS_NUMPY
304 IMPCORE_SHOW_WARNINGS = _IMP_misc.IMPCORE_SHOW_WARNINGS
307 IMP_CONTAINER_HAS_IMP_ALGEBRA = _IMP_misc.IMP_CONTAINER_HAS_IMP_ALGEBRA
309 IMP_CONTAINER_HAS_IMP_CGAL = _IMP_misc.IMP_CONTAINER_HAS_IMP_CGAL
311 IMP_CONTAINER_HAS_IMP_DISPLAY = _IMP_misc.IMP_CONTAINER_HAS_IMP_DISPLAY
313 IMP_CONTAINER_HAS_IMP_KERNEL = _IMP_misc.IMP_CONTAINER_HAS_IMP_KERNEL
315 IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR = _IMP_misc.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR
317 IMP_CONTAINER_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_CONTAINER_HAS_BOOST_FILESYSTEM
319 IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS
321 IMP_CONTAINER_HAS_BOOST_RANDOM = _IMP_misc.IMP_CONTAINER_HAS_BOOST_RANDOM
323 IMP_CONTAINER_HAS_CGAL = _IMP_misc.IMP_CONTAINER_HAS_CGAL
325 IMP_CONTAINER_HAS_HDF5 = _IMP_misc.IMP_CONTAINER_HAS_HDF5
327 IMP_CONTAINER_HAS_NUMPY = _IMP_misc.IMP_CONTAINER_HAS_NUMPY
329 IMP_CONTAINER_HAS_PYTHON_IHM = _IMP_misc.IMP_CONTAINER_HAS_PYTHON_IHM
331 IMP_CONTAINER_HAS_GOOGLE_DENSE_HASH_MAP = _IMP_misc.IMP_CONTAINER_HAS_GOOGLE_DENSE_HASH_MAP
333 IMP_CONTAINER_HAS_ROBIN_MAP = _IMP_misc.IMP_CONTAINER_HAS_ROBIN_MAP
335 IMPCONTAINER_SHOW_WARNINGS = _IMP_misc.IMPCONTAINER_SHOW_WARNINGS
338 IMP_ATOM_HAS_IMP_CGAL = _IMP_misc.IMP_ATOM_HAS_IMP_CGAL
340 IMP_ATOM_HAS_IMP_KERNEL = _IMP_misc.IMP_ATOM_HAS_IMP_KERNEL
342 IMP_ATOM_HAS_IMP_SCORE_FUNCTOR = _IMP_misc.IMP_ATOM_HAS_IMP_SCORE_FUNCTOR
344 IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS
346 IMP_ATOM_HAS_BOOST_RANDOM = _IMP_misc.IMP_ATOM_HAS_BOOST_RANDOM
348 IMP_ATOM_HAS_BOOST_REGEX = _IMP_misc.IMP_ATOM_HAS_BOOST_REGEX
350 IMP_ATOM_HAS_CGAL = _IMP_misc.IMP_ATOM_HAS_CGAL
352 IMP_ATOM_HAS_HDF5 = _IMP_misc.IMP_ATOM_HAS_HDF5
354 IMP_ATOM_HAS_NUMPY = _IMP_misc.IMP_ATOM_HAS_NUMPY
356 IMP_ATOM_HAS_PYTHON_IHM = _IMP_misc.IMP_ATOM_HAS_PYTHON_IHM
358 IMPATOM_SHOW_WARNINGS = _IMP_misc.IMPATOM_SHOW_WARNINGS
360 IMP_ATOM_TYPE_INDEX = _IMP_misc.IMP_ATOM_TYPE_INDEX
362 IMP_RESIDUE_TYPE_INDEX = _IMP_misc.IMP_RESIDUE_TYPE_INDEX
364 IMP_HIERARCHY_TYPE_INDEX = _IMP_misc.IMP_HIERARCHY_TYPE_INDEX
366 IMP_CHAIN_TYPE_INDEX = _IMP_misc.IMP_CHAIN_TYPE_INDEX
369 IMP_MISC_HAS_IMP_ALGEBRA = _IMP_misc.IMP_MISC_HAS_IMP_ALGEBRA
371 IMP_MISC_HAS_IMP_CGAL = _IMP_misc.IMP_MISC_HAS_IMP_CGAL
373 IMP_MISC_HAS_IMP_CONTAINER = _IMP_misc.IMP_MISC_HAS_IMP_CONTAINER
375 IMP_MISC_HAS_IMP_DISPLAY = _IMP_misc.IMP_MISC_HAS_IMP_DISPLAY
377 IMP_MISC_HAS_IMP_KERNEL = _IMP_misc.IMP_MISC_HAS_IMP_KERNEL
379 IMP_MISC_HAS_IMP_SCORE_FUNCTOR = _IMP_misc.IMP_MISC_HAS_IMP_SCORE_FUNCTOR
381 IMP_MISC_HAS_BOOST_FILESYSTEM = _IMP_misc.IMP_MISC_HAS_BOOST_FILESYSTEM
383 IMP_MISC_HAS_BOOST_PROGRAMOPTIONS = _IMP_misc.IMP_MISC_HAS_BOOST_PROGRAMOPTIONS
385 IMP_MISC_HAS_BOOST_RANDOM = _IMP_misc.IMP_MISC_HAS_BOOST_RANDOM
387 IMP_MISC_HAS_BOOST_REGEX = _IMP_misc.IMP_MISC_HAS_BOOST_REGEX
389 IMP_MISC_HAS_CGAL = _IMP_misc.IMP_MISC_HAS_CGAL
391 IMP_MISC_HAS_HDF5 = _IMP_misc.IMP_MISC_HAS_HDF5
393 IMP_MISC_HAS_NUMPY = _IMP_misc.IMP_MISC_HAS_NUMPY
395 IMP_MISC_HAS_PYTHON_IHM = _IMP_misc.IMP_MISC_HAS_PYTHON_IHM
397 IMPMISC_SHOW_WARNINGS = _IMP_misc.IMPMISC_SHOW_WARNINGS
400 _object_types.append(
"WormLikeChain")
403 def _object_cast_to_WormLikeChain(o):
404 r"""_object_cast_to_WormLikeChain(Object o) -> WormLikeChain"""
405 return _IMP_misc._object_cast_to_WormLikeChain(o)
407 _object_types.append(
"FreelyJointedChain")
410 def _object_cast_to_FreelyJointedChain(o):
411 r"""_object_cast_to_FreelyJointedChain(Object o) -> FreelyJointedChain"""
412 return _IMP_misc._object_cast_to_FreelyJointedChain(o)
414 _object_types.append(
"StateAdaptor")
417 def _object_cast_to_StateAdaptor(o):
418 r"""_object_cast_to_StateAdaptor(Object o) -> StateAdaptor"""
419 return _IMP_misc._object_cast_to_StateAdaptor(o)
421 _object_types.append(
"CommonEndpointPairFilter")
424 def _object_cast_to_CommonEndpointPairFilter(o):
425 r"""_object_cast_to_CommonEndpointPairFilter(Object o) -> CommonEndpointPairFilter"""
426 return _IMP_misc._object_cast_to_CommonEndpointPairFilter(o)
428 _object_types.append(
"LogPairScore")
431 def _object_cast_to_LogPairScore(o):
432 r"""_object_cast_to_LogPairScore(Object o) -> LogPairScore"""
433 return _IMP_misc._object_cast_to_LogPairScore(o)
435 _object_types.append(
"LowestRefinedPairScore")
438 def _object_cast_to_LowestRefinedPairScore(o):
439 r"""_object_cast_to_LowestRefinedPairScore(Object o) -> LowestRefinedPairScore"""
440 return _IMP_misc._object_cast_to_LowestRefinedPairScore(o)
442 _object_types.append(
"SoftCylinderPairScore")
445 def _object_cast_to_SoftCylinderPairScore(o):
446 r"""_object_cast_to_SoftCylinderPairScore(Object o) -> SoftCylinderPairScore"""
447 return _IMP_misc._object_cast_to_SoftCylinderPairScore(o)
449 _object_types.append(
"DecayPairContainerOptimizerState")
452 def _object_cast_to_DecayPairContainerOptimizerState(o):
453 r"""_object_cast_to_DecayPairContainerOptimizerState(Object o) -> DecayPairContainerOptimizerState"""
454 return _IMP_misc._object_cast_to_DecayPairContainerOptimizerState(o)
456 def CustomXYZRs(l=[]):
457 return [CustomXYZR(x)
for x
in l]
458 _plural_types.append(
"CustomXYZRs")
461 _value_types.append(
"CustomXYZR")
464 r"""Proxy of C++ IMP::misc::WormLikeChain class."""
466 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
468 def __init__(self, l_max, lp):
469 r"""__init__(WormLikeChain self, IMP::Float l_max, IMP::Float lp) -> WormLikeChain"""
470 _IMP_misc.WormLikeChain_swiginit(self, _IMP_misc.new_WormLikeChain(l_max, lp))
473 r"""get_version_info(WormLikeChain self) -> VersionInfo"""
474 return _IMP_misc.WormLikeChain_get_version_info(self)
475 __swig_destroy__ = _IMP_misc.delete_WormLikeChain
477 def do_show(self, out):
478 r"""do_show(WormLikeChain self, _ostream out)"""
479 return _IMP_misc.WormLikeChain_do_show(self, out)
482 r"""__str__(WormLikeChain self) -> std::string"""
483 return _IMP_misc.WormLikeChain___str__(self)
486 r"""__repr__(WormLikeChain self) -> std::string"""
487 return _IMP_misc.WormLikeChain___repr__(self)
491 return _object_cast_to_WormLikeChain(o)
495 _IMP_misc.WormLikeChain_swigregister(WormLikeChain)
497 r"""Proxy of C++ IMP::misc::FreelyJointedChain class."""
499 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
501 def __init__(self, link_num, link_length):
502 r"""__init__(FreelyJointedChain self, int link_num, double link_length) -> FreelyJointedChain"""
503 _IMP_misc.FreelyJointedChain_swiginit(self, _IMP_misc.new_FreelyJointedChain(link_num, link_length))
506 r"""get_version_info(FreelyJointedChain self) -> VersionInfo"""
507 return _IMP_misc.FreelyJointedChain_get_version_info(self)
508 __swig_destroy__ = _IMP_misc.delete_FreelyJointedChain
510 def get_link_number(self):
511 r"""get_link_number(FreelyJointedChain self) -> int"""
512 return _IMP_misc.FreelyJointedChain_get_link_number(self)
514 def get_link_length(self):
515 r"""get_link_length(FreelyJointedChain self) -> double"""
516 return _IMP_misc.FreelyJointedChain_get_link_length(self)
518 def set_link_number(self, N):
519 r"""set_link_number(FreelyJointedChain self, int N)"""
520 return _IMP_misc.FreelyJointedChain_set_link_number(self, N)
522 def set_link_length(self, b):
523 r"""set_link_length(FreelyJointedChain self, double b)"""
524 return _IMP_misc.FreelyJointedChain_set_link_length(self, b)
526 def get_distance_at_minimum(self):
527 r"""get_distance_at_minimum(FreelyJointedChain self) -> double"""
528 return _IMP_misc.FreelyJointedChain_get_distance_at_minimum(self)
530 def get_average_distance(self):
531 r"""get_average_distance(FreelyJointedChain self) -> double"""
532 return _IMP_misc.FreelyJointedChain_get_average_distance(self)
535 r"""__str__(FreelyJointedChain self) -> std::string"""
536 return _IMP_misc.FreelyJointedChain___str__(self)
539 r"""__repr__(FreelyJointedChain self) -> std::string"""
540 return _IMP_misc.FreelyJointedChain___repr__(self)
544 return _object_cast_to_FreelyJointedChain(o)
548 _IMP_misc.FreelyJointedChain_swigregister(FreelyJointedChain)
550 r"""Proxy of C++ IMP::misc::LowestRefinedPairScore class."""
552 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
554 def __init__(self, r, f):
555 r"""__init__(LowestRefinedPairScore self, Refiner r, PairScore f) -> LowestRefinedPairScore"""
556 _IMP_misc.LowestRefinedPairScore_swiginit(self, _IMP_misc.new_LowestRefinedPairScore(r, f))
559 r"""do_get_inputs(LowestRefinedPairScore self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
560 return _IMP_misc.LowestRefinedPairScore_do_get_inputs(self, m, pis)
562 def evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked=False):
563 r"""evaluate_indexes(LowestRefinedPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
564 return _IMP_misc.LowestRefinedPairScore_evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked)
566 def evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked=False):
567 r"""evaluate_indexes_scores(LowestRefinedPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
568 return _IMP_misc.LowestRefinedPairScore_evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked)
570 def evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked=False):
571 r"""evaluate_indexes_delta(LowestRefinedPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, std::vector< unsigned int,std::allocator< unsigned int > > const & indexes, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
572 return _IMP_misc.LowestRefinedPairScore_evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked)
574 def evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked=False):
575 r"""evaluate_if_good_indexes(LowestRefinedPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, double max, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
576 return _IMP_misc.LowestRefinedPairScore_evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked)
579 r"""get_version_info(LowestRefinedPairScore self) -> VersionInfo"""
580 return _IMP_misc.LowestRefinedPairScore_get_version_info(self)
581 __swig_destroy__ = _IMP_misc.delete_LowestRefinedPairScore
584 r"""__str__(LowestRefinedPairScore self) -> std::string"""
585 return _IMP_misc.LowestRefinedPairScore___str__(self)
588 r"""__repr__(LowestRefinedPairScore self) -> std::string"""
589 return _IMP_misc.LowestRefinedPairScore___repr__(self)
593 return _object_cast_to_LowestRefinedPairScore(o)
597 _IMP_misc.LowestRefinedPairScore_swigregister(LowestRefinedPairScore)
599 r"""Proxy of C++ IMP::misc::LogPairScore class."""
601 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
604 r"""__init__(LogPairScore self) -> LogPairScore"""
605 _IMP_misc.LogPairScore_swiginit(self, _IMP_misc.new_LogPairScore())
608 r"""do_get_inputs(LogPairScore self, Model arg2, IMP::ParticleIndexes const & arg3) -> IMP::ModelObjectsTemp"""
609 return _IMP_misc.LogPairScore_do_get_inputs(self, arg2, arg3)
611 def evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked=False):
612 r"""evaluate_indexes(LogPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
613 return _IMP_misc.LogPairScore_evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked)
615 def evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked=False):
616 r"""evaluate_indexes_scores(LogPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
617 return _IMP_misc.LogPairScore_evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked)
619 def evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked=False):
620 r"""evaluate_indexes_delta(LogPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, std::vector< unsigned int,std::allocator< unsigned int > > const & indexes, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
621 return _IMP_misc.LogPairScore_evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked)
623 def evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked=False):
624 r"""evaluate_if_good_indexes(LogPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, double max, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
625 return _IMP_misc.LogPairScore_evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked)
628 r"""get_version_info(LogPairScore self) -> VersionInfo"""
629 return _IMP_misc.LogPairScore_get_version_info(self)
630 __swig_destroy__ = _IMP_misc.delete_LogPairScore
632 def get_particle_pairs(self):
633 r"""get_particle_pairs(LogPairScore self) -> IMP::ParticlePairsTemp"""
634 return _IMP_misc.LogPairScore_get_particle_pairs(self)
637 r"""clear(LogPairScore self)"""
638 return _IMP_misc.LogPairScore_clear(self)
640 def get_contains(self, pp):
641 r"""get_contains(LogPairScore self, IMP::ParticlePair const & pp) -> bool"""
642 return _IMP_misc.LogPairScore_get_contains(self, pp)
645 r"""__str__(LogPairScore self) -> std::string"""
646 return _IMP_misc.LogPairScore___str__(self)
649 r"""__repr__(LogPairScore self) -> std::string"""
650 return _IMP_misc.LogPairScore___repr__(self)
654 return _object_cast_to_LogPairScore(o)
658 _IMP_misc.LogPairScore_swigregister(LogPairScore)
660 r"""Proxy of C++ IMP::misc::StateAdaptor class."""
662 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
664 def __init__(self, m, before, after):
665 r"""__init__(StateAdaptor self, Model m, OptimizerState before, OptimizerState after) -> StateAdaptor"""
666 _IMP_misc.StateAdaptor_swiginit(self, _IMP_misc.new_StateAdaptor(m, before, after))
668 def do_before_evaluate(self):
669 r"""do_before_evaluate(StateAdaptor self)"""
670 return _IMP_misc.StateAdaptor_do_before_evaluate(self)
672 def do_after_evaluate(self, da):
673 r"""do_after_evaluate(StateAdaptor self, DerivativeAccumulator da)"""
674 return _IMP_misc.StateAdaptor_do_after_evaluate(self, da)
677 r"""do_get_inputs(StateAdaptor self) -> IMP::ModelObjectsTemp"""
678 return _IMP_misc.StateAdaptor_do_get_inputs(self)
681 r"""do_get_outputs(StateAdaptor self) -> IMP::ModelObjectsTemp"""
682 return _IMP_misc.StateAdaptor_do_get_outputs(self)
685 r"""get_version_info(StateAdaptor self) -> VersionInfo"""
686 return _IMP_misc.StateAdaptor_get_version_info(self)
687 __swig_destroy__ = _IMP_misc.delete_StateAdaptor
690 r"""__str__(StateAdaptor self) -> std::string"""
691 return _IMP_misc.StateAdaptor___str__(self)
694 r"""__repr__(StateAdaptor self) -> std::string"""
695 return _IMP_misc.StateAdaptor___repr__(self)
699 return _object_cast_to_StateAdaptor(o)
703 _IMP_misc.StateAdaptor_swigregister(StateAdaptor)
705 r"""Proxy of C++ IMP::misc::CommonEndpointPairFilter class."""
707 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
710 r"""__init__(CommonEndpointPairFilter self) -> CommonEndpointPairFilter"""
711 _IMP_misc.CommonEndpointPairFilter_swiginit(self, _IMP_misc.new_CommonEndpointPairFilter())
714 r"""do_get_inputs(CommonEndpointPairFilter self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
715 return _IMP_misc.CommonEndpointPairFilter_do_get_inputs(self, m, pis)
717 def get_value(self, *args):
719 get_value(CommonEndpointPairFilter self, IMP::ParticlePair const & a) -> int
720 get_value(CommonEndpointPairFilter self, IMP::ParticlePairsTemp const & o) -> IMP::Ints
722 return _IMP_misc.CommonEndpointPairFilter_get_value(self, *args)
724 def get_value_index(self, *args):
726 get_value_index(CommonEndpointPairFilter self, Model m, IMP::ParticleIndexPair const & p) -> int
727 get_value_index(CommonEndpointPairFilter self, Model m, IMP::ParticleIndexPairs const & o) -> IMP::Ints
729 return _IMP_misc.CommonEndpointPairFilter_get_value_index(self, *args)
732 r"""get_version_info(CommonEndpointPairFilter self) -> VersionInfo"""
733 return _IMP_misc.CommonEndpointPairFilter_get_version_info(self)
734 __swig_destroy__ = _IMP_misc.delete_CommonEndpointPairFilter
737 r"""__str__(CommonEndpointPairFilter self) -> std::string"""
738 return _IMP_misc.CommonEndpointPairFilter___str__(self)
741 r"""__repr__(CommonEndpointPairFilter self) -> std::string"""
742 return _IMP_misc.CommonEndpointPairFilter___repr__(self)
746 return _object_cast_to_CommonEndpointPairFilter(o)
750 _IMP_misc.CommonEndpointPairFilter_swigregister(CommonEndpointPairFilter)
752 r"""Proxy of C++ IMP::misc::CustomXYZR class."""
754 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
756 def get_decorator_traits(self):
757 r"""get_decorator_traits(CustomXYZR self) -> FloatKey"""
758 return _IMP_misc.CustomXYZR_get_decorator_traits(self)
761 def get_default_decorator_traits():
762 r"""get_default_decorator_traits() -> FloatKey"""
763 return _IMP_misc.CustomXYZR_get_default_decorator_traits()
765 def __init__(self, *args):
767 __init__(CustomXYZR self) -> CustomXYZR
768 __init__(CustomXYZR self, Model m, ParticleIndex id, FloatKey tr=IMP::core::XYZR::get_radius_key()) -> CustomXYZR
769 __init__(CustomXYZR self, _ParticleAdaptor d, FloatKey tr=IMP::core::XYZR::get_radius_key()) -> CustomXYZR
771 _IMP_misc.CustomXYZR_swiginit(self, _IMP_misc.new_CustomXYZR(*args))
773 def show(self, *args):
774 r"""show(CustomXYZR self, _ostream out=std::cout)"""
775 return _IMP_misc.CustomXYZR_show(self, *args)
778 def setup_particle(*args):
780 setup_particle(Model m, ParticleIndex pi, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
781 setup_particle(_ParticleAdaptor d, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
782 setup_particle(Model m, ParticleIndex pi, double radius, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
783 setup_particle(_ParticleAdaptor d, double radius, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
784 setup_particle(Model m, ParticleIndex pi, Sphere3D ball, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
785 setup_particle(_ParticleAdaptor d, Sphere3D ball, FloatKey tr=IMP::misc::CustomXYZR::get_default_decorator_traits()) -> CustomXYZR
787 return _IMP_misc.CustomXYZR_setup_particle(*args)
790 def get_is_setup(*args):
792 get_is_setup(_ParticleAdaptor p, FloatKey tr=IMP::core::XYZR::get_radius_key()) -> bool
793 get_is_setup(Model m, ParticleIndex pi, FloatKey radius_key=get_default_radius_key()) -> bool
795 return _IMP_misc.CustomXYZR_get_is_setup(*args)
797 def get_radius(self):
798 r"""get_radius(CustomXYZR self) -> IMP::Float"""
799 return _IMP_misc.CustomXYZR_get_radius(self)
801 def set_radius(self, t):
802 r"""set_radius(CustomXYZR self, IMP::Float t)"""
803 return _IMP_misc.CustomXYZR_set_radius(self, t)
805 def get_sphere(self):
806 r"""get_sphere(CustomXYZR self) -> Sphere3D"""
807 return _IMP_misc.CustomXYZR_get_sphere(self)
809 def set_sphere(self, s):
810 r"""set_sphere(CustomXYZR self, Sphere3D s)"""
811 return _IMP_misc.CustomXYZR_set_sphere(self, s)
814 def get_default_radius_key():
815 r"""get_default_radius_key() -> FloatKey"""
816 return _IMP_misc.CustomXYZR_get_default_radius_key()
818 def add_to_radius_derivative(self, v, d):
819 r"""add_to_radius_derivative(CustomXYZR self, double v, DerivativeAccumulator d)"""
820 return _IMP_misc.CustomXYZR_add_to_radius_derivative(self, v, d)
822 def get_traits(self):
823 r"""get_traits(CustomXYZR self) -> FloatKey"""
824 return _IMP_misc.CustomXYZR_get_traits(self)
826 def add_attribute(self, *args):
828 add_attribute(CustomXYZR self, FloatKey k, IMP::Float v, bool opt)
829 add_attribute(CustomXYZR self, FloatKey a0, IMP::Float a1)
830 add_attribute(CustomXYZR self, IntKey a0, IMP::Int a1)
831 add_attribute(CustomXYZR self, FloatsKey a0, IMP::Floats a1)
832 add_attribute(CustomXYZR self, IntsKey a0, IMP::Ints a1)
833 add_attribute(CustomXYZR self, StringKey a0, IMP::String a1)
834 add_attribute(CustomXYZR self, ParticleIndexKey a0, Particle a1)
835 add_attribute(CustomXYZR self, ObjectKey a0, Object a1)
836 add_attribute(CustomXYZR self, SparseFloatKey a0, IMP::Float a1)
837 add_attribute(CustomXYZR self, SparseIntKey a0, IMP::Int a1)
838 add_attribute(CustomXYZR self, SparseStringKey a0, IMP::String a1)
839 add_attribute(CustomXYZR self, SparseParticleIndexKey a0, ParticleIndex a1)
841 return _IMP_misc.CustomXYZR_add_attribute(self, *args)
843 def get_value(self, *args):
845 get_value(CustomXYZR self, FloatKey a0) -> IMP::Float
846 get_value(CustomXYZR self, IntKey a0) -> IMP::Int
847 get_value(CustomXYZR self, FloatsKey a0) -> IMP::Floats
848 get_value(CustomXYZR self, IntsKey a0) -> IMP::Ints
849 get_value(CustomXYZR self, StringKey a0) -> IMP::String
850 get_value(CustomXYZR self, ParticleIndexKey a0) -> Particle
851 get_value(CustomXYZR self, ObjectKey a0) -> Object
852 get_value(CustomXYZR self, SparseFloatKey a0) -> IMP::Float
853 get_value(CustomXYZR self, SparseIntKey a0) -> IMP::Int
854 get_value(CustomXYZR self, SparseStringKey a0) -> IMP::String
855 get_value(CustomXYZR self, SparseParticleIndexKey a0) -> ParticleIndex
857 return _IMP_misc.CustomXYZR_get_value(self, *args)
859 def set_value(self, *args):
861 set_value(CustomXYZR self, FloatKey a0, IMP::Float a1)
862 set_value(CustomXYZR self, IntKey a0, IMP::Int a1)
863 set_value(CustomXYZR self, FloatsKey a0, IMP::Floats a1)
864 set_value(CustomXYZR self, IntsKey a0, IMP::Ints a1)
865 set_value(CustomXYZR self, StringKey a0, IMP::String a1)
866 set_value(CustomXYZR self, ParticleIndexKey a0, Particle a1)
867 set_value(CustomXYZR self, ObjectKey a0, Object a1)
868 set_value(CustomXYZR self, SparseFloatKey a0, IMP::Float a1)
869 set_value(CustomXYZR self, SparseIntKey a0, IMP::Int a1)
870 set_value(CustomXYZR self, SparseStringKey a0, IMP::String a1)
871 set_value(CustomXYZR self, SparseParticleIndexKey a0, ParticleIndex a1)
873 return _IMP_misc.CustomXYZR_set_value(self, *args)
875 def remove_attribute(self, *args):
877 remove_attribute(CustomXYZR self, FloatKey a0)
878 remove_attribute(CustomXYZR self, IntKey a0)
879 remove_attribute(CustomXYZR self, FloatsKey a0)
880 remove_attribute(CustomXYZR self, IntsKey a0)
881 remove_attribute(CustomXYZR self, StringKey a0)
882 remove_attribute(CustomXYZR self, ParticleIndexKey a0)
883 remove_attribute(CustomXYZR self, ObjectKey a0)
884 remove_attribute(CustomXYZR self, SparseFloatKey a0)
885 remove_attribute(CustomXYZR self, SparseIntKey a0)
886 remove_attribute(CustomXYZR self, SparseStringKey a0)
887 remove_attribute(CustomXYZR self, SparseParticleIndexKey a0)
889 return _IMP_misc.CustomXYZR_remove_attribute(self, *args)
891 def has_attribute(self, *args):
893 has_attribute(CustomXYZR self, FloatKey a0) -> bool
894 has_attribute(CustomXYZR self, IntKey a0) -> bool
895 has_attribute(CustomXYZR self, FloatsKey a0) -> bool
896 has_attribute(CustomXYZR self, IntsKey a0) -> bool
897 has_attribute(CustomXYZR self, StringKey a0) -> bool
898 has_attribute(CustomXYZR self, ParticleIndexKey a0) -> bool
899 has_attribute(CustomXYZR self, ObjectKey a0) -> bool
900 has_attribute(CustomXYZR self, SparseFloatKey a0) -> bool
901 has_attribute(CustomXYZR self, SparseIntKey a0) -> bool
902 has_attribute(CustomXYZR self, SparseStringKey a0) -> bool
903 has_attribute(CustomXYZR self, SparseParticleIndexKey a0) -> bool
905 return _IMP_misc.CustomXYZR_has_attribute(self, *args)
907 def get_derivative(self, a0):
908 r"""get_derivative(CustomXYZR self, FloatKey a0) -> double"""
909 return _IMP_misc.CustomXYZR_get_derivative(self, a0)
912 r"""get_name(CustomXYZR self) -> std::string"""
913 return _IMP_misc.CustomXYZR_get_name(self)
916 r"""clear_caches(CustomXYZR self)"""
917 return _IMP_misc.CustomXYZR_clear_caches(self)
919 def set_name(self, a0):
920 r"""set_name(CustomXYZR self, std::string a0)"""
921 return _IMP_misc.CustomXYZR_set_name(self, a0)
924 r"""set_check_level(CustomXYZR self, IMP::CheckLevel a0)"""
925 return _IMP_misc.CustomXYZR_set_check_level(self, a0)
927 def add_to_derivative(self, a0, a1, a2):
928 r"""add_to_derivative(CustomXYZR self, FloatKey a0, double a1, DerivativeAccumulator a2)"""
929 return _IMP_misc.CustomXYZR_add_to_derivative(self, a0, a1, a2)
931 def set_is_optimized(self, a0, a1):
932 r"""set_is_optimized(CustomXYZR self, FloatKey a0, bool a1)"""
933 return _IMP_misc.CustomXYZR_set_is_optimized(self, a0, a1)
935 def get_is_optimized(self, a0):
936 r"""get_is_optimized(CustomXYZR self, FloatKey a0) -> bool"""
937 return _IMP_misc.CustomXYZR_get_is_optimized(self, a0)
939 def get_check_level(self):
940 r"""get_check_level(CustomXYZR self) -> IMP::CheckLevel"""
941 return _IMP_misc.CustomXYZR_get_check_level(self)
943 def __eq__(self, *args):
945 __eq__(CustomXYZR self, CustomXYZR o) -> bool
946 __eq__(CustomXYZR self, Particle d) -> bool
948 return _IMP_misc.CustomXYZR___eq__(self, *args)
950 def __ne__(self, *args):
952 __ne__(CustomXYZR self, CustomXYZR o) -> bool
953 __ne__(CustomXYZR self, Particle d) -> bool
955 return _IMP_misc.CustomXYZR___ne__(self, *args)
957 def __le__(self, *args):
959 __le__(CustomXYZR self, CustomXYZR o) -> bool
960 __le__(CustomXYZR self, Particle d) -> bool
962 return _IMP_misc.CustomXYZR___le__(self, *args)
964 def __lt__(self, *args):
966 __lt__(CustomXYZR self, CustomXYZR o) -> bool
967 __lt__(CustomXYZR self, Particle d) -> bool
969 return _IMP_misc.CustomXYZR___lt__(self, *args)
971 def __ge__(self, *args):
973 __ge__(CustomXYZR self, CustomXYZR o) -> bool
974 __ge__(CustomXYZR self, Particle d) -> bool
976 return _IMP_misc.CustomXYZR___ge__(self, *args)
978 def __gt__(self, *args):
980 __gt__(CustomXYZR self, CustomXYZR o) -> bool
981 __gt__(CustomXYZR self, Particle d) -> bool
983 return _IMP_misc.CustomXYZR___gt__(self, *args)
986 r"""__hash__(CustomXYZR self) -> std::size_t"""
987 return _IMP_misc.CustomXYZR___hash__(self)
990 r"""__str__(CustomXYZR self) -> std::string"""
991 return _IMP_misc.CustomXYZR___str__(self)
994 r"""__repr__(CustomXYZR self) -> std::string"""
995 return _IMP_misc.CustomXYZR___repr__(self)
996 __swig_destroy__ = _IMP_misc.delete_CustomXYZR
999 _IMP_misc.CustomXYZR_swigregister(CustomXYZR)
1001 def __lshift__(out, n):
1002 r"""__lshift__(_ostream out, CustomXYZR n) -> _ostream"""
1003 return _IMP_misc.__lshift__(out, n)
1006 r"""get_distance(CustomXYZR a, CustomXYZR b) -> double"""
1007 return _IMP_misc.get_distance(a, b)
1010 r"""get_sphere_d_geometry(CustomXYZR d) -> Sphere3D"""
1011 return _IMP_misc.get_sphere_d_geometry(d)
1014 r"""set_sphere_d_geometry(CustomXYZR d, Sphere3D v)"""
1015 return _IMP_misc.set_sphere_d_geometry(d, v)
1017 r"""Proxy of C++ IMP::misc::SoftCylinderPairScore class."""
1019 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
1021 def __init__(self, k):
1022 r"""__init__(SoftCylinderPairScore self, double k) -> SoftCylinderPairScore"""
1023 _IMP_misc.SoftCylinderPairScore_swiginit(self, _IMP_misc.new_SoftCylinderPairScore(k))
1026 r"""do_get_inputs(SoftCylinderPairScore self, Model m, IMP::ParticleIndexes const & pis) -> IMP::ModelObjectsTemp"""
1027 return _IMP_misc.SoftCylinderPairScore_do_get_inputs(self, m, pis)
1029 def evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked=False):
1030 r"""evaluate_indexes(SoftCylinderPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
1031 return _IMP_misc.SoftCylinderPairScore_evaluate_indexes(self, m, p, da, lower_bound, upper_bound, all_indexes_checked)
1033 def evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked=False):
1034 r"""evaluate_indexes_scores(SoftCylinderPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, unsigned int lower_bound, unsigned int upper_bound, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
1035 return _IMP_misc.SoftCylinderPairScore_evaluate_indexes_scores(self, m, p, da, lower_bound, upper_bound, score, all_indexes_checked)
1037 def evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked=False):
1038 r"""evaluate_indexes_delta(SoftCylinderPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, std::vector< unsigned int,std::allocator< unsigned int > > const & indexes, std::vector< double,std::allocator< double > > & score, bool all_indexes_checked=False) -> double"""
1039 return _IMP_misc.SoftCylinderPairScore_evaluate_indexes_delta(self, m, p, da, indexes, score, all_indexes_checked)
1041 def evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked=False):
1042 r"""evaluate_if_good_indexes(SoftCylinderPairScore self, Model m, IMP::ParticleIndexPairs const & p, DerivativeAccumulator da, double max, unsigned int lower_bound, unsigned int upper_bound, bool all_indexes_checked=False) -> double"""
1043 return _IMP_misc.SoftCylinderPairScore_evaluate_if_good_indexes(self, m, p, da, max, lower_bound, upper_bound, all_indexes_checked)
1046 r"""get_version_info(SoftCylinderPairScore self) -> VersionInfo"""
1047 return _IMP_misc.SoftCylinderPairScore_get_version_info(self)
1048 __swig_destroy__ = _IMP_misc.delete_SoftCylinderPairScore
1051 r"""__str__(SoftCylinderPairScore self) -> std::string"""
1052 return _IMP_misc.SoftCylinderPairScore___str__(self)
1055 r"""__repr__(SoftCylinderPairScore self) -> std::string"""
1056 return _IMP_misc.SoftCylinderPairScore___repr__(self)
1060 return _object_cast_to_SoftCylinderPairScore(o)
1064 _IMP_misc.SoftCylinderPairScore_swigregister(SoftCylinderPairScore)
1066 r"""Proxy of C++ IMP::misc::DecayPairContainerOptimizerState class."""
1068 thisown = property(
lambda x: x.this.own(),
lambda x, v: x.this.own(v), doc=
"The membership flag")
1070 def __init__(self, *args):
1071 r"""__init__(DecayPairContainerOptimizerState self, Model m, PairPredicate pred, IMP::ParticleIndexPairs const & initial_list, std::string name="DecayPairContainerOptimizerState%1%") -> DecayPairContainerOptimizerState"""
1072 _IMP_misc.DecayPairContainerOptimizerState_swiginit(self, _IMP_misc.new_DecayPairContainerOptimizerState(*args))
1074 def get_output_container(self):
1075 r"""get_output_container(DecayPairContainerOptimizerState self) -> PairContainer"""
1076 return _IMP_misc.DecayPairContainerOptimizerState_get_output_container(self)
1078 def do_update(self, call_num):
1079 r"""do_update(DecayPairContainerOptimizerState self, unsigned int call_num)"""
1080 return _IMP_misc.DecayPairContainerOptimizerState_do_update(self, call_num)
1083 r"""get_version_info(DecayPairContainerOptimizerState self) -> VersionInfo"""
1084 return _IMP_misc.DecayPairContainerOptimizerState_get_version_info(self)
1085 __swig_destroy__ = _IMP_misc.delete_DecayPairContainerOptimizerState
1088 r"""__str__(DecayPairContainerOptimizerState self) -> std::string"""
1089 return _IMP_misc.DecayPairContainerOptimizerState___str__(self)
1092 r"""__repr__(DecayPairContainerOptimizerState self) -> std::string"""
1093 return _IMP_misc.DecayPairContainerOptimizerState___repr__(self)
1097 return _object_cast_to_DecayPairContainerOptimizerState(o)
1101 _IMP_misc.DecayPairContainerOptimizerState_swigregister(DecayPairContainerOptimizerState)
1103 def get_module_name():
1104 r"""get_module_name() -> std::string const"""
1105 return _IMP_misc.get_module_name()
1108 r"""get_module_version() -> std::string const"""
1109 return _IMP_misc.get_module_version()
1112 r"""get_example_path(std::string fname) -> std::string"""
1113 return _IMP_misc.get_example_path(fname)
1116 r"""get_data_path(std::string fname) -> std::string"""
1117 return _IMP_misc.get_data_path(fname)
1119 from .
import _version_check
Abstract class for scoring object(s) of type ParticleIndexPair.
Various classes to hold sets of particles.
const algebra::Sphere3D get_sphere_d_geometry(CustomXYZR d)
Make CGAL functionality available to IMP.
virtual void clear_caches()
virtual ModelObjectsTemp do_get_outputs(Model *m, const ParticleIndexes &pis) const =0
Overload this method to specify the outputs.
Composable functors to implement scores via compile-time composition.
ScoreStates maintain invariants in the Model.
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pis) const =0
Overload this method to specify the inputs.
double get_distance(const VectorD< D > &v1, const VectorD< D > &v2)
Compute the distance between two vectors.
A decorator for a particle with x,y,z coordinates.
void set_sphere_d_geometry(CustomXYZR d, const algebra::Sphere3D &v)
Basic functionality that is expected to be used by a wide variety of IMP users.
Abstract predicate function.
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
std::string get_module_version()
Return the version of this module, as a string.
virtual VersionInfo get_version_info() const
Get information about the module and version of the object.
Shared optimizer state that is invoked upon commitment of new coordinates.
void set_check_level(CheckLevel l)
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Output IMP model data in various file formats.
Functionality for loading, creating, manipulating and scoring atomic structures.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
Abstract single variable functor class for score functions.