IMP  2.4.0
The Integrative Modeling Platform
mpi/__init__.py
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.2
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 
8 
9 
10 
11 from sys import version_info
12 if version_info >= (2,6,0):
13  def swig_import_helper():
14  from os.path import dirname
15  import imp
16  fp = None
17  try:
18  fp, pathname, description = imp.find_module('_IMP_mpi', [dirname(__file__)])
19  except ImportError:
20  import _IMP_mpi
21  return _IMP_mpi
22  if fp is not None:
23  try:
24  _mod = imp.load_module('_IMP_mpi', fp, pathname, description)
25  finally:
26  fp.close()
27  return _mod
28  _IMP_mpi = swig_import_helper()
29  del swig_import_helper
30 else:
31  import _IMP_mpi
32 del version_info
33 try:
34  _swig_property = property
35 except NameError:
36  pass # Python < 2.2 doesn't have 'property'.
37 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
38  if (name == "thisown"): return self.this.own(value)
39  if (name == "this"):
40  if type(value).__name__ == 'SwigPyObject':
41  self.__dict__[name] = value
42  return
43  method = class_type.__swig_setmethods__.get(name,None)
44  if method: return method(self,value)
45  if (not static):
46  self.__dict__[name] = value
47  else:
48  raise AttributeError("You cannot add attributes to %s" % self)
49 
50 def _swig_setattr(self,class_type,name,value):
51  return _swig_setattr_nondynamic(self,class_type,name,value,0)
52 
53 def _swig_getattr(self,class_type,name):
54  if (name == "thisown"): return self.this.own()
55  method = class_type.__swig_getmethods__.get(name,None)
56  if method: return method(self)
57  raise AttributeError(name)
58 
59 def _swig_repr(self):
60  try: strthis = "proxy of " + self.this.__repr__()
61  except: strthis = ""
62  return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
63 
64 try:
65  _object = object
66  _newclass = 1
67 except AttributeError:
68  class _object : pass
69  _newclass = 0
70 
71 
72 def _swig_setattr_nondynamic_method(set):
73  def set_attr(self,name,value):
74  if (name == "thisown"): return self.this.own(value)
75  if hasattr(self,name) or (name == "this"):
76  set(self,name,value)
77  else:
78  raise AttributeError("You cannot add attributes to %s" % self)
79  return set_attr
80 
81 
82 try:
83  import weakref
84  weakref_proxy = weakref.proxy
85 except:
86  weakref_proxy = lambda x: x
87 
88 
89 class IMP_MPI_SwigPyIterator(object):
90  """Proxy of C++ swig::IMP_MPI_SwigPyIterator class"""
91  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
92  def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
93  __repr__ = _swig_repr
94  __swig_destroy__ = _IMP_mpi.delete_IMP_MPI_SwigPyIterator
95  __del__ = lambda self : None;
96  def value(self):
97  """value(IMP_MPI_SwigPyIterator self) -> PyObject *"""
98  return _IMP_mpi.IMP_MPI_SwigPyIterator_value(self)
99 
100  def incr(self, n=1):
101  """
102  incr(IMP_MPI_SwigPyIterator self, size_t n=1) -> IMP_MPI_SwigPyIterator
103  incr(IMP_MPI_SwigPyIterator self) -> IMP_MPI_SwigPyIterator
104  """
105  return _IMP_mpi.IMP_MPI_SwigPyIterator_incr(self, n)
106 
107  def decr(self, n=1):
108  """
109  decr(IMP_MPI_SwigPyIterator self, size_t n=1) -> IMP_MPI_SwigPyIterator
110  decr(IMP_MPI_SwigPyIterator self) -> IMP_MPI_SwigPyIterator
111  """
112  return _IMP_mpi.IMP_MPI_SwigPyIterator_decr(self, n)
113 
114  def distance(self, *args):
115  """distance(IMP_MPI_SwigPyIterator self, IMP_MPI_SwigPyIterator x) -> ptrdiff_t"""
116  return _IMP_mpi.IMP_MPI_SwigPyIterator_distance(self, *args)
117 
118  def equal(self, *args):
119  """equal(IMP_MPI_SwigPyIterator self, IMP_MPI_SwigPyIterator x) -> bool"""
120  return _IMP_mpi.IMP_MPI_SwigPyIterator_equal(self, *args)
121 
122  def copy(self):
123  """copy(IMP_MPI_SwigPyIterator self) -> IMP_MPI_SwigPyIterator"""
124  return _IMP_mpi.IMP_MPI_SwigPyIterator_copy(self)
125 
126  def next(self):
127  """next(IMP_MPI_SwigPyIterator self) -> PyObject *"""
128  return _IMP_mpi.IMP_MPI_SwigPyIterator_next(self)
129 
130  def __next__(self):
131  """__next__(IMP_MPI_SwigPyIterator self) -> PyObject *"""
132  return _IMP_mpi.IMP_MPI_SwigPyIterator___next__(self)
133 
134  def previous(self):
135  """previous(IMP_MPI_SwigPyIterator self) -> PyObject *"""
136  return _IMP_mpi.IMP_MPI_SwigPyIterator_previous(self)
137 
138  def advance(self, *args):
139  """advance(IMP_MPI_SwigPyIterator self, ptrdiff_t n) -> IMP_MPI_SwigPyIterator"""
140  return _IMP_mpi.IMP_MPI_SwigPyIterator_advance(self, *args)
141 
142  def __eq__(self, *args):
143  """__eq__(IMP_MPI_SwigPyIterator self, IMP_MPI_SwigPyIterator x) -> bool"""
144  return _IMP_mpi.IMP_MPI_SwigPyIterator___eq__(self, *args)
145 
146  def __ne__(self, *args):
147  """__ne__(IMP_MPI_SwigPyIterator self, IMP_MPI_SwigPyIterator x) -> bool"""
148  return _IMP_mpi.IMP_MPI_SwigPyIterator___ne__(self, *args)
149 
150  def __iadd__(self, *args):
151  """__iadd__(IMP_MPI_SwigPyIterator self, ptrdiff_t n) -> IMP_MPI_SwigPyIterator"""
152  return _IMP_mpi.IMP_MPI_SwigPyIterator___iadd__(self, *args)
153 
154  def __isub__(self, *args):
155  """__isub__(IMP_MPI_SwigPyIterator self, ptrdiff_t n) -> IMP_MPI_SwigPyIterator"""
156  return _IMP_mpi.IMP_MPI_SwigPyIterator___isub__(self, *args)
157 
158  def __add__(self, *args):
159  """__add__(IMP_MPI_SwigPyIterator self, ptrdiff_t n) -> IMP_MPI_SwigPyIterator"""
160  return _IMP_mpi.IMP_MPI_SwigPyIterator___add__(self, *args)
161 
162  def __sub__(self, *args):
163  """
164  __sub__(IMP_MPI_SwigPyIterator self, ptrdiff_t n) -> IMP_MPI_SwigPyIterator
165  __sub__(IMP_MPI_SwigPyIterator self, IMP_MPI_SwigPyIterator x) -> ptrdiff_t
166  """
167  return _IMP_mpi.IMP_MPI_SwigPyIterator___sub__(self, *args)
168 
169  def __iter__(self): return self
170 IMP_MPI_SwigPyIterator_swigregister = _IMP_mpi.IMP_MPI_SwigPyIterator_swigregister
171 IMP_MPI_SwigPyIterator_swigregister(IMP_MPI_SwigPyIterator)
172 
173 _value_types=[]
174 _object_types=[]
175 _raii_types=[]
176 _plural_types=[]
177 
178 IMP_DEBUG = _IMP_mpi.IMP_DEBUG
179 IMP_RELEASE = _IMP_mpi.IMP_RELEASE
180 IMP_SILENT = _IMP_mpi.IMP_SILENT
181 IMP_PROGRESS = _IMP_mpi.IMP_PROGRESS
182 IMP_TERSE = _IMP_mpi.IMP_TERSE
183 IMP_VERBOSE = _IMP_mpi.IMP_VERBOSE
184 IMP_MEMORY = _IMP_mpi.IMP_MEMORY
185 IMP_NONE = _IMP_mpi.IMP_NONE
186 IMP_USAGE = _IMP_mpi.IMP_USAGE
187 IMP_INTERNAL = _IMP_mpi.IMP_INTERNAL
188 IMP_BASE_HAS_LOG4CXX = _IMP_mpi.IMP_BASE_HAS_LOG4CXX
189 IMP_COMPILER_HAS_AUTO = _IMP_mpi.IMP_COMPILER_HAS_AUTO
190 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_mpi.IMP_COMPILER_HAS_DEBUG_VECTOR
191 IMP_BASE_HAS_BOOST_RANDOM = _IMP_mpi.IMP_BASE_HAS_BOOST_RANDOM
192 IMP_BASE_HAS_GPERFTOOLS = _IMP_mpi.IMP_BASE_HAS_GPERFTOOLS
193 IMP_BASE_HAS_TCMALLOC_HEAPCHECKER = _IMP_mpi.IMP_BASE_HAS_TCMALLOC_HEAPCHECKER
194 IMP_BASE_HAS_TCMALLOC_HEAPPROFILER = _IMP_mpi.IMP_BASE_HAS_TCMALLOC_HEAPPROFILER
195 IMPBASE_SHOW_WARNINGS = _IMP_mpi.IMPBASE_SHOW_WARNINGS
196 import sys
197 class _DirectorObjects(object):
198  """@internal Simple class to keep references to director objects
199  to prevent premature deletion."""
200  def __init__(self):
201  self._objects = []
202  def register(self, obj):
203  """Take a reference to a director object; will only work for
204  refcounted C++ classes"""
205  if hasattr(obj, 'get_ref_count'):
206  self._objects.append(obj)
207  def cleanup(self):
208  """Only drop our reference and allow cleanup by Python if no other
209  Python references exist (we hold 3 references: one in self._objects,
210  one in x, and one in the argument list for getrefcount) *and* no
211  other C++ references exist (the Python object always holds one)"""
212  objs = [x for x in self._objects if sys.getrefcount(x) > 3 \
213  or x.get_ref_count() > 1]
214  # Do in two steps so the references are kept until the end of the
215  # function (deleting references may trigger a fresh call to this method)
216  self._objects = objs
217  def get_object_count(self):
218  """Get number of director objects (useful for testing only)"""
219  return len(self._objects)
220 _director_objects = _DirectorObjects()
221 
222 class _ostream(object):
223  """Proxy of C++ std::ostream class"""
224  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
225  def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined")
226  __repr__ = _swig_repr
227  def write(self, *args):
228  """write(_ostream self, char const * osa_buf)"""
229  return _IMP_mpi._ostream_write(self, *args)
230 
231 _ostream_swigregister = _IMP_mpi._ostream_swigregister
232 _ostream_swigregister(_ostream)
233 
234 IMP_COMPILER_HAS_OVERRIDE = _IMP_mpi.IMP_COMPILER_HAS_OVERRIDE
235 IMP_COMPILER_HAS_FINAL = _IMP_mpi.IMP_COMPILER_HAS_FINAL
236 IMP_HAS_NOEXCEPT = _IMP_mpi.IMP_HAS_NOEXCEPT
237 import IMP.base
238 IMP_MPI_HAS_BOOST_FILESYSTEM = _IMP_mpi.IMP_MPI_HAS_BOOST_FILESYSTEM
239 IMP_MPI_HAS_BOOST_PROGRAMOPTIONS = _IMP_mpi.IMP_MPI_HAS_BOOST_PROGRAMOPTIONS
240 IMP_MPI_HAS_BOOST_RANDOM = _IMP_mpi.IMP_MPI_HAS_BOOST_RANDOM
241 IMP_MPI_HAS_BOOST_SYSTEM = _IMP_mpi.IMP_MPI_HAS_BOOST_SYSTEM
242 IMPMPI_SHOW_WARNINGS = _IMP_mpi.IMPMPI_SHOW_WARNINGS
243 _object_types.append("ReplicaExchange")
244 
245 
246 def _object_cast_to_ReplicaExchange(*args):
247  """_object_cast_to_ReplicaExchange(Object o) -> ReplicaExchange"""
248  return _IMP_mpi._object_cast_to_ReplicaExchange(*args)
249 class ReplicaExchange(IMP.base.Object):
250  """Proxy of C++ IMP::mpi::ReplicaExchange class"""
251  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
252  def __init__(self):
253  """__init__(IMP::mpi::ReplicaExchange self) -> ReplicaExchange"""
254  this = _IMP_mpi.new_ReplicaExchange()
255  try: self.this.append(this)
256  except: self.this = this
257  def set_my_parameter(self, *args):
258  """set_my_parameter(ReplicaExchange self, std::string key, IMP::Floats values)"""
259  return _IMP_mpi.ReplicaExchange_set_my_parameter(self, *args)
260 
261  def get_my_parameter(self, *args):
262  """get_my_parameter(ReplicaExchange self, std::string key) -> IMP::Floats"""
263  return _IMP_mpi.ReplicaExchange_get_my_parameter(self, *args)
264 
265  def get_friend_index(self, *args):
266  """get_friend_index(ReplicaExchange self, int istep) -> int"""
267  return _IMP_mpi.ReplicaExchange_get_friend_index(self, *args)
268 
269  def get_exchange_array(self):
270  """get_exchange_array(ReplicaExchange self) -> IMP::Ints"""
271  return _IMP_mpi.ReplicaExchange_get_exchange_array(self)
272 
273  def get_friend_parameter(self, *args):
274  """get_friend_parameter(ReplicaExchange self, std::string key, int findex) -> IMP::Floats"""
275  return _IMP_mpi.ReplicaExchange_get_friend_parameter(self, *args)
276 
277  def do_exchange(self, *args):
278  """do_exchange(ReplicaExchange self, double myscore0, double myscore1, int findex) -> bool"""
279  return _IMP_mpi.ReplicaExchange_do_exchange(self, *args)
280 
281  def create_temperatures(self, *args):
282  """create_temperatures(ReplicaExchange self, double tmin, double tmax, int nrep) -> IMP::Floats"""
283  return _IMP_mpi.ReplicaExchange_create_temperatures(self, *args)
284 
285  def get_my_index(self):
286  """get_my_index(ReplicaExchange self) -> int"""
287  return _IMP_mpi.ReplicaExchange_get_my_index(self)
288 
289  def get_number_of_replicas(self):
290  """get_number_of_replicas(ReplicaExchange self) -> int"""
291  return _IMP_mpi.ReplicaExchange_get_number_of_replicas(self)
292 
293  def get_version_info(self):
294  """get_version_info(ReplicaExchange self) -> VersionInfo"""
295  return _IMP_mpi.ReplicaExchange_get_version_info(self)
296 
297  def __str__(self):
298  """__str__(ReplicaExchange self) -> std::string"""
299  return _IMP_mpi.ReplicaExchange___str__(self)
300 
301  def __repr__(self):
302  """__repr__(ReplicaExchange self) -> std::string"""
303  return _IMP_mpi.ReplicaExchange___repr__(self)
304 
305  def get_from(o):
306  return _object_cast_to_ReplicaExchange(o)
307  get_from = staticmethod(get_from)
308 
309 ReplicaExchange_swigregister = _IMP_mpi.ReplicaExchange_swigregister
310 ReplicaExchange_swigregister(ReplicaExchange)
311 
312 
313 def get_module_version():
314  """get_module_version() -> std::string const"""
315  return _IMP_mpi.get_module_version()
316 
317 def get_example_path(*args):
318  """get_example_path(std::string fname) -> std::string"""
319  return _IMP_mpi.get_example_path(*args)
320 
321 def get_data_path(*args):
322  """get_data_path(std::string fname) -> std::string"""
323  return _IMP_mpi.get_data_path(*args)
324 from . import _version_check
325 _version_check.check_version(get_module_version())
326 
327 
328 
std::string get_example_path(std::string file_name)
Return the path to installed example data for this module.
Low level functionality (logging, error handling, profiling, command line flags etc) that is used by ...
std::string get_data_path(std::string file_name)
Return the full path to installed data.
Common base class for heavy weight IMP objects.
Definition: Object.h:106