IMP logo
IMP Reference Guide  2.6.2
The Integrative Modeling Platform
cnmultifit/__init__.py
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.8
3 #
4 # Do not make changes to this file unless you know what you are doing--modify
5 # the SWIG interface file instead.
6 
7 # This wrapper is part of IMP,
8 # Copyright 2007-2016 IMP Inventors. All rights reserved.
9 
10 from __future__ import print_function, division, absolute_import
11 
12 
13 
14 
15 from sys import version_info
16 if version_info >= (2, 6, 0):
17  def swig_import_helper():
18  from os.path import dirname
19  import imp
20  fp = None
21  try:
22  fp, pathname, description = imp.find_module('_IMP_cnmultifit', [dirname(__file__)])
23  except ImportError:
24  import _IMP_cnmultifit
25  return _IMP_cnmultifit
26  if fp is not None:
27  try:
28  _mod = imp.load_module('_IMP_cnmultifit', fp, pathname, description)
29  finally:
30  fp.close()
31  return _mod
32  _IMP_cnmultifit = swig_import_helper()
33  del swig_import_helper
34 else:
35  import _IMP_cnmultifit
36 del version_info
37 try:
38  _swig_property = property
39 except NameError:
40  pass # Python < 2.2 doesn't have 'property'.
41 
42 
43 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
44  if (name == "thisown"):
45  return self.this.own(value)
46  if (name == "this"):
47  if type(value).__name__ == 'SwigPyObject':
48  self.__dict__[name] = value
49  return
50  method = class_type.__swig_setmethods__.get(name, None)
51  if method:
52  return method(self, value)
53  if (not static):
54  object.__setattr__(self, name, value)
55  else:
56  raise AttributeError("You cannot add attributes to %s" % self)
57 
58 
59 def _swig_setattr(self, class_type, name, value):
60  return _swig_setattr_nondynamic(self, class_type, name, value, 0)
61 
62 
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)
67  if method:
68  return method(self)
69  if (not static):
70  return object.__getattr__(self, name)
71  else:
72  raise AttributeError(name)
73 
74 def _swig_getattr(self, class_type, name):
75  return _swig_getattr_nondynamic(self, class_type, name, 0)
76 
77 
78 def _swig_repr(self):
79  try:
80  strthis = "proxy of " + self.this.__repr__()
81  except Exception:
82  strthis = ""
83  return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
84 
85 try:
86  _object = object
87  _newclass = 1
88 except AttributeError:
89  class _object:
90  pass
91  _newclass = 0
92 
93 
94 
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)
101  else:
102  raise AttributeError("You cannot add attributes to %s" % self)
103  return set_attr
104 
105 
106 try:
107  import weakref
108  weakref_proxy = weakref.proxy
109 except Exception:
110  weakref_proxy = lambda x: x
111 
112 
113 class IMP_CNMULTIFIT_SwigPyIterator(object):
114  """Proxy of C++ swig::IMP_CNMULTIFIT_SwigPyIterator class."""
115 
116  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
117 
118  def __init__(self, *args, **kwargs):
119  raise AttributeError("No constructor defined - class is abstract")
120  __repr__ = _swig_repr
121  __swig_destroy__ = _IMP_cnmultifit.delete_IMP_CNMULTIFIT_SwigPyIterator
122  __del__ = lambda self: None
123 
124  def value(self):
125  """value(IMP_CNMULTIFIT_SwigPyIterator self) -> PyObject *"""
126  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_value(self)
127 
128 
129  def incr(self, n=1):
130  """
131  incr(IMP_CNMULTIFIT_SwigPyIterator self, size_t n=1) -> IMP_CNMULTIFIT_SwigPyIterator
132  incr(IMP_CNMULTIFIT_SwigPyIterator self) -> IMP_CNMULTIFIT_SwigPyIterator
133  """
134  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_incr(self, n)
135 
136 
137  def decr(self, n=1):
138  """
139  decr(IMP_CNMULTIFIT_SwigPyIterator self, size_t n=1) -> IMP_CNMULTIFIT_SwigPyIterator
140  decr(IMP_CNMULTIFIT_SwigPyIterator self) -> IMP_CNMULTIFIT_SwigPyIterator
141  """
142  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_decr(self, n)
143 
144 
145  def distance(self, x):
146  """distance(IMP_CNMULTIFIT_SwigPyIterator self, IMP_CNMULTIFIT_SwigPyIterator x) -> ptrdiff_t"""
147  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_distance(self, x)
148 
149 
150  def equal(self, x):
151  """equal(IMP_CNMULTIFIT_SwigPyIterator self, IMP_CNMULTIFIT_SwigPyIterator x) -> bool"""
152  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_equal(self, x)
153 
154 
155  def copy(self):
156  """copy(IMP_CNMULTIFIT_SwigPyIterator self) -> IMP_CNMULTIFIT_SwigPyIterator"""
157  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_copy(self)
158 
159 
160  def next(self):
161  """next(IMP_CNMULTIFIT_SwigPyIterator self) -> PyObject *"""
162  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_next(self)
163 
164 
165  def __next__(self):
166  """__next__(IMP_CNMULTIFIT_SwigPyIterator self) -> PyObject *"""
167  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___next__(self)
168 
169 
170  def previous(self):
171  """previous(IMP_CNMULTIFIT_SwigPyIterator self) -> PyObject *"""
172  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_previous(self)
173 
174 
175  def advance(self, n):
176  """advance(IMP_CNMULTIFIT_SwigPyIterator self, ptrdiff_t n) -> IMP_CNMULTIFIT_SwigPyIterator"""
177  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_advance(self, n)
178 
179 
180  def __eq__(self, x):
181  """__eq__(IMP_CNMULTIFIT_SwigPyIterator self, IMP_CNMULTIFIT_SwigPyIterator x) -> bool"""
182  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___eq__(self, x)
183 
184 
185  def __ne__(self, x):
186  """__ne__(IMP_CNMULTIFIT_SwigPyIterator self, IMP_CNMULTIFIT_SwigPyIterator x) -> bool"""
187  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___ne__(self, x)
188 
189 
190  def __iadd__(self, n):
191  """__iadd__(IMP_CNMULTIFIT_SwigPyIterator self, ptrdiff_t n) -> IMP_CNMULTIFIT_SwigPyIterator"""
192  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___iadd__(self, n)
193 
194 
195  def __isub__(self, n):
196  """__isub__(IMP_CNMULTIFIT_SwigPyIterator self, ptrdiff_t n) -> IMP_CNMULTIFIT_SwigPyIterator"""
197  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___isub__(self, n)
198 
199 
200  def __add__(self, n):
201  """__add__(IMP_CNMULTIFIT_SwigPyIterator self, ptrdiff_t n) -> IMP_CNMULTIFIT_SwigPyIterator"""
202  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___add__(self, n)
203 
204 
205  def __sub__(self, *args):
206  """
207  __sub__(IMP_CNMULTIFIT_SwigPyIterator self, ptrdiff_t n) -> IMP_CNMULTIFIT_SwigPyIterator
208  __sub__(IMP_CNMULTIFIT_SwigPyIterator self, IMP_CNMULTIFIT_SwigPyIterator x) -> ptrdiff_t
209  """
210  return _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator___sub__(self, *args)
211 
212  def __iter__(self):
213  return self
214 IMP_CNMULTIFIT_SwigPyIterator_swigregister = _IMP_cnmultifit.IMP_CNMULTIFIT_SwigPyIterator_swigregister
215 IMP_CNMULTIFIT_SwigPyIterator_swigregister(IMP_CNMULTIFIT_SwigPyIterator)
216 
217 
218 _value_types=[]
219 _object_types=[]
220 _raii_types=[]
221 _plural_types=[]
222 
223 
224 _IMP_cnmultifit.IMP_DEBUG_swigconstant(_IMP_cnmultifit)
225 IMP_DEBUG = _IMP_cnmultifit.IMP_DEBUG
226 
227 _IMP_cnmultifit.IMP_RELEASE_swigconstant(_IMP_cnmultifit)
228 IMP_RELEASE = _IMP_cnmultifit.IMP_RELEASE
229 
230 _IMP_cnmultifit.IMP_SILENT_swigconstant(_IMP_cnmultifit)
231 IMP_SILENT = _IMP_cnmultifit.IMP_SILENT
232 
233 _IMP_cnmultifit.IMP_PROGRESS_swigconstant(_IMP_cnmultifit)
234 IMP_PROGRESS = _IMP_cnmultifit.IMP_PROGRESS
235 
236 _IMP_cnmultifit.IMP_TERSE_swigconstant(_IMP_cnmultifit)
237 IMP_TERSE = _IMP_cnmultifit.IMP_TERSE
238 
239 _IMP_cnmultifit.IMP_VERBOSE_swigconstant(_IMP_cnmultifit)
240 IMP_VERBOSE = _IMP_cnmultifit.IMP_VERBOSE
241 
242 _IMP_cnmultifit.IMP_MEMORY_swigconstant(_IMP_cnmultifit)
243 IMP_MEMORY = _IMP_cnmultifit.IMP_MEMORY
244 
245 _IMP_cnmultifit.IMP_NONE_swigconstant(_IMP_cnmultifit)
246 IMP_NONE = _IMP_cnmultifit.IMP_NONE
247 
248 _IMP_cnmultifit.IMP_USAGE_swigconstant(_IMP_cnmultifit)
249 IMP_USAGE = _IMP_cnmultifit.IMP_USAGE
250 
251 _IMP_cnmultifit.IMP_INTERNAL_swigconstant(_IMP_cnmultifit)
252 IMP_INTERNAL = _IMP_cnmultifit.IMP_INTERNAL
253 
254 _IMP_cnmultifit.IMP_KERNEL_HAS_LOG4CXX_swigconstant(_IMP_cnmultifit)
255 IMP_KERNEL_HAS_LOG4CXX = _IMP_cnmultifit.IMP_KERNEL_HAS_LOG4CXX
256 
257 _IMP_cnmultifit.IMP_COMPILER_HAS_AUTO_swigconstant(_IMP_cnmultifit)
258 IMP_COMPILER_HAS_AUTO = _IMP_cnmultifit.IMP_COMPILER_HAS_AUTO
259 
260 _IMP_cnmultifit.IMP_COMPILER_HAS_DEBUG_VECTOR_swigconstant(_IMP_cnmultifit)
261 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_cnmultifit.IMP_COMPILER_HAS_DEBUG_VECTOR
262 
263 _IMP_cnmultifit.IMP_COMPILER_HAS_UNIQUE_PTR_swigconstant(_IMP_cnmultifit)
264 IMP_COMPILER_HAS_UNIQUE_PTR = _IMP_cnmultifit.IMP_COMPILER_HAS_UNIQUE_PTR
265 
266 _IMP_cnmultifit.IMP_KERNEL_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
267 IMP_KERNEL_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_KERNEL_HAS_BOOST_RANDOM
268 
269 _IMP_cnmultifit.IMP_KERNEL_HAS_GPERFTOOLS_swigconstant(_IMP_cnmultifit)
270 IMP_KERNEL_HAS_GPERFTOOLS = _IMP_cnmultifit.IMP_KERNEL_HAS_GPERFTOOLS
271 
272 _IMP_cnmultifit.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER_swigconstant(_IMP_cnmultifit)
273 IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER = _IMP_cnmultifit.IMP_KERNEL_HAS_TCMALLOC_HEAPCHECKER
274 
275 _IMP_cnmultifit.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER_swigconstant(_IMP_cnmultifit)
276 IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER = _IMP_cnmultifit.IMP_KERNEL_HAS_TCMALLOC_HEAPPROFILER
277 
278 _IMP_cnmultifit.IMPKERNEL_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
279 IMPKERNEL_SHOW_WARNINGS = _IMP_cnmultifit.IMPKERNEL_SHOW_WARNINGS
280 
281 import sys
282 class _DirectorObjects(object):
283  """@internal Simple class to keep references to director objects
284  to prevent premature deletion."""
285  def __init__(self):
286  self._objects = []
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)
292  def cleanup(self):
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]
299 # Do in two steps so the references are kept until the end of the
300 # function (deleting references may trigger a fresh call to this method)
301  self._objects = objs
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()
306 
307 class _ostream(object):
308  """Proxy of C++ std::ostream class."""
309 
310  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
311 
312  def __init__(self, *args, **kwargs):
313  raise AttributeError("No constructor defined")
314  __repr__ = _swig_repr
315 
316  def write(self, osa_buf):
317  """write(_ostream self, char const * osa_buf)"""
318  return _IMP_cnmultifit._ostream_write(self, osa_buf)
319 
320 _ostream_swigregister = _IMP_cnmultifit._ostream_swigregister
321 _ostream_swigregister(_ostream)
322 
323 
324 _IMP_cnmultifit.IMP_COMPILER_HAS_OVERRIDE_swigconstant(_IMP_cnmultifit)
325 IMP_COMPILER_HAS_OVERRIDE = _IMP_cnmultifit.IMP_COMPILER_HAS_OVERRIDE
326 
327 _IMP_cnmultifit.IMP_COMPILER_HAS_FINAL_swigconstant(_IMP_cnmultifit)
328 IMP_COMPILER_HAS_FINAL = _IMP_cnmultifit.IMP_COMPILER_HAS_FINAL
329 
330 _IMP_cnmultifit.IMP_HAS_NOEXCEPT_swigconstant(_IMP_cnmultifit)
331 IMP_HAS_NOEXCEPT = _IMP_cnmultifit.IMP_HAS_NOEXCEPT
332 import IMP
333 
334 _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
335 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_FILESYSTEM
336 
337 _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
338 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
339 
340 _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
341 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_RANDOM
342 
343 _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
344 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_CGAL_HAS_BOOST_SYSTEM
345 
346 _IMP_cnmultifit.IMPCGAL_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
347 IMPCGAL_SHOW_WARNINGS = _IMP_cnmultifit.IMPCGAL_SHOW_WARNINGS
348 import IMP.cgal
349 
350 _IMP_cnmultifit.IMP_ALGEBRA_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
351 IMP_ALGEBRA_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_ALGEBRA_HAS_IMP_CGAL
352 
353 _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
354 IMP_ALGEBRA_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_FILESYSTEM
355 
356 _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
357 IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_PROGRAMOPTIONS
358 
359 _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
360 IMP_ALGEBRA_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_RANDOM
361 
362 _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
363 IMP_ALGEBRA_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_ALGEBRA_HAS_BOOST_SYSTEM
364 
365 _IMP_cnmultifit.IMP_ALGEBRA_HAS_CGAL_swigconstant(_IMP_cnmultifit)
366 IMP_ALGEBRA_HAS_CGAL = _IMP_cnmultifit.IMP_ALGEBRA_HAS_CGAL
367 
368 _IMP_cnmultifit.IMP_ALGEBRA_HAS_ANN_swigconstant(_IMP_cnmultifit)
369 IMP_ALGEBRA_HAS_ANN = _IMP_cnmultifit.IMP_ALGEBRA_HAS_ANN
370 
371 _IMP_cnmultifit.IMPALGEBRA_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
372 IMPALGEBRA_SHOW_WARNINGS = _IMP_cnmultifit.IMPALGEBRA_SHOW_WARNINGS
373 import IMP.algebra
374 
375 _IMP_cnmultifit.IMP_DISPLAY_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
376 IMP_DISPLAY_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_DISPLAY_HAS_IMP_CGAL
377 
378 _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
379 IMP_DISPLAY_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_FILESYSTEM
380 
381 _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
382 IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_PROGRAMOPTIONS
383 
384 _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
385 IMP_DISPLAY_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_RANDOM
386 
387 _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
388 IMP_DISPLAY_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_DISPLAY_HAS_BOOST_SYSTEM
389 
390 _IMP_cnmultifit.IMP_DISPLAY_HAS_CGAL_swigconstant(_IMP_cnmultifit)
391 IMP_DISPLAY_HAS_CGAL = _IMP_cnmultifit.IMP_DISPLAY_HAS_CGAL
392 
393 _IMP_cnmultifit.IMPDISPLAY_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
394 IMPDISPLAY_SHOW_WARNINGS = _IMP_cnmultifit.IMPDISPLAY_SHOW_WARNINGS
395 import IMP.display
396 
397 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
398 IMP_SCORE_FUNCTOR_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_IMP_CGAL
399 
400 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
401 IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM
402 
403 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
404 IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS
405 
406 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
407 IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM
408 
409 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
410 IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM
411 
412 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_CGAL_swigconstant(_IMP_cnmultifit)
413 IMP_SCORE_FUNCTOR_HAS_CGAL = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_CGAL
414 
415 _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_HDF5_swigconstant(_IMP_cnmultifit)
416 IMP_SCORE_FUNCTOR_HAS_HDF5 = _IMP_cnmultifit.IMP_SCORE_FUNCTOR_HAS_HDF5
417 
418 _IMP_cnmultifit.IMPSCOREFUNCTOR_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
419 IMPSCOREFUNCTOR_SHOW_WARNINGS = _IMP_cnmultifit.IMPSCOREFUNCTOR_SHOW_WARNINGS
420 import IMP.score_functor
421 
422 _IMP_cnmultifit.IMP_STATISTICS_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
423 IMP_STATISTICS_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_STATISTICS_HAS_IMP_CGAL
424 
425 _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
426 IMP_STATISTICS_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_FILESYSTEM
427 
428 _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
429 IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_PROGRAMOPTIONS
430 
431 _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
432 IMP_STATISTICS_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_RANDOM
433 
434 _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
435 IMP_STATISTICS_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_STATISTICS_HAS_BOOST_SYSTEM
436 
437 _IMP_cnmultifit.IMP_STATISTICS_HAS_CGAL_swigconstant(_IMP_cnmultifit)
438 IMP_STATISTICS_HAS_CGAL = _IMP_cnmultifit.IMP_STATISTICS_HAS_CGAL
439 
440 _IMP_cnmultifit.IMPSTATISTICS_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
441 IMPSTATISTICS_SHOW_WARNINGS = _IMP_cnmultifit.IMPSTATISTICS_SHOW_WARNINGS
442 import IMP.statistics
443 
444 _IMP_cnmultifit.IMP_CORE_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
445 IMP_CORE_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_CORE_HAS_IMP_CGAL
446 
447 _IMP_cnmultifit.IMP_CORE_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
448 IMP_CORE_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_CORE_HAS_IMP_KERNEL
449 
450 _IMP_cnmultifit.IMP_CORE_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
451 IMP_CORE_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_CORE_HAS_BOOST_FILESYSTEM
452 
453 _IMP_cnmultifit.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
454 IMP_CORE_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_CORE_HAS_BOOST_PROGRAMOPTIONS
455 
456 _IMP_cnmultifit.IMP_CORE_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
457 IMP_CORE_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_CORE_HAS_BOOST_RANDOM
458 
459 _IMP_cnmultifit.IMP_CORE_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
460 IMP_CORE_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_CORE_HAS_BOOST_SYSTEM
461 
462 _IMP_cnmultifit.IMP_CORE_HAS_CGAL_swigconstant(_IMP_cnmultifit)
463 IMP_CORE_HAS_CGAL = _IMP_cnmultifit.IMP_CORE_HAS_CGAL
464 
465 _IMP_cnmultifit.IMP_CORE_HAS_HDF5_swigconstant(_IMP_cnmultifit)
466 IMP_CORE_HAS_HDF5 = _IMP_cnmultifit.IMP_CORE_HAS_HDF5
467 
468 _IMP_cnmultifit.IMPCORE_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
469 IMPCORE_SHOW_WARNINGS = _IMP_cnmultifit.IMPCORE_SHOW_WARNINGS
470 import IMP.core
471 
472 _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_ALGEBRA_swigconstant(_IMP_cnmultifit)
473 IMP_CONTAINER_HAS_IMP_ALGEBRA = _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_ALGEBRA
474 
475 _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
476 IMP_CONTAINER_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_CGAL
477 
478 _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_DISPLAY_swigconstant(_IMP_cnmultifit)
479 IMP_CONTAINER_HAS_IMP_DISPLAY = _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_DISPLAY
480 
481 _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
482 IMP_CONTAINER_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_KERNEL
483 
484 _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
485 IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_CONTAINER_HAS_IMP_SCORE_FUNCTOR
486 
487 _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
488 IMP_CONTAINER_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_FILESYSTEM
489 
490 _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
491 IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_PROGRAMOPTIONS
492 
493 _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
494 IMP_CONTAINER_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_RANDOM
495 
496 _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
497 IMP_CONTAINER_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_CONTAINER_HAS_BOOST_SYSTEM
498 
499 _IMP_cnmultifit.IMP_CONTAINER_HAS_CGAL_swigconstant(_IMP_cnmultifit)
500 IMP_CONTAINER_HAS_CGAL = _IMP_cnmultifit.IMP_CONTAINER_HAS_CGAL
501 
502 _IMP_cnmultifit.IMP_CONTAINER_HAS_HDF5_swigconstant(_IMP_cnmultifit)
503 IMP_CONTAINER_HAS_HDF5 = _IMP_cnmultifit.IMP_CONTAINER_HAS_HDF5
504 
505 _IMP_cnmultifit.IMPCONTAINER_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
506 IMPCONTAINER_SHOW_WARNINGS = _IMP_cnmultifit.IMPCONTAINER_SHOW_WARNINGS
507 import IMP.container
508 
509 _IMP_cnmultifit.IMP_ATOM_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
510 IMP_ATOM_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_ATOM_HAS_IMP_CGAL
511 
512 _IMP_cnmultifit.IMP_ATOM_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
513 IMP_ATOM_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_ATOM_HAS_IMP_KERNEL
514 
515 _IMP_cnmultifit.IMP_ATOM_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
516 IMP_ATOM_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_ATOM_HAS_IMP_SCORE_FUNCTOR
517 
518 _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
519 IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS
520 
521 _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
522 IMP_ATOM_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_RANDOM
523 
524 _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
525 IMP_ATOM_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_REGEX
526 
527 _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
528 IMP_ATOM_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_ATOM_HAS_BOOST_SYSTEM
529 
530 _IMP_cnmultifit.IMP_ATOM_HAS_CGAL_swigconstant(_IMP_cnmultifit)
531 IMP_ATOM_HAS_CGAL = _IMP_cnmultifit.IMP_ATOM_HAS_CGAL
532 
533 _IMP_cnmultifit.IMP_ATOM_HAS_HDF5_swigconstant(_IMP_cnmultifit)
534 IMP_ATOM_HAS_HDF5 = _IMP_cnmultifit.IMP_ATOM_HAS_HDF5
535 
536 _IMP_cnmultifit.IMPATOM_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
537 IMPATOM_SHOW_WARNINGS = _IMP_cnmultifit.IMPATOM_SHOW_WARNINGS
538 
539 _IMP_cnmultifit.IMP_ATOM_TYPE_INDEX_swigconstant(_IMP_cnmultifit)
540 IMP_ATOM_TYPE_INDEX = _IMP_cnmultifit.IMP_ATOM_TYPE_INDEX
541 
542 _IMP_cnmultifit.IMP_RESIDUE_TYPE_INDEX_swigconstant(_IMP_cnmultifit)
543 IMP_RESIDUE_TYPE_INDEX = _IMP_cnmultifit.IMP_RESIDUE_TYPE_INDEX
544 
545 _IMP_cnmultifit.IMP_HIERARCHY_TYPE_INDEX_swigconstant(_IMP_cnmultifit)
546 IMP_HIERARCHY_TYPE_INDEX = _IMP_cnmultifit.IMP_HIERARCHY_TYPE_INDEX
547 import IMP.atom
548 
549 _IMP_cnmultifit.IMP_EM_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
550 IMP_EM_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_EM_HAS_IMP_CGAL
551 
552 _IMP_cnmultifit.IMP_EM_HAS_IMP_CONTAINER_swigconstant(_IMP_cnmultifit)
553 IMP_EM_HAS_IMP_CONTAINER = _IMP_cnmultifit.IMP_EM_HAS_IMP_CONTAINER
554 
555 _IMP_cnmultifit.IMP_EM_HAS_IMP_DISPLAY_swigconstant(_IMP_cnmultifit)
556 IMP_EM_HAS_IMP_DISPLAY = _IMP_cnmultifit.IMP_EM_HAS_IMP_DISPLAY
557 
558 _IMP_cnmultifit.IMP_EM_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
559 IMP_EM_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_EM_HAS_IMP_SCORE_FUNCTOR
560 
561 _IMP_cnmultifit.IMP_EM_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
562 IMP_EM_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_EM_HAS_BOOST_FILESYSTEM
563 
564 _IMP_cnmultifit.IMP_EM_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
565 IMP_EM_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_EM_HAS_BOOST_PROGRAMOPTIONS
566 
567 _IMP_cnmultifit.IMP_EM_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
568 IMP_EM_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_EM_HAS_BOOST_RANDOM
569 
570 _IMP_cnmultifit.IMP_EM_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
571 IMP_EM_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_EM_HAS_BOOST_REGEX
572 
573 _IMP_cnmultifit.IMP_EM_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
574 IMP_EM_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_EM_HAS_BOOST_SYSTEM
575 
576 _IMP_cnmultifit.IMP_EM_HAS_CGAL_swigconstant(_IMP_cnmultifit)
577 IMP_EM_HAS_CGAL = _IMP_cnmultifit.IMP_EM_HAS_CGAL
578 
579 _IMP_cnmultifit.IMP_EM_HAS_HDF5_swigconstant(_IMP_cnmultifit)
580 IMP_EM_HAS_HDF5 = _IMP_cnmultifit.IMP_EM_HAS_HDF5
581 
582 _IMP_cnmultifit.IMPEM_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
583 IMPEM_SHOW_WARNINGS = _IMP_cnmultifit.IMPEM_SHOW_WARNINGS
584 import IMP.em
585 
586 _IMP_cnmultifit.IMP_RMF_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
587 IMP_RMF_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_RMF_HAS_IMP_CGAL
588 
589 _IMP_cnmultifit.IMP_RMF_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
590 IMP_RMF_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_RMF_HAS_IMP_SCORE_FUNCTOR
591 
592 _IMP_cnmultifit.IMP_RMF_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
593 IMP_RMF_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_RMF_HAS_BOOST_FILESYSTEM
594 
595 _IMP_cnmultifit.IMP_RMF_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
596 IMP_RMF_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_RMF_HAS_BOOST_PROGRAMOPTIONS
597 
598 _IMP_cnmultifit.IMP_RMF_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
599 IMP_RMF_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_RMF_HAS_BOOST_RANDOM
600 
601 _IMP_cnmultifit.IMP_RMF_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
602 IMP_RMF_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_RMF_HAS_BOOST_REGEX
603 
604 _IMP_cnmultifit.IMP_RMF_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
605 IMP_RMF_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_RMF_HAS_BOOST_SYSTEM
606 
607 _IMP_cnmultifit.IMP_RMF_HAS_CGAL_swigconstant(_IMP_cnmultifit)
608 IMP_RMF_HAS_CGAL = _IMP_cnmultifit.IMP_RMF_HAS_CGAL
609 
610 _IMP_cnmultifit.IMP_RMF_HAS_HDF5_swigconstant(_IMP_cnmultifit)
611 IMP_RMF_HAS_HDF5 = _IMP_cnmultifit.IMP_RMF_HAS_HDF5
612 
613 _IMP_cnmultifit.IMPRMF_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
614 IMPRMF_SHOW_WARNINGS = _IMP_cnmultifit.IMPRMF_SHOW_WARNINGS
615 import IMP.rmf
616 import RMF
617 
618 _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_ATOM_swigconstant(_IMP_cnmultifit)
619 IMP_DOMINO_HAS_IMP_ATOM = _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_ATOM
620 
621 _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
622 IMP_DOMINO_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_CGAL
623 
624 _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
625 IMP_DOMINO_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_KERNEL
626 
627 _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_RMF_swigconstant(_IMP_cnmultifit)
628 IMP_DOMINO_HAS_IMP_RMF = _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_RMF
629 
630 _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
631 IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_DOMINO_HAS_IMP_SCORE_FUNCTOR
632 
633 _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_FILESYSTEM_swigconstant(_IMP_cnmultifit)
634 IMP_DOMINO_HAS_BOOST_FILESYSTEM = _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_FILESYSTEM
635 
636 _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS_swigconstant(_IMP_cnmultifit)
637 IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS = _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_PROGRAMOPTIONS
638 
639 _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
640 IMP_DOMINO_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_RANDOM
641 
642 _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
643 IMP_DOMINO_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_REGEX
644 
645 _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
646 IMP_DOMINO_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_DOMINO_HAS_BOOST_SYSTEM
647 
648 _IMP_cnmultifit.IMP_DOMINO_HAS_CGAL_swigconstant(_IMP_cnmultifit)
649 IMP_DOMINO_HAS_CGAL = _IMP_cnmultifit.IMP_DOMINO_HAS_CGAL
650 
651 _IMP_cnmultifit.IMP_DOMINO_HAS_HDF5_swigconstant(_IMP_cnmultifit)
652 IMP_DOMINO_HAS_HDF5 = _IMP_cnmultifit.IMP_DOMINO_HAS_HDF5
653 
654 _IMP_cnmultifit.IMP_DOMINO_HAS_RMF_swigconstant(_IMP_cnmultifit)
655 IMP_DOMINO_HAS_RMF = _IMP_cnmultifit.IMP_DOMINO_HAS_RMF
656 
657 _IMP_cnmultifit.IMPDOMINO_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
658 IMPDOMINO_SHOW_WARNINGS = _IMP_cnmultifit.IMPDOMINO_SHOW_WARNINGS
659 import RMF_HDF5
660 import IMP.domino
661 
662 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
663 IMP_MULTIFIT_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_CGAL
664 
665 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_CONTAINER_swigconstant(_IMP_cnmultifit)
666 IMP_MULTIFIT_HAS_IMP_CONTAINER = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_CONTAINER
667 
668 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_DISPLAY_swigconstant(_IMP_cnmultifit)
669 IMP_MULTIFIT_HAS_IMP_DISPLAY = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_DISPLAY
670 
671 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
672 IMP_MULTIFIT_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_KERNEL
673 
674 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_RMF_swigconstant(_IMP_cnmultifit)
675 IMP_MULTIFIT_HAS_IMP_RMF = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_RMF
676 
677 _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
678 IMP_MULTIFIT_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_MULTIFIT_HAS_IMP_SCORE_FUNCTOR
679 
680 _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_GRAPH_swigconstant(_IMP_cnmultifit)
681 IMP_MULTIFIT_HAS_BOOST_GRAPH = _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_GRAPH
682 
683 _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
684 IMP_MULTIFIT_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_RANDOM
685 
686 _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
687 IMP_MULTIFIT_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_REGEX
688 
689 _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
690 IMP_MULTIFIT_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_MULTIFIT_HAS_BOOST_SYSTEM
691 
692 _IMP_cnmultifit.IMP_MULTIFIT_HAS_CGAL_swigconstant(_IMP_cnmultifit)
693 IMP_MULTIFIT_HAS_CGAL = _IMP_cnmultifit.IMP_MULTIFIT_HAS_CGAL
694 
695 _IMP_cnmultifit.IMP_MULTIFIT_HAS_HDF5_swigconstant(_IMP_cnmultifit)
696 IMP_MULTIFIT_HAS_HDF5 = _IMP_cnmultifit.IMP_MULTIFIT_HAS_HDF5
697 
698 _IMP_cnmultifit.IMP_MULTIFIT_HAS_RMF_swigconstant(_IMP_cnmultifit)
699 IMP_MULTIFIT_HAS_RMF = _IMP_cnmultifit.IMP_MULTIFIT_HAS_RMF
700 
701 _IMP_cnmultifit.IMPMULTIFIT_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
702 IMPMULTIFIT_SHOW_WARNINGS = _IMP_cnmultifit.IMPMULTIFIT_SHOW_WARNINGS
703 import IMP.multifit
704 
705 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_CGAL_swigconstant(_IMP_cnmultifit)
706 IMP_CNMULTIFIT_HAS_IMP_CGAL = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_CGAL
707 
708 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_CONTAINER_swigconstant(_IMP_cnmultifit)
709 IMP_CNMULTIFIT_HAS_IMP_CONTAINER = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_CONTAINER
710 
711 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_DISPLAY_swigconstant(_IMP_cnmultifit)
712 IMP_CNMULTIFIT_HAS_IMP_DISPLAY = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_DISPLAY
713 
714 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_DOMINO_swigconstant(_IMP_cnmultifit)
715 IMP_CNMULTIFIT_HAS_IMP_DOMINO = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_DOMINO
716 
717 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_KERNEL_swigconstant(_IMP_cnmultifit)
718 IMP_CNMULTIFIT_HAS_IMP_KERNEL = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_KERNEL
719 
720 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_RMF_swigconstant(_IMP_cnmultifit)
721 IMP_CNMULTIFIT_HAS_IMP_RMF = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_RMF
722 
723 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_SCORE_FUNCTOR_swigconstant(_IMP_cnmultifit)
724 IMP_CNMULTIFIT_HAS_IMP_SCORE_FUNCTOR = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_IMP_SCORE_FUNCTOR
725 
726 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_GRAPH_swigconstant(_IMP_cnmultifit)
727 IMP_CNMULTIFIT_HAS_BOOST_GRAPH = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_GRAPH
728 
729 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_RANDOM_swigconstant(_IMP_cnmultifit)
730 IMP_CNMULTIFIT_HAS_BOOST_RANDOM = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_RANDOM
731 
732 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_REGEX_swigconstant(_IMP_cnmultifit)
733 IMP_CNMULTIFIT_HAS_BOOST_REGEX = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_REGEX
734 
735 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_SYSTEM_swigconstant(_IMP_cnmultifit)
736 IMP_CNMULTIFIT_HAS_BOOST_SYSTEM = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_BOOST_SYSTEM
737 
738 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_CGAL_swigconstant(_IMP_cnmultifit)
739 IMP_CNMULTIFIT_HAS_CGAL = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_CGAL
740 
741 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_FFTW3_swigconstant(_IMP_cnmultifit)
742 IMP_CNMULTIFIT_HAS_FFTW3 = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_FFTW3
743 
744 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_HDF5_swigconstant(_IMP_cnmultifit)
745 IMP_CNMULTIFIT_HAS_HDF5 = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_HDF5
746 
747 _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_RMF_swigconstant(_IMP_cnmultifit)
748 IMP_CNMULTIFIT_HAS_RMF = _IMP_cnmultifit.IMP_CNMULTIFIT_HAS_RMF
749 
750 _IMP_cnmultifit.IMPCNMULTIFIT_SHOW_WARNINGS_swigconstant(_IMP_cnmultifit)
751 IMPCNMULTIFIT_SHOW_WARNINGS = _IMP_cnmultifit.IMPCNMULTIFIT_SHOW_WARNINGS
752 
753 AlignSymmetrics=list
754 _plural_types.append("AlignSymmetrics")
755 _value_types.append("AlignSymmetric")
756 
757 
758 CnSymmAxisDetectors=list
759 _plural_types.append("CnSymmAxisDetectors")
760 _value_types.append("CnSymmAxisDetector")
761 
762 
763 MolCnSymmAxisDetectors=list
764 _plural_types.append("MolCnSymmAxisDetectors")
765 _value_types.append("MolCnSymmAxisDetector")
766 
767 class CnSymmAxisDetector(object):
768  """Proxy of C++ IMP::cnmultifit::CnSymmAxisDetector class."""
769 
770  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
771 
772  def __init__(self, *args):
773  """
774  __init__(IMP::cnmultifit::CnSymmAxisDetector self, int symm_deg, DensityMap dmap, float density_threshold, float top_p=0.8) -> CnSymmAxisDetector
775  __init__(IMP::cnmultifit::CnSymmAxisDetector self, int symm_deg, DensityMap dmap, float density_threshold) -> CnSymmAxisDetector
776  __init__(IMP::cnmultifit::CnSymmAxisDetector self, int symm_deg, IMP::atom::Hierarchies const & mhs) -> CnSymmAxisDetector
777  """
778  this = _IMP_cnmultifit.new_CnSymmAxisDetector(*args)
779  try:
780  self.this.append(this)
781  except Exception:
782  self.this = this
783 
784  def get_pca(self):
785  """get_pca(CnSymmAxisDetector self) -> PrincipalComponentAnalysis3D"""
786  return _IMP_cnmultifit.CnSymmAxisDetector_get_pca(self)
787 
788 
789  def calc_symm_score(self, symm_axis_ind):
790  """calc_symm_score(CnSymmAxisDetector self, int symm_axis_ind) -> float"""
791  return _IMP_cnmultifit.CnSymmAxisDetector_calc_symm_score(self, symm_axis_ind)
792 
793 
794  def get_symmetry_axis(self):
795  """get_symmetry_axis(CnSymmAxisDetector self) -> Vector3D"""
796  return _IMP_cnmultifit.CnSymmAxisDetector_get_symmetry_axis(self)
797 
798 
799  def get_symmetry_axis_index(self):
800  """get_symmetry_axis_index(CnSymmAxisDetector self) -> int"""
801  return _IMP_cnmultifit.CnSymmAxisDetector_get_symmetry_axis_index(self)
802 
803 
804  def get_non_symmetry_axis_length(self):
805  """get_non_symmetry_axis_length(CnSymmAxisDetector self) -> int"""
806  return _IMP_cnmultifit.CnSymmAxisDetector_get_non_symmetry_axis_length(self)
807 
808 
809  def show(self, *args):
810  """
811  show(CnSymmAxisDetector self, _ostream out)
812  show(CnSymmAxisDetector self)
813  """
814  return _IMP_cnmultifit.CnSymmAxisDetector_show(self, *args)
815 
816 
817  def __str__(self):
818  """__str__(CnSymmAxisDetector self) -> std::string"""
819  return _IMP_cnmultifit.CnSymmAxisDetector___str__(self)
820 
821 
822  def __repr__(self):
823  """__repr__(CnSymmAxisDetector self) -> std::string"""
824  return _IMP_cnmultifit.CnSymmAxisDetector___repr__(self)
825 
826  __swig_destroy__ = _IMP_cnmultifit.delete_CnSymmAxisDetector
827  __del__ = lambda self: None
828 CnSymmAxisDetector_swigregister = _IMP_cnmultifit.CnSymmAxisDetector_swigregister
829 CnSymmAxisDetector_swigregister(CnSymmAxisDetector)
830 
831 class MolCnSymmAxisDetector(object):
832  """Proxy of C++ IMP::cnmultifit::MolCnSymmAxisDetector class."""
833 
834  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
835 
836  def __init__(self, symm_deg, mhs):
837  """__init__(IMP::cnmultifit::MolCnSymmAxisDetector self, int symm_deg, IMP::atom::Hierarchies const & mhs) -> MolCnSymmAxisDetector"""
838  this = _IMP_cnmultifit.new_MolCnSymmAxisDetector(symm_deg, mhs)
839  try:
840  self.this.append(this)
841  except Exception:
842  self.this = this
843 
844  def get_pca(self):
845  """get_pca(MolCnSymmAxisDetector self) -> PrincipalComponentAnalysis3D"""
846  return _IMP_cnmultifit.MolCnSymmAxisDetector_get_pca(self)
847 
848 
849  def get_symmetry_axis(self):
850  """get_symmetry_axis(MolCnSymmAxisDetector self) -> Vector3D"""
851  return _IMP_cnmultifit.MolCnSymmAxisDetector_get_symmetry_axis(self)
852 
853 
854  def get_symmetry_axis_index(self):
855  """get_symmetry_axis_index(MolCnSymmAxisDetector self) -> int"""
856  return _IMP_cnmultifit.MolCnSymmAxisDetector_get_symmetry_axis_index(self)
857 
858 
859  def show(self, *args):
860  """
861  show(MolCnSymmAxisDetector self, _ostream out)
862  show(MolCnSymmAxisDetector self)
863  """
864  return _IMP_cnmultifit.MolCnSymmAxisDetector_show(self, *args)
865 
866 
867  def calc_symm_score(self, symm_axis_ind):
868  """calc_symm_score(MolCnSymmAxisDetector self, int symm_axis_ind) -> float"""
869  return _IMP_cnmultifit.MolCnSymmAxisDetector_calc_symm_score(self, symm_axis_ind)
870 
871 
872  def __str__(self):
873  """__str__(MolCnSymmAxisDetector self) -> std::string"""
874  return _IMP_cnmultifit.MolCnSymmAxisDetector___str__(self)
875 
876 
877  def __repr__(self):
878  """__repr__(MolCnSymmAxisDetector self) -> std::string"""
879  return _IMP_cnmultifit.MolCnSymmAxisDetector___repr__(self)
880 
881  __swig_destroy__ = _IMP_cnmultifit.delete_MolCnSymmAxisDetector
882  __del__ = lambda self: None
883 MolCnSymmAxisDetector_swigregister = _IMP_cnmultifit.MolCnSymmAxisDetector_swigregister
884 MolCnSymmAxisDetector_swigregister(MolCnSymmAxisDetector)
885 
886 class AlignSymmetric(object):
887  """Proxy of C++ IMP::cnmultifit::AlignSymmetric class."""
888 
889  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
890 
891  def __init__(self, dmap, threshold, cn_symm_deg):
892  """__init__(IMP::cnmultifit::AlignSymmetric self, DensityMap dmap, float threshold, int cn_symm_deg) -> AlignSymmetric"""
893  this = _IMP_cnmultifit.new_AlignSymmetric(dmap, threshold, cn_symm_deg)
894  try:
895  self.this.append(this)
896  except Exception:
897  self.this = this
898 
899  def get_sorted_principal_values(self):
900  """get_sorted_principal_values(AlignSymmetric self) -> IMP::Floats"""
901  return _IMP_cnmultifit.AlignSymmetric_get_sorted_principal_values(self)
902 
903 
904  def score_alignment(self, mhs, max_allowed_diff):
905  """score_alignment(AlignSymmetric self, IMP::atom::Hierarchies mhs, float max_allowed_diff) -> int"""
906  return _IMP_cnmultifit.AlignSymmetric_score_alignment(self, mhs, max_allowed_diff)
907 
908 
909  def get_symm_axis_alignments_from_model_to_density(self, mhs, sample_translation, fine_rotation_sampling=True):
910  """
911  get_symm_axis_alignments_from_model_to_density(AlignSymmetric self, IMP::atom::Hierarchies mhs, bool sample_translation, bool fine_rotation_sampling=True) -> IMP::algebra::Transformation3Ds
912  get_symm_axis_alignments_from_model_to_density(AlignSymmetric self, IMP::atom::Hierarchies mhs, bool sample_translation) -> IMP::algebra::Transformation3Ds
913  """
914  return _IMP_cnmultifit.AlignSymmetric_get_symm_axis_alignments_from_model_to_density(self, mhs, sample_translation, fine_rotation_sampling)
915 
916 
917  def show(self, *args):
918  """
919  show(AlignSymmetric self, _ostream out)
920  show(AlignSymmetric self)
921  """
922  return _IMP_cnmultifit.AlignSymmetric_show(self, *args)
923 
924 
925  def __str__(self):
926  """__str__(AlignSymmetric self) -> std::string"""
927  return _IMP_cnmultifit.AlignSymmetric___str__(self)
928 
929 
930  def __repr__(self):
931  """__repr__(AlignSymmetric self) -> std::string"""
932  return _IMP_cnmultifit.AlignSymmetric___repr__(self)
933 
934  __swig_destroy__ = _IMP_cnmultifit.delete_AlignSymmetric
935  __del__ = lambda self: None
936 AlignSymmetric_swigregister = _IMP_cnmultifit.AlignSymmetric_swigregister
937 AlignSymmetric_swigregister(AlignSymmetric)
938 
939 
940 def generate_cn_transformations(mhs, symm_deg):
941  """generate_cn_transformations(IMP::atom::Hierarchies mhs, int symm_deg) -> IMP::algebra::Transformation3Ds"""
942  return _IMP_cnmultifit.generate_cn_transformations(mhs, symm_deg)
943 
944 def generate_translations_along_symm_axis(mhs, symm_deg):
945  """generate_translations_along_symm_axis(IMP::atom::Hierarchies mhs, int symm_deg) -> IMP::algebra::Transformation3Ds"""
946  return _IMP_cnmultifit.generate_translations_along_symm_axis(mhs, symm_deg)
947 
948 def symmetry_local_fitting(mhs, cn_symm_deg, dn_symm_deg, dmap, num_of_trans_to_consider):
949  """symmetry_local_fitting(IMP::atom::Hierarchies mhs, int cn_symm_deg, int dn_symm_deg, DensityMap dmap, int num_of_trans_to_consider) -> FittingSolutions"""
950  return _IMP_cnmultifit.symmetry_local_fitting(mhs, cn_symm_deg, dn_symm_deg, dmap, num_of_trans_to_consider)
951 
952 def build_cn_dens_assembly(subunit_dens, asmb_dens_header, monomer_t, symm_deg):
953  """build_cn_dens_assembly(DensityMap subunit_dens, DensityHeader asmb_dens_header, Transformation3D monomer_t, int symm_deg) -> DensityMap"""
954  return _IMP_cnmultifit.build_cn_dens_assembly(subunit_dens, asmb_dens_header, monomer_t, symm_deg)
955 
956 def transform_cn_assembly(mhs, monomer_t):
957  """transform_cn_assembly(IMP::atom::Hierarchies mhs, Transformation3D monomer_t)"""
958  return _IMP_cnmultifit.transform_cn_assembly(mhs, monomer_t)
959 
960 def fit_cn_assembly(*args):
961  """
962  fit_cn_assembly(IMP::atom::Hierarchies mhs, int dn_symm_deg, DensityMap dmap, float threshold, AlignSymmetric aligner, bool sample_translation=False, bool fine_rotational_sampling=True) -> FittingSolutions
963  fit_cn_assembly(IMP::atom::Hierarchies mhs, int dn_symm_deg, DensityMap dmap, float threshold, AlignSymmetric aligner, bool sample_translation=False) -> FittingSolutions
964  fit_cn_assembly(IMP::atom::Hierarchies mhs, int dn_symm_deg, DensityMap dmap, float threshold, AlignSymmetric aligner) -> FittingSolutions
965  fit_cn_assembly(DensityMap asmb_map, MolCnSymmAxisDetector symm_mol, DensityMap dmap, CnSymmAxisDetector symm_map, int symm_deg, float threshold) -> FittingSolutions
966  """
967  return _IMP_cnmultifit.fit_cn_assembly(*args)
968 
969 def pca_matching(pca1, pca2, resolution):
970  """pca_matching(PrincipalComponentAnalysis3D pca1, PrincipalComponentAnalysis3D pca2, float resolution) -> bool"""
971  return _IMP_cnmultifit.pca_matching(pca1, pca2, resolution)
972 
973 def cn_symm_score(mhs, center, direction, symm_deg):
974  """cn_symm_score(IMP::atom::Hierarchies mhs, Vector3D center, Vector3D direction, int symm_deg) -> float"""
975  return _IMP_cnmultifit.cn_symm_score(mhs, center, direction, symm_deg)
976 
977 def prune_by_pca(param_fn, sols, dn=1):
978  """
979  prune_by_pca(std::string const & param_fn, IMP::multifit::FittingSolutionRecords const & sols, int dn=1) -> IMP::multifit::FittingSolutionRecords
980  prune_by_pca(std::string const & param_fn, IMP::multifit::FittingSolutionRecords const & sols) -> IMP::multifit::FittingSolutionRecords
981  """
982  return _IMP_cnmultifit.prune_by_pca(param_fn, sols, dn)
983 
984 def calc_transformation_around_axis(a, b, angle_rad):
985  """calc_transformation_around_axis(Vector3D a, Vector3D b, float angle_rad) -> Transformation3D"""
986  return _IMP_cnmultifit.calc_transformation_around_axis(a, b, angle_rad)
987 
988 def get_cn_rmsd(mh1, mh2):
989  """get_cn_rmsd(IMP::atom::Hierarchies mh1, IMP::atom::Hierarchies mh2) -> float"""
990  return _IMP_cnmultifit.get_cn_rmsd(mh1, mh2)
991 
992 def do_all_fitting(*args):
993  """
994  do_all_fitting(std::string const param_filename, std::string const chimera_filename)
995  do_all_fitting(std::string const param_filename)
996  """
997  return _IMP_cnmultifit.do_all_fitting(*args)
998 
999 def get_rmsd_for_models(param_filename, trans_filename, ref_filename, start_model=0, end_model=-1):
1000  """
1001  get_rmsd_for_models(std::string const param_filename, std::string const trans_filename, std::string const ref_filename, int start_model=0, int end_model=-1) -> IMP::Floats
1002  get_rmsd_for_models(std::string const param_filename, std::string const trans_filename, std::string const ref_filename, int start_model=0) -> IMP::Floats
1003  get_rmsd_for_models(std::string const param_filename, std::string const trans_filename, std::string const ref_filename) -> IMP::Floats
1004  """
1005  return _IMP_cnmultifit.get_rmsd_for_models(param_filename, trans_filename, ref_filename, start_model, end_model)
1006 
1007 _all_commands = ["build", "rmsd", "surface",
1008  "param", "chimera_models"]
1009 
1010 
1011 def get_module_version():
1012  """get_module_version() -> std::string const"""
1013  return _IMP_cnmultifit.get_module_version()
1014 
1015 def get_example_path(fname):
1016  """get_example_path(std::string fname) -> std::string"""
1017  return _IMP_cnmultifit.get_example_path(fname)
1018 
1019 def get_data_path(fname):
1020  """get_data_path(std::string fname) -> std::string"""
1021  return _IMP_cnmultifit.get_data_path(fname)
1022 
1023 from . import _version_check
1024 _version_check.check_version(get_module_version())
1025 __version__ = get_module_version()
1026 
1027 
1028 
Various classes to hold sets of particles.
void do_all_fitting(const std::string param_filename, const std::string chimera_filename="")
High level interface to build cyclic symmetric complexes.
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.
Composable functors to implement scores via compile-time composition.
Code to compute statistical measures.
float cn_symm_score(atom::Hierarchies mhs, const algebra::Vector3D &center, const algebra::Vector3D &direction, int symm_deg)
scores an input vector as a symmetry axis
Fitting atomic structures into a cryo-electron microscopy density map.
Basic utilities for handling cryo-electron microscopy 3D density maps.
float get_cn_rmsd(atom::Hierarchies mh1, atom::Hierarchies mh2)
Find correspondence between the two rings and calculate rmsd.
std::ostream & show(Hierarchy h, std::ostream &out=std::cout)
Print the hierarchy using a given decorator to display each node.
Basic functionality that is expected to be used by a wide variety of IMP users.
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
em::FittingSolutions fit_cn_assembly(atom::Hierarchies mhs, int dn_symm_deg, em::DensityMap *dmap, float threshold, const AlignSymmetric &aligner, bool sample_translation=false, bool fine_rotational_sampling=true)
Fit a symmetric model to its density.
Output IMP model data in various file formats.
Functionality for loading, creating, manipulating and scoring atomic structures.
Support for the RMF file format for storing hierarchical molecular data and markup.
Divide-and-conquer inferential optimization in discrete space.