11 from sys
import version_info
12 if version_info >= (2,6,0):
13 def swig_import_helper():
14 from os.path
import dirname
18 fp, pathname, description = imp.find_module(
'_IMP_cgal', [dirname(__file__)])
24 _mod = imp.load_module(
'_IMP_cgal', fp, pathname, description)
28 _IMP_cgal = swig_import_helper()
29 del swig_import_helper
34 _swig_property = property
37 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
38 if (name ==
"thisown"):
return self.this.own(value)
40 if type(value).__name__ ==
'SwigPyObject':
41 self.__dict__[name] = value
43 method = class_type.__swig_setmethods__.get(name,
None)
44 if method:
return method(self,value)
46 self.__dict__[name] = value
48 raise AttributeError(
"You cannot add attributes to %s" % self)
50 def _swig_setattr(self,class_type,name,value):
51 return _swig_setattr_nondynamic(self,class_type,name,value,0)
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)
60 try: strthis =
"proxy of " + self.this.__repr__()
62 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
67 except AttributeError:
74 weakref_proxy = weakref.proxy
76 weakref_proxy =
lambda x: x
79 class IMP_CGAL_SwigPyIterator(_object):
80 """Proxy of C++ swig::IMP_CGAL_SwigPyIterator class"""
81 __swig_setmethods__ = {}
82 __setattr__ =
lambda self, name, value: _swig_setattr(self, IMP_CGAL_SwigPyIterator, name, value)
83 __swig_getmethods__ = {}
84 __getattr__ =
lambda self, name: _swig_getattr(self, IMP_CGAL_SwigPyIterator, name)
85 def __init__(self, *args, **kwargs):
raise AttributeError(
"No constructor defined - class is abstract")
87 __swig_destroy__ = _IMP_cgal.delete_IMP_CGAL_SwigPyIterator
88 __del__ =
lambda self :
None;
90 """value(IMP_CGAL_SwigPyIterator self) -> PyObject *"""
91 return _IMP_cgal.IMP_CGAL_SwigPyIterator_value(self)
95 incr(IMP_CGAL_SwigPyIterator self, size_t n=1) -> IMP_CGAL_SwigPyIterator
96 incr(IMP_CGAL_SwigPyIterator self) -> IMP_CGAL_SwigPyIterator
98 return _IMP_cgal.IMP_CGAL_SwigPyIterator_incr(self, n)
102 decr(IMP_CGAL_SwigPyIterator self, size_t n=1) -> IMP_CGAL_SwigPyIterator
103 decr(IMP_CGAL_SwigPyIterator self) -> IMP_CGAL_SwigPyIterator
105 return _IMP_cgal.IMP_CGAL_SwigPyIterator_decr(self, n)
107 def distance(self, *args):
108 """distance(IMP_CGAL_SwigPyIterator self, IMP_CGAL_SwigPyIterator x) -> ptrdiff_t"""
109 return _IMP_cgal.IMP_CGAL_SwigPyIterator_distance(self, *args)
111 def equal(self, *args):
112 """equal(IMP_CGAL_SwigPyIterator self, IMP_CGAL_SwigPyIterator x) -> bool"""
113 return _IMP_cgal.IMP_CGAL_SwigPyIterator_equal(self, *args)
116 """copy(IMP_CGAL_SwigPyIterator self) -> IMP_CGAL_SwigPyIterator"""
117 return _IMP_cgal.IMP_CGAL_SwigPyIterator_copy(self)
120 """next(IMP_CGAL_SwigPyIterator self) -> PyObject *"""
121 return _IMP_cgal.IMP_CGAL_SwigPyIterator_next(self)
124 """__next__(IMP_CGAL_SwigPyIterator self) -> PyObject *"""
125 return _IMP_cgal.IMP_CGAL_SwigPyIterator___next__(self)
128 """previous(IMP_CGAL_SwigPyIterator self) -> PyObject *"""
129 return _IMP_cgal.IMP_CGAL_SwigPyIterator_previous(self)
131 def advance(self, *args):
132 """advance(IMP_CGAL_SwigPyIterator self, ptrdiff_t n) -> IMP_CGAL_SwigPyIterator"""
133 return _IMP_cgal.IMP_CGAL_SwigPyIterator_advance(self, *args)
135 def __eq__(self, *args):
136 """__eq__(IMP_CGAL_SwigPyIterator self, IMP_CGAL_SwigPyIterator x) -> bool"""
137 return _IMP_cgal.IMP_CGAL_SwigPyIterator___eq__(self, *args)
139 def __ne__(self, *args):
140 """__ne__(IMP_CGAL_SwigPyIterator self, IMP_CGAL_SwigPyIterator x) -> bool"""
141 return _IMP_cgal.IMP_CGAL_SwigPyIterator___ne__(self, *args)
143 def __iadd__(self, *args):
144 """__iadd__(IMP_CGAL_SwigPyIterator self, ptrdiff_t n) -> IMP_CGAL_SwigPyIterator"""
145 return _IMP_cgal.IMP_CGAL_SwigPyIterator___iadd__(self, *args)
147 def __isub__(self, *args):
148 """__isub__(IMP_CGAL_SwigPyIterator self, ptrdiff_t n) -> IMP_CGAL_SwigPyIterator"""
149 return _IMP_cgal.IMP_CGAL_SwigPyIterator___isub__(self, *args)
151 def __add__(self, *args):
152 """__add__(IMP_CGAL_SwigPyIterator self, ptrdiff_t n) -> IMP_CGAL_SwigPyIterator"""
153 return _IMP_cgal.IMP_CGAL_SwigPyIterator___add__(self, *args)
155 def __sub__(self, *args):
157 __sub__(IMP_CGAL_SwigPyIterator self, ptrdiff_t n) -> IMP_CGAL_SwigPyIterator
158 __sub__(IMP_CGAL_SwigPyIterator self, IMP_CGAL_SwigPyIterator x) -> ptrdiff_t
160 return _IMP_cgal.IMP_CGAL_SwigPyIterator___sub__(self, *args)
162 def __iter__(self):
return self
163 IMP_CGAL_SwigPyIterator_swigregister = _IMP_cgal.IMP_CGAL_SwigPyIterator_swigregister
164 IMP_CGAL_SwigPyIterator_swigregister(IMP_CGAL_SwigPyIterator)
171 IMP_DEBUG = _IMP_cgal.IMP_DEBUG
172 IMP_RELEASE = _IMP_cgal.IMP_RELEASE
173 IMP_SILENT = _IMP_cgal.IMP_SILENT
174 IMP_PROGRESS = _IMP_cgal.IMP_PROGRESS
175 IMP_TERSE = _IMP_cgal.IMP_TERSE
176 IMP_VERBOSE = _IMP_cgal.IMP_VERBOSE
177 IMP_MEMORY = _IMP_cgal.IMP_MEMORY
178 IMP_NONE = _IMP_cgal.IMP_NONE
179 IMP_USAGE = _IMP_cgal.IMP_USAGE
180 IMP_INTERNAL = _IMP_cgal.IMP_INTERNAL
181 IMP_BASE_HAS_LOG4CXX = _IMP_cgal.IMP_BASE_HAS_LOG4CXX
182 IMP_COMPILER_HAS_AUTO = _IMP_cgal.IMP_COMPILER_HAS_AUTO
183 IMP_COMPILER_HAS_DEBUG_VECTOR = _IMP_cgal.IMP_COMPILER_HAS_DEBUG_VECTOR
184 IMP_BASE_HAS_BOOST_RANDOM = _IMP_cgal.IMP_BASE_HAS_BOOST_RANDOM
185 IMP_BASE_HAS_GPERFTOOLS = _IMP_cgal.IMP_BASE_HAS_GPERFTOOLS
186 IMP_BASE_HAS_TCMALLOC_HEAPCHECKER = _IMP_cgal.IMP_BASE_HAS_TCMALLOC_HEAPCHECKER
187 IMP_BASE_HAS_TCMALLOC_HEAPPROFILER = _IMP_cgal.IMP_BASE_HAS_TCMALLOC_HEAPPROFILER
188 IMPBASE_SHOW_WARNINGS = _IMP_cgal.IMPBASE_SHOW_WARNINGS
190 class _DirectorObjects(object):
191 """@internal Simple class to keep references to director objects
192 to prevent premature deletion."""
195 def register(self, obj):
196 """Take a reference to a director object; will only work for
197 refcounted C++ classes"""
198 if hasattr(obj,
'get_ref_count'):
199 self._objects.append(obj)
201 """Only drop our reference and allow cleanup by Python if no other
202 Python references exist (we hold 3 references: one in self._objects,
203 one in x, and one in the argument list for getrefcount) *and* no
204 other C++ references exist (the Python object always holds one)"""
205 objs = [x
for x
in self._objects
if sys.getrefcount(x) > 3 \
206 or x.get_ref_count() > 1]
210 def get_object_count(self):
211 """Get number of director objects (useful for testing only)"""
212 return len(self._objects)
213 _director_objects = _DirectorObjects()
215 DEFAULT_CHECK = _IMP_cgal.DEFAULT_CHECK
216 NONE = _IMP_cgal.NONE
217 USAGE = _IMP_cgal.USAGE
218 USAGE_AND_INTERNAL = _IMP_cgal.USAGE_AND_INTERNAL
221 """set_check_level(IMP::base::CheckLevel tf)"""
222 return _IMP_cgal.set_check_level(*args)
225 """get_check_level() -> IMP::base::CheckLevel"""
226 return _IMP_cgal.get_check_level()
227 class _ostream(_object):
228 """Proxy of C++ std::ostream class"""
229 __swig_setmethods__ = {}
230 __setattr__ =
lambda self, name, value: _swig_setattr(self, _ostream, name, value)
231 __swig_getmethods__ = {}
232 __getattr__ =
lambda self, name: _swig_getattr(self, _ostream, name)
233 def __init__(self, *args, **kwargs):
raise AttributeError(
"No constructor defined")
234 __repr__ = _swig_repr
235 def write(self, *args):
236 """write(_ostream self, char const * osa_buf)"""
237 return _IMP_cgal._ostream_write(self, *args)
239 _ostream_swigregister = _IMP_cgal._ostream_swigregister
240 _ostream_swigregister(_ostream)
242 IMP_COMPILER_HAS_OVERRIDE = _IMP_cgal.IMP_COMPILER_HAS_OVERRIDE
243 IMP_COMPILER_HAS_FINAL = _IMP_cgal.IMP_COMPILER_HAS_FINAL
244 IMP_HAS_NOEXCEPT = _IMP_cgal.IMP_HAS_NOEXCEPT
246 IMP_CGAL_HAS_BOOST_FILESYSTEM = _IMP_cgal.IMP_CGAL_HAS_BOOST_FILESYSTEM
247 IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS = _IMP_cgal.IMP_CGAL_HAS_BOOST_PROGRAMOPTIONS
248 IMP_CGAL_HAS_BOOST_RANDOM = _IMP_cgal.IMP_CGAL_HAS_BOOST_RANDOM
249 IMP_CGAL_HAS_BOOST_SYSTEM = _IMP_cgal.IMP_CGAL_HAS_BOOST_SYSTEM
250 IMPCGAL_SHOW_WARNINGS = _IMP_cgal.IMPCGAL_SHOW_WARNINGS
252 def get_module_version():
253 """get_module_version() -> std::string const"""
254 return _IMP_cgal.get_module_version()
256 def get_example_path(*args):
257 """get_example_path(std::string fname) -> std::string"""
258 return _IMP_cgal.get_example_path(*args)
260 def get_data_path(*args):
261 """get_data_path(std::string fname) -> std::string"""
262 return _IMP_cgal.get_data_path(*args)
263 import _version_check
264 _version_check.check_version(get_module_version())
void set_check_level(CheckLevel tf)
Control runtime checks in the code.
See IMP.base for more information.
CheckLevel get_check_level()
Get the current audit mode.