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(
'_AnimatSimPy', [dirname(__file__)])
24 _mod = imp.load_module(
'_AnimatSimPy', fp, pathname, description)
28 _AnimatSimPy = swig_import_helper()
29 del swig_import_helper
34 _swig_property = property
39 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
40 if (name ==
"thisown"):
41 return self.this.own(value)
43 if type(value).__name__ ==
'SwigPyObject':
44 self.__dict__[name] = value
46 method = class_type.__swig_setmethods__.get(name,
None)
48 return method(self, value)
51 object.__setattr__(self, name, value)
53 self.__dict__[name] = value
55 raise AttributeError(
"You cannot add attributes to %s" % self)
58 def _swig_setattr(self, class_type, name, value):
59 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
62 def _swig_getattr_nondynamic(self, class_type, name, static=1):
63 if (name ==
"thisown"):
64 return self.this.own()
65 method = class_type.__swig_getmethods__.get(name,
None)
69 return object.__getattr__(self, name)
71 raise AttributeError(name)
73 def _swig_getattr(self, class_type, name):
74 return _swig_getattr_nondynamic(self, class_type, name, 0)
79 strthis =
"proxy of " + self.this.__repr__()
82 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
87 except AttributeError:
95 weakref_proxy = weakref.proxy
97 weakref_proxy =
lambda x: x
101 __swig_setmethods__ = {}
102 __setattr__ =
lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value)
103 __swig_getmethods__ = {}
104 __getattr__ =
lambda self, name: _swig_getattr(self, SwigPyIterator, name)
106 def __init__(self, *args, **kwargs):
107 raise AttributeError(
"No constructor defined - class is abstract")
108 __repr__ = _swig_repr
109 __swig_destroy__ = _AnimatSimPy.delete_SwigPyIterator
110 __del__ =
lambda self:
None
113 return _AnimatSimPy.SwigPyIterator_value(self)
116 return _AnimatSimPy.SwigPyIterator_incr(self, n)
119 return _AnimatSimPy.SwigPyIterator_decr(self, n)
121 def distance(self, x):
122 return _AnimatSimPy.SwigPyIterator_distance(self, x)
125 return _AnimatSimPy.SwigPyIterator_equal(self, x)
128 return _AnimatSimPy.SwigPyIterator_copy(self)
131 return _AnimatSimPy.SwigPyIterator_next(self)
134 return _AnimatSimPy.SwigPyIterator___next__(self)
137 return _AnimatSimPy.SwigPyIterator_previous(self)
139 def advance(self, n):
140 return _AnimatSimPy.SwigPyIterator_advance(self, n)
143 return _AnimatSimPy.SwigPyIterator___eq__(self, x)
146 return _AnimatSimPy.SwigPyIterator___ne__(self, x)
148 def __iadd__(self, n):
149 return _AnimatSimPy.SwigPyIterator___iadd__(self, n)
151 def __isub__(self, n):
152 return _AnimatSimPy.SwigPyIterator___isub__(self, n)
154 def __add__(self, n):
155 return _AnimatSimPy.SwigPyIterator___add__(self, n)
157 def __sub__(self, *args):
158 return _AnimatSimPy.SwigPyIterator___sub__(self, *args)
161 SwigPyIterator_swigregister = _AnimatSimPy.SwigPyIterator_swigregister
162 SwigPyIterator_swigregister(SwigPyIterator)
165 _AnimatSimPy.SHARED_PTR_DISOWN_swigconstant(_AnimatSimPy)
166 SHARED_PTR_DISOWN = _AnimatSimPy.SHARED_PTR_DISOWN
168 __swig_setmethods__ = {}
169 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_string, name, value)
170 __swig_getmethods__ = {}
171 __getattr__ =
lambda self, name: _swig_getattr(self, vector_string, name)
172 __repr__ = _swig_repr
175 return _AnimatSimPy.vector_string_iterator(self)
179 def __nonzero__(self):
180 return _AnimatSimPy.vector_string___nonzero__(self)
183 return _AnimatSimPy.vector_string___bool__(self)
186 return _AnimatSimPy.vector_string___len__(self)
189 return _AnimatSimPy.vector_string_pop(self)
191 def __getslice__(self, i, j):
192 return _AnimatSimPy.vector_string___getslice__(self, i, j)
194 def __setslice__(self, *args):
195 return _AnimatSimPy.vector_string___setslice__(self, *args)
197 def __delslice__(self, i, j):
198 return _AnimatSimPy.vector_string___delslice__(self, i, j)
200 def __delitem__(self, *args):
201 return _AnimatSimPy.vector_string___delitem__(self, *args)
203 def __getitem__(self, *args):
204 return _AnimatSimPy.vector_string___getitem__(self, *args)
206 def __setitem__(self, *args):
207 return _AnimatSimPy.vector_string___setitem__(self, *args)
210 return _AnimatSimPy.vector_string_append(self, x)
213 return _AnimatSimPy.vector_string_empty(self)
216 return _AnimatSimPy.vector_string_size(self)
219 return _AnimatSimPy.vector_string_clear(self)
222 return _AnimatSimPy.vector_string_swap(self, v)
224 def get_allocator(self):
225 return _AnimatSimPy.vector_string_get_allocator(self)
228 return _AnimatSimPy.vector_string_begin(self)
231 return _AnimatSimPy.vector_string_end(self)
234 return _AnimatSimPy.vector_string_rbegin(self)
237 return _AnimatSimPy.vector_string_rend(self)
240 return _AnimatSimPy.vector_string_pop_back(self)
242 def erase(self, *args):
243 return _AnimatSimPy.vector_string_erase(self, *args)
245 def __init__(self, *args):
246 this = _AnimatSimPy.new_vector_string(*args)
248 self.this.append(this)
252 def push_back(self, x):
253 return _AnimatSimPy.vector_string_push_back(self, x)
256 return _AnimatSimPy.vector_string_front(self)
259 return _AnimatSimPy.vector_string_back(self)
261 def assign(self, n, x):
262 return _AnimatSimPy.vector_string_assign(self, n, x)
264 def resize(self, *args):
265 return _AnimatSimPy.vector_string_resize(self, *args)
267 def insert(self, *args):
268 return _AnimatSimPy.vector_string_insert(self, *args)
270 def reserve(self, n):
271 return _AnimatSimPy.vector_string_reserve(self, n)
274 return _AnimatSimPy.vector_string_capacity(self)
275 __swig_destroy__ = _AnimatSimPy.delete_vector_string
276 __del__ =
lambda self:
None
277 vector_string_swigregister = _AnimatSimPy.vector_string_swigregister
278 vector_string_swigregister(vector_string)
281 __swig_setmethods__ = {}
282 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_int, name, value)
283 __swig_getmethods__ = {}
284 __getattr__ =
lambda self, name: _swig_getattr(self, vector_int, name)
285 __repr__ = _swig_repr
288 return _AnimatSimPy.vector_int_iterator(self)
292 def __nonzero__(self):
293 return _AnimatSimPy.vector_int___nonzero__(self)
296 return _AnimatSimPy.vector_int___bool__(self)
299 return _AnimatSimPy.vector_int___len__(self)
302 return _AnimatSimPy.vector_int_pop(self)
304 def __getslice__(self, i, j):
305 return _AnimatSimPy.vector_int___getslice__(self, i, j)
307 def __setslice__(self, *args):
308 return _AnimatSimPy.vector_int___setslice__(self, *args)
310 def __delslice__(self, i, j):
311 return _AnimatSimPy.vector_int___delslice__(self, i, j)
313 def __delitem__(self, *args):
314 return _AnimatSimPy.vector_int___delitem__(self, *args)
316 def __getitem__(self, *args):
317 return _AnimatSimPy.vector_int___getitem__(self, *args)
319 def __setitem__(self, *args):
320 return _AnimatSimPy.vector_int___setitem__(self, *args)
323 return _AnimatSimPy.vector_int_append(self, x)
326 return _AnimatSimPy.vector_int_empty(self)
329 return _AnimatSimPy.vector_int_size(self)
332 return _AnimatSimPy.vector_int_clear(self)
335 return _AnimatSimPy.vector_int_swap(self, v)
337 def get_allocator(self):
338 return _AnimatSimPy.vector_int_get_allocator(self)
341 return _AnimatSimPy.vector_int_begin(self)
344 return _AnimatSimPy.vector_int_end(self)
347 return _AnimatSimPy.vector_int_rbegin(self)
350 return _AnimatSimPy.vector_int_rend(self)
353 return _AnimatSimPy.vector_int_pop_back(self)
355 def erase(self, *args):
356 return _AnimatSimPy.vector_int_erase(self, *args)
358 def __init__(self, *args):
359 this = _AnimatSimPy.new_vector_int(*args)
361 self.this.append(this)
365 def push_back(self, x):
366 return _AnimatSimPy.vector_int_push_back(self, x)
369 return _AnimatSimPy.vector_int_front(self)
372 return _AnimatSimPy.vector_int_back(self)
374 def assign(self, n, x):
375 return _AnimatSimPy.vector_int_assign(self, n, x)
377 def resize(self, *args):
378 return _AnimatSimPy.vector_int_resize(self, *args)
380 def insert(self, *args):
381 return _AnimatSimPy.vector_int_insert(self, *args)
383 def reserve(self, n):
384 return _AnimatSimPy.vector_int_reserve(self, n)
387 return _AnimatSimPy.vector_int_capacity(self)
388 __swig_destroy__ = _AnimatSimPy.delete_vector_int
389 __del__ =
lambda self:
None
390 vector_int_swigregister = _AnimatSimPy.vector_int_swigregister
391 vector_int_swigregister(vector_int)
394 __swig_setmethods__ = {}
395 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_long, name, value)
396 __swig_getmethods__ = {}
397 __getattr__ =
lambda self, name: _swig_getattr(self, vector_long, name)
398 __repr__ = _swig_repr
401 return _AnimatSimPy.vector_long_iterator(self)
405 def __nonzero__(self):
406 return _AnimatSimPy.vector_long___nonzero__(self)
409 return _AnimatSimPy.vector_long___bool__(self)
412 return _AnimatSimPy.vector_long___len__(self)
415 return _AnimatSimPy.vector_long_pop(self)
417 def __getslice__(self, i, j):
418 return _AnimatSimPy.vector_long___getslice__(self, i, j)
420 def __setslice__(self, *args):
421 return _AnimatSimPy.vector_long___setslice__(self, *args)
423 def __delslice__(self, i, j):
424 return _AnimatSimPy.vector_long___delslice__(self, i, j)
426 def __delitem__(self, *args):
427 return _AnimatSimPy.vector_long___delitem__(self, *args)
429 def __getitem__(self, *args):
430 return _AnimatSimPy.vector_long___getitem__(self, *args)
432 def __setitem__(self, *args):
433 return _AnimatSimPy.vector_long___setitem__(self, *args)
436 return _AnimatSimPy.vector_long_append(self, x)
439 return _AnimatSimPy.vector_long_empty(self)
442 return _AnimatSimPy.vector_long_size(self)
445 return _AnimatSimPy.vector_long_clear(self)
448 return _AnimatSimPy.vector_long_swap(self, v)
450 def get_allocator(self):
451 return _AnimatSimPy.vector_long_get_allocator(self)
454 return _AnimatSimPy.vector_long_begin(self)
457 return _AnimatSimPy.vector_long_end(self)
460 return _AnimatSimPy.vector_long_rbegin(self)
463 return _AnimatSimPy.vector_long_rend(self)
466 return _AnimatSimPy.vector_long_pop_back(self)
468 def erase(self, *args):
469 return _AnimatSimPy.vector_long_erase(self, *args)
471 def __init__(self, *args):
472 this = _AnimatSimPy.new_vector_long(*args)
474 self.this.append(this)
478 def push_back(self, x):
479 return _AnimatSimPy.vector_long_push_back(self, x)
482 return _AnimatSimPy.vector_long_front(self)
485 return _AnimatSimPy.vector_long_back(self)
487 def assign(self, n, x):
488 return _AnimatSimPy.vector_long_assign(self, n, x)
490 def resize(self, *args):
491 return _AnimatSimPy.vector_long_resize(self, *args)
493 def insert(self, *args):
494 return _AnimatSimPy.vector_long_insert(self, *args)
496 def reserve(self, n):
497 return _AnimatSimPy.vector_long_reserve(self, n)
500 return _AnimatSimPy.vector_long_capacity(self)
501 __swig_destroy__ = _AnimatSimPy.delete_vector_long
502 __del__ =
lambda self:
None
503 vector_long_swigregister = _AnimatSimPy.vector_long_swigregister
504 vector_long_swigregister(vector_long)
507 __swig_setmethods__ = {}
508 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_float, name, value)
509 __swig_getmethods__ = {}
510 __getattr__ =
lambda self, name: _swig_getattr(self, vector_float, name)
511 __repr__ = _swig_repr
514 return _AnimatSimPy.vector_float_iterator(self)
518 def __nonzero__(self):
519 return _AnimatSimPy.vector_float___nonzero__(self)
522 return _AnimatSimPy.vector_float___bool__(self)
525 return _AnimatSimPy.vector_float___len__(self)
528 return _AnimatSimPy.vector_float_pop(self)
530 def __getslice__(self, i, j):
531 return _AnimatSimPy.vector_float___getslice__(self, i, j)
533 def __setslice__(self, *args):
534 return _AnimatSimPy.vector_float___setslice__(self, *args)
536 def __delslice__(self, i, j):
537 return _AnimatSimPy.vector_float___delslice__(self, i, j)
539 def __delitem__(self, *args):
540 return _AnimatSimPy.vector_float___delitem__(self, *args)
542 def __getitem__(self, *args):
543 return _AnimatSimPy.vector_float___getitem__(self, *args)
545 def __setitem__(self, *args):
546 return _AnimatSimPy.vector_float___setitem__(self, *args)
549 return _AnimatSimPy.vector_float_append(self, x)
552 return _AnimatSimPy.vector_float_empty(self)
555 return _AnimatSimPy.vector_float_size(self)
558 return _AnimatSimPy.vector_float_clear(self)
561 return _AnimatSimPy.vector_float_swap(self, v)
563 def get_allocator(self):
564 return _AnimatSimPy.vector_float_get_allocator(self)
567 return _AnimatSimPy.vector_float_begin(self)
570 return _AnimatSimPy.vector_float_end(self)
573 return _AnimatSimPy.vector_float_rbegin(self)
576 return _AnimatSimPy.vector_float_rend(self)
579 return _AnimatSimPy.vector_float_pop_back(self)
581 def erase(self, *args):
582 return _AnimatSimPy.vector_float_erase(self, *args)
584 def __init__(self, *args):
585 this = _AnimatSimPy.new_vector_float(*args)
587 self.this.append(this)
591 def push_back(self, x):
592 return _AnimatSimPy.vector_float_push_back(self, x)
595 return _AnimatSimPy.vector_float_front(self)
598 return _AnimatSimPy.vector_float_back(self)
600 def assign(self, n, x):
601 return _AnimatSimPy.vector_float_assign(self, n, x)
603 def resize(self, *args):
604 return _AnimatSimPy.vector_float_resize(self, *args)
606 def insert(self, *args):
607 return _AnimatSimPy.vector_float_insert(self, *args)
609 def reserve(self, n):
610 return _AnimatSimPy.vector_float_reserve(self, n)
613 return _AnimatSimPy.vector_float_capacity(self)
614 __swig_destroy__ = _AnimatSimPy.delete_vector_float
615 __del__ =
lambda self:
None
616 vector_float_swigregister = _AnimatSimPy.vector_float_swigregister
617 vector_float_swigregister(vector_float)
620 __swig_setmethods__ = {}
621 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_double, name, value)
622 __swig_getmethods__ = {}
623 __getattr__ =
lambda self, name: _swig_getattr(self, vector_double, name)
624 __repr__ = _swig_repr
627 return _AnimatSimPy.vector_double_iterator(self)
631 def __nonzero__(self):
632 return _AnimatSimPy.vector_double___nonzero__(self)
635 return _AnimatSimPy.vector_double___bool__(self)
638 return _AnimatSimPy.vector_double___len__(self)
641 return _AnimatSimPy.vector_double_pop(self)
643 def __getslice__(self, i, j):
644 return _AnimatSimPy.vector_double___getslice__(self, i, j)
646 def __setslice__(self, *args):
647 return _AnimatSimPy.vector_double___setslice__(self, *args)
649 def __delslice__(self, i, j):
650 return _AnimatSimPy.vector_double___delslice__(self, i, j)
652 def __delitem__(self, *args):
653 return _AnimatSimPy.vector_double___delitem__(self, *args)
655 def __getitem__(self, *args):
656 return _AnimatSimPy.vector_double___getitem__(self, *args)
658 def __setitem__(self, *args):
659 return _AnimatSimPy.vector_double___setitem__(self, *args)
662 return _AnimatSimPy.vector_double_append(self, x)
665 return _AnimatSimPy.vector_double_empty(self)
668 return _AnimatSimPy.vector_double_size(self)
671 return _AnimatSimPy.vector_double_clear(self)
674 return _AnimatSimPy.vector_double_swap(self, v)
676 def get_allocator(self):
677 return _AnimatSimPy.vector_double_get_allocator(self)
680 return _AnimatSimPy.vector_double_begin(self)
683 return _AnimatSimPy.vector_double_end(self)
686 return _AnimatSimPy.vector_double_rbegin(self)
689 return _AnimatSimPy.vector_double_rend(self)
692 return _AnimatSimPy.vector_double_pop_back(self)
694 def erase(self, *args):
695 return _AnimatSimPy.vector_double_erase(self, *args)
697 def __init__(self, *args):
698 this = _AnimatSimPy.new_vector_double(*args)
700 self.this.append(this)
704 def push_back(self, x):
705 return _AnimatSimPy.vector_double_push_back(self, x)
708 return _AnimatSimPy.vector_double_front(self)
711 return _AnimatSimPy.vector_double_back(self)
713 def assign(self, n, x):
714 return _AnimatSimPy.vector_double_assign(self, n, x)
716 def resize(self, *args):
717 return _AnimatSimPy.vector_double_resize(self, *args)
719 def insert(self, *args):
720 return _AnimatSimPy.vector_double_insert(self, *args)
722 def reserve(self, n):
723 return _AnimatSimPy.vector_double_reserve(self, n)
726 return _AnimatSimPy.vector_double_capacity(self)
727 __swig_destroy__ = _AnimatSimPy.delete_vector_double
728 __del__ =
lambda self:
None
729 vector_double_swigregister = _AnimatSimPy.vector_double_swigregister
730 vector_double_swigregister(vector_double)
733 __swig_setmethods__ = {}
734 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_ActivatedItemPtr, name, value)
735 __swig_getmethods__ = {}
736 __getattr__ =
lambda self, name: _swig_getattr(self, vector_ActivatedItemPtr, name)
737 __repr__ = _swig_repr
740 return _AnimatSimPy.vector_ActivatedItemPtr_iterator(self)
744 def __nonzero__(self):
745 return _AnimatSimPy.vector_ActivatedItemPtr___nonzero__(self)
748 return _AnimatSimPy.vector_ActivatedItemPtr___bool__(self)
751 return _AnimatSimPy.vector_ActivatedItemPtr___len__(self)
754 return _AnimatSimPy.vector_ActivatedItemPtr_pop(self)
756 def __getslice__(self, i, j):
757 return _AnimatSimPy.vector_ActivatedItemPtr___getslice__(self, i, j)
759 def __setslice__(self, *args):
760 return _AnimatSimPy.vector_ActivatedItemPtr___setslice__(self, *args)
762 def __delslice__(self, i, j):
763 return _AnimatSimPy.vector_ActivatedItemPtr___delslice__(self, i, j)
765 def __delitem__(self, *args):
766 return _AnimatSimPy.vector_ActivatedItemPtr___delitem__(self, *args)
768 def __getitem__(self, *args):
769 return _AnimatSimPy.vector_ActivatedItemPtr___getitem__(self, *args)
771 def __setitem__(self, *args):
772 return _AnimatSimPy.vector_ActivatedItemPtr___setitem__(self, *args)
775 return _AnimatSimPy.vector_ActivatedItemPtr_append(self, x)
778 return _AnimatSimPy.vector_ActivatedItemPtr_empty(self)
781 return _AnimatSimPy.vector_ActivatedItemPtr_size(self)
784 return _AnimatSimPy.vector_ActivatedItemPtr_clear(self)
787 return _AnimatSimPy.vector_ActivatedItemPtr_swap(self, v)
789 def get_allocator(self):
790 return _AnimatSimPy.vector_ActivatedItemPtr_get_allocator(self)
793 return _AnimatSimPy.vector_ActivatedItemPtr_begin(self)
796 return _AnimatSimPy.vector_ActivatedItemPtr_end(self)
799 return _AnimatSimPy.vector_ActivatedItemPtr_rbegin(self)
802 return _AnimatSimPy.vector_ActivatedItemPtr_rend(self)
805 return _AnimatSimPy.vector_ActivatedItemPtr_pop_back(self)
807 def erase(self, *args):
808 return _AnimatSimPy.vector_ActivatedItemPtr_erase(self, *args)
810 def __init__(self, *args):
811 this = _AnimatSimPy.new_vector_ActivatedItemPtr(*args)
813 self.this.append(this)
817 def push_back(self, x):
818 return _AnimatSimPy.vector_ActivatedItemPtr_push_back(self, x)
821 return _AnimatSimPy.vector_ActivatedItemPtr_front(self)
824 return _AnimatSimPy.vector_ActivatedItemPtr_back(self)
826 def assign(self, n, x):
827 return _AnimatSimPy.vector_ActivatedItemPtr_assign(self, n, x)
829 def resize(self, *args):
830 return _AnimatSimPy.vector_ActivatedItemPtr_resize(self, *args)
832 def insert(self, *args):
833 return _AnimatSimPy.vector_ActivatedItemPtr_insert(self, *args)
835 def reserve(self, n):
836 return _AnimatSimPy.vector_ActivatedItemPtr_reserve(self, n)
839 return _AnimatSimPy.vector_ActivatedItemPtr_capacity(self)
840 __swig_destroy__ = _AnimatSimPy.delete_vector_ActivatedItemPtr
841 __del__ =
lambda self:
None
842 vector_ActivatedItemPtr_swigregister = _AnimatSimPy.vector_ActivatedItemPtr_swigregister
843 vector_ActivatedItemPtr_swigregister(vector_ActivatedItemPtr)
846 __swig_setmethods__ = {}
847 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_AdapterPtr, name, value)
848 __swig_getmethods__ = {}
849 __getattr__ =
lambda self, name: _swig_getattr(self, vector_AdapterPtr, name)
850 __repr__ = _swig_repr
853 return _AnimatSimPy.vector_AdapterPtr_iterator(self)
857 def __nonzero__(self):
858 return _AnimatSimPy.vector_AdapterPtr___nonzero__(self)
861 return _AnimatSimPy.vector_AdapterPtr___bool__(self)
864 return _AnimatSimPy.vector_AdapterPtr___len__(self)
867 return _AnimatSimPy.vector_AdapterPtr_pop(self)
869 def __getslice__(self, i, j):
870 return _AnimatSimPy.vector_AdapterPtr___getslice__(self, i, j)
872 def __setslice__(self, *args):
873 return _AnimatSimPy.vector_AdapterPtr___setslice__(self, *args)
875 def __delslice__(self, i, j):
876 return _AnimatSimPy.vector_AdapterPtr___delslice__(self, i, j)
878 def __delitem__(self, *args):
879 return _AnimatSimPy.vector_AdapterPtr___delitem__(self, *args)
881 def __getitem__(self, *args):
882 return _AnimatSimPy.vector_AdapterPtr___getitem__(self, *args)
884 def __setitem__(self, *args):
885 return _AnimatSimPy.vector_AdapterPtr___setitem__(self, *args)
888 return _AnimatSimPy.vector_AdapterPtr_append(self, x)
891 return _AnimatSimPy.vector_AdapterPtr_empty(self)
894 return _AnimatSimPy.vector_AdapterPtr_size(self)
897 return _AnimatSimPy.vector_AdapterPtr_clear(self)
900 return _AnimatSimPy.vector_AdapterPtr_swap(self, v)
902 def get_allocator(self):
903 return _AnimatSimPy.vector_AdapterPtr_get_allocator(self)
906 return _AnimatSimPy.vector_AdapterPtr_begin(self)
909 return _AnimatSimPy.vector_AdapterPtr_end(self)
912 return _AnimatSimPy.vector_AdapterPtr_rbegin(self)
915 return _AnimatSimPy.vector_AdapterPtr_rend(self)
918 return _AnimatSimPy.vector_AdapterPtr_pop_back(self)
920 def erase(self, *args):
921 return _AnimatSimPy.vector_AdapterPtr_erase(self, *args)
923 def __init__(self, *args):
924 this = _AnimatSimPy.new_vector_AdapterPtr(*args)
926 self.this.append(this)
930 def push_back(self, x):
931 return _AnimatSimPy.vector_AdapterPtr_push_back(self, x)
934 return _AnimatSimPy.vector_AdapterPtr_front(self)
937 return _AnimatSimPy.vector_AdapterPtr_back(self)
939 def assign(self, n, x):
940 return _AnimatSimPy.vector_AdapterPtr_assign(self, n, x)
942 def resize(self, *args):
943 return _AnimatSimPy.vector_AdapterPtr_resize(self, *args)
945 def insert(self, *args):
946 return _AnimatSimPy.vector_AdapterPtr_insert(self, *args)
948 def reserve(self, n):
949 return _AnimatSimPy.vector_AdapterPtr_reserve(self, n)
952 return _AnimatSimPy.vector_AdapterPtr_capacity(self)
953 __swig_destroy__ = _AnimatSimPy.delete_vector_AdapterPtr
954 __del__ =
lambda self:
None
955 vector_AdapterPtr_swigregister = _AnimatSimPy.vector_AdapterPtr_swigregister
956 vector_AdapterPtr_swigregister(vector_AdapterPtr)
959 __swig_setmethods__ = {}
960 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_AttachmentPtr, name, value)
961 __swig_getmethods__ = {}
962 __getattr__ =
lambda self, name: _swig_getattr(self, vector_AttachmentPtr, name)
963 __repr__ = _swig_repr
966 return _AnimatSimPy.vector_AttachmentPtr_iterator(self)
970 def __nonzero__(self):
971 return _AnimatSimPy.vector_AttachmentPtr___nonzero__(self)
974 return _AnimatSimPy.vector_AttachmentPtr___bool__(self)
977 return _AnimatSimPy.vector_AttachmentPtr___len__(self)
980 return _AnimatSimPy.vector_AttachmentPtr_pop(self)
982 def __getslice__(self, i, j):
983 return _AnimatSimPy.vector_AttachmentPtr___getslice__(self, i, j)
985 def __setslice__(self, *args):
986 return _AnimatSimPy.vector_AttachmentPtr___setslice__(self, *args)
988 def __delslice__(self, i, j):
989 return _AnimatSimPy.vector_AttachmentPtr___delslice__(self, i, j)
991 def __delitem__(self, *args):
992 return _AnimatSimPy.vector_AttachmentPtr___delitem__(self, *args)
994 def __getitem__(self, *args):
995 return _AnimatSimPy.vector_AttachmentPtr___getitem__(self, *args)
997 def __setitem__(self, *args):
998 return _AnimatSimPy.vector_AttachmentPtr___setitem__(self, *args)
1000 def append(self, x):
1001 return _AnimatSimPy.vector_AttachmentPtr_append(self, x)
1004 return _AnimatSimPy.vector_AttachmentPtr_empty(self)
1007 return _AnimatSimPy.vector_AttachmentPtr_size(self)
1010 return _AnimatSimPy.vector_AttachmentPtr_clear(self)
1013 return _AnimatSimPy.vector_AttachmentPtr_swap(self, v)
1015 def get_allocator(self):
1016 return _AnimatSimPy.vector_AttachmentPtr_get_allocator(self)
1019 return _AnimatSimPy.vector_AttachmentPtr_begin(self)
1022 return _AnimatSimPy.vector_AttachmentPtr_end(self)
1025 return _AnimatSimPy.vector_AttachmentPtr_rbegin(self)
1028 return _AnimatSimPy.vector_AttachmentPtr_rend(self)
1031 return _AnimatSimPy.vector_AttachmentPtr_pop_back(self)
1033 def erase(self, *args):
1034 return _AnimatSimPy.vector_AttachmentPtr_erase(self, *args)
1036 def __init__(self, *args):
1037 this = _AnimatSimPy.new_vector_AttachmentPtr(*args)
1039 self.this.append(this)
1043 def push_back(self, x):
1044 return _AnimatSimPy.vector_AttachmentPtr_push_back(self, x)
1047 return _AnimatSimPy.vector_AttachmentPtr_front(self)
1050 return _AnimatSimPy.vector_AttachmentPtr_back(self)
1052 def assign(self, n, x):
1053 return _AnimatSimPy.vector_AttachmentPtr_assign(self, n, x)
1055 def resize(self, *args):
1056 return _AnimatSimPy.vector_AttachmentPtr_resize(self, *args)
1058 def insert(self, *args):
1059 return _AnimatSimPy.vector_AttachmentPtr_insert(self, *args)
1061 def reserve(self, n):
1062 return _AnimatSimPy.vector_AttachmentPtr_reserve(self, n)
1065 return _AnimatSimPy.vector_AttachmentPtr_capacity(self)
1066 __swig_destroy__ = _AnimatSimPy.delete_vector_AttachmentPtr
1067 __del__ =
lambda self:
None
1068 vector_AttachmentPtr_swigregister = _AnimatSimPy.vector_AttachmentPtr_swigregister
1069 vector_AttachmentPtr_swigregister(vector_AttachmentPtr)
1072 __swig_setmethods__ = {}
1073 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_BodyPartPtr, name, value)
1074 __swig_getmethods__ = {}
1075 __getattr__ =
lambda self, name: _swig_getattr(self, vector_BodyPartPtr, name)
1076 __repr__ = _swig_repr
1079 return _AnimatSimPy.vector_BodyPartPtr_iterator(self)
1083 def __nonzero__(self):
1084 return _AnimatSimPy.vector_BodyPartPtr___nonzero__(self)
1087 return _AnimatSimPy.vector_BodyPartPtr___bool__(self)
1090 return _AnimatSimPy.vector_BodyPartPtr___len__(self)
1093 return _AnimatSimPy.vector_BodyPartPtr_pop(self)
1095 def __getslice__(self, i, j):
1096 return _AnimatSimPy.vector_BodyPartPtr___getslice__(self, i, j)
1098 def __setslice__(self, *args):
1099 return _AnimatSimPy.vector_BodyPartPtr___setslice__(self, *args)
1101 def __delslice__(self, i, j):
1102 return _AnimatSimPy.vector_BodyPartPtr___delslice__(self, i, j)
1104 def __delitem__(self, *args):
1105 return _AnimatSimPy.vector_BodyPartPtr___delitem__(self, *args)
1107 def __getitem__(self, *args):
1108 return _AnimatSimPy.vector_BodyPartPtr___getitem__(self, *args)
1110 def __setitem__(self, *args):
1111 return _AnimatSimPy.vector_BodyPartPtr___setitem__(self, *args)
1113 def append(self, x):
1114 return _AnimatSimPy.vector_BodyPartPtr_append(self, x)
1117 return _AnimatSimPy.vector_BodyPartPtr_empty(self)
1120 return _AnimatSimPy.vector_BodyPartPtr_size(self)
1123 return _AnimatSimPy.vector_BodyPartPtr_clear(self)
1126 return _AnimatSimPy.vector_BodyPartPtr_swap(self, v)
1128 def get_allocator(self):
1129 return _AnimatSimPy.vector_BodyPartPtr_get_allocator(self)
1132 return _AnimatSimPy.vector_BodyPartPtr_begin(self)
1135 return _AnimatSimPy.vector_BodyPartPtr_end(self)
1138 return _AnimatSimPy.vector_BodyPartPtr_rbegin(self)
1141 return _AnimatSimPy.vector_BodyPartPtr_rend(self)
1144 return _AnimatSimPy.vector_BodyPartPtr_pop_back(self)
1146 def erase(self, *args):
1147 return _AnimatSimPy.vector_BodyPartPtr_erase(self, *args)
1149 def __init__(self, *args):
1150 this = _AnimatSimPy.new_vector_BodyPartPtr(*args)
1152 self.this.append(this)
1156 def push_back(self, x):
1157 return _AnimatSimPy.vector_BodyPartPtr_push_back(self, x)
1160 return _AnimatSimPy.vector_BodyPartPtr_front(self)
1163 return _AnimatSimPy.vector_BodyPartPtr_back(self)
1165 def assign(self, n, x):
1166 return _AnimatSimPy.vector_BodyPartPtr_assign(self, n, x)
1168 def resize(self, *args):
1169 return _AnimatSimPy.vector_BodyPartPtr_resize(self, *args)
1171 def insert(self, *args):
1172 return _AnimatSimPy.vector_BodyPartPtr_insert(self, *args)
1174 def reserve(self, n):
1175 return _AnimatSimPy.vector_BodyPartPtr_reserve(self, n)
1178 return _AnimatSimPy.vector_BodyPartPtr_capacity(self)
1179 __swig_destroy__ = _AnimatSimPy.delete_vector_BodyPartPtr
1180 __del__ =
lambda self:
None
1181 vector_BodyPartPtr_swigregister = _AnimatSimPy.vector_BodyPartPtr_swigregister
1182 vector_BodyPartPtr_swigregister(vector_BodyPartPtr)
1185 __swig_setmethods__ = {}
1186 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_CollisionPairPtr, name, value)
1187 __swig_getmethods__ = {}
1188 __getattr__ =
lambda self, name: _swig_getattr(self, vector_CollisionPairPtr, name)
1189 __repr__ = _swig_repr
1192 return _AnimatSimPy.vector_CollisionPairPtr_iterator(self)
1196 def __nonzero__(self):
1197 return _AnimatSimPy.vector_CollisionPairPtr___nonzero__(self)
1200 return _AnimatSimPy.vector_CollisionPairPtr___bool__(self)
1203 return _AnimatSimPy.vector_CollisionPairPtr___len__(self)
1206 return _AnimatSimPy.vector_CollisionPairPtr_pop(self)
1208 def __getslice__(self, i, j):
1209 return _AnimatSimPy.vector_CollisionPairPtr___getslice__(self, i, j)
1211 def __setslice__(self, *args):
1212 return _AnimatSimPy.vector_CollisionPairPtr___setslice__(self, *args)
1214 def __delslice__(self, i, j):
1215 return _AnimatSimPy.vector_CollisionPairPtr___delslice__(self, i, j)
1217 def __delitem__(self, *args):
1218 return _AnimatSimPy.vector_CollisionPairPtr___delitem__(self, *args)
1220 def __getitem__(self, *args):
1221 return _AnimatSimPy.vector_CollisionPairPtr___getitem__(self, *args)
1223 def __setitem__(self, *args):
1224 return _AnimatSimPy.vector_CollisionPairPtr___setitem__(self, *args)
1226 def append(self, x):
1227 return _AnimatSimPy.vector_CollisionPairPtr_append(self, x)
1230 return _AnimatSimPy.vector_CollisionPairPtr_empty(self)
1233 return _AnimatSimPy.vector_CollisionPairPtr_size(self)
1236 return _AnimatSimPy.vector_CollisionPairPtr_clear(self)
1239 return _AnimatSimPy.vector_CollisionPairPtr_swap(self, v)
1241 def get_allocator(self):
1242 return _AnimatSimPy.vector_CollisionPairPtr_get_allocator(self)
1245 return _AnimatSimPy.vector_CollisionPairPtr_begin(self)
1248 return _AnimatSimPy.vector_CollisionPairPtr_end(self)
1251 return _AnimatSimPy.vector_CollisionPairPtr_rbegin(self)
1254 return _AnimatSimPy.vector_CollisionPairPtr_rend(self)
1257 return _AnimatSimPy.vector_CollisionPairPtr_pop_back(self)
1259 def erase(self, *args):
1260 return _AnimatSimPy.vector_CollisionPairPtr_erase(self, *args)
1262 def __init__(self, *args):
1263 this = _AnimatSimPy.new_vector_CollisionPairPtr(*args)
1265 self.this.append(this)
1269 def push_back(self, x):
1270 return _AnimatSimPy.vector_CollisionPairPtr_push_back(self, x)
1273 return _AnimatSimPy.vector_CollisionPairPtr_front(self)
1276 return _AnimatSimPy.vector_CollisionPairPtr_back(self)
1278 def assign(self, n, x):
1279 return _AnimatSimPy.vector_CollisionPairPtr_assign(self, n, x)
1281 def resize(self, *args):
1282 return _AnimatSimPy.vector_CollisionPairPtr_resize(self, *args)
1284 def insert(self, *args):
1285 return _AnimatSimPy.vector_CollisionPairPtr_insert(self, *args)
1287 def reserve(self, n):
1288 return _AnimatSimPy.vector_CollisionPairPtr_reserve(self, n)
1291 return _AnimatSimPy.vector_CollisionPairPtr_capacity(self)
1292 __swig_destroy__ = _AnimatSimPy.delete_vector_CollisionPairPtr
1293 __del__ =
lambda self:
None
1294 vector_CollisionPairPtr_swigregister = _AnimatSimPy.vector_CollisionPairPtr_swigregister
1295 vector_CollisionPairPtr_swigregister(vector_CollisionPairPtr)
1298 __swig_setmethods__ = {}
1299 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_CStdVariablePtr, name, value)
1300 __swig_getmethods__ = {}
1301 __getattr__ =
lambda self, name: _swig_getattr(self, vector_CStdVariablePtr, name)
1302 __repr__ = _swig_repr
1305 return _AnimatSimPy.vector_CStdVariablePtr_iterator(self)
1309 def __nonzero__(self):
1310 return _AnimatSimPy.vector_CStdVariablePtr___nonzero__(self)
1313 return _AnimatSimPy.vector_CStdVariablePtr___bool__(self)
1316 return _AnimatSimPy.vector_CStdVariablePtr___len__(self)
1319 return _AnimatSimPy.vector_CStdVariablePtr_pop(self)
1321 def __getslice__(self, i, j):
1322 return _AnimatSimPy.vector_CStdVariablePtr___getslice__(self, i, j)
1324 def __setslice__(self, *args):
1325 return _AnimatSimPy.vector_CStdVariablePtr___setslice__(self, *args)
1327 def __delslice__(self, i, j):
1328 return _AnimatSimPy.vector_CStdVariablePtr___delslice__(self, i, j)
1330 def __delitem__(self, *args):
1331 return _AnimatSimPy.vector_CStdVariablePtr___delitem__(self, *args)
1333 def __getitem__(self, *args):
1334 return _AnimatSimPy.vector_CStdVariablePtr___getitem__(self, *args)
1336 def __setitem__(self, *args):
1337 return _AnimatSimPy.vector_CStdVariablePtr___setitem__(self, *args)
1339 def append(self, x):
1340 return _AnimatSimPy.vector_CStdVariablePtr_append(self, x)
1343 return _AnimatSimPy.vector_CStdVariablePtr_empty(self)
1346 return _AnimatSimPy.vector_CStdVariablePtr_size(self)
1349 return _AnimatSimPy.vector_CStdVariablePtr_clear(self)
1352 return _AnimatSimPy.vector_CStdVariablePtr_swap(self, v)
1354 def get_allocator(self):
1355 return _AnimatSimPy.vector_CStdVariablePtr_get_allocator(self)
1358 return _AnimatSimPy.vector_CStdVariablePtr_begin(self)
1361 return _AnimatSimPy.vector_CStdVariablePtr_end(self)
1364 return _AnimatSimPy.vector_CStdVariablePtr_rbegin(self)
1367 return _AnimatSimPy.vector_CStdVariablePtr_rend(self)
1370 return _AnimatSimPy.vector_CStdVariablePtr_pop_back(self)
1372 def erase(self, *args):
1373 return _AnimatSimPy.vector_CStdVariablePtr_erase(self, *args)
1375 def __init__(self, *args):
1376 this = _AnimatSimPy.new_vector_CStdVariablePtr(*args)
1378 self.this.append(this)
1382 def push_back(self, x):
1383 return _AnimatSimPy.vector_CStdVariablePtr_push_back(self, x)
1386 return _AnimatSimPy.vector_CStdVariablePtr_front(self)
1389 return _AnimatSimPy.vector_CStdVariablePtr_back(self)
1391 def assign(self, n, x):
1392 return _AnimatSimPy.vector_CStdVariablePtr_assign(self, n, x)
1394 def resize(self, *args):
1395 return _AnimatSimPy.vector_CStdVariablePtr_resize(self, *args)
1397 def insert(self, *args):
1398 return _AnimatSimPy.vector_CStdVariablePtr_insert(self, *args)
1400 def reserve(self, n):
1401 return _AnimatSimPy.vector_CStdVariablePtr_reserve(self, n)
1404 return _AnimatSimPy.vector_CStdVariablePtr_capacity(self)
1405 __swig_destroy__ = _AnimatSimPy.delete_vector_CStdVariablePtr
1406 __del__ =
lambda self:
None
1407 vector_CStdVariablePtr_swigregister = _AnimatSimPy.vector_CStdVariablePtr_swigregister
1408 vector_CStdVariablePtr_swigregister(vector_CStdVariablePtr)
1411 __swig_setmethods__ = {}
1412 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_DataColumnPtr, name, value)
1413 __swig_getmethods__ = {}
1414 __getattr__ =
lambda self, name: _swig_getattr(self, vector_DataColumnPtr, name)
1415 __repr__ = _swig_repr
1418 return _AnimatSimPy.vector_DataColumnPtr_iterator(self)
1422 def __nonzero__(self):
1423 return _AnimatSimPy.vector_DataColumnPtr___nonzero__(self)
1426 return _AnimatSimPy.vector_DataColumnPtr___bool__(self)
1429 return _AnimatSimPy.vector_DataColumnPtr___len__(self)
1432 return _AnimatSimPy.vector_DataColumnPtr_pop(self)
1434 def __getslice__(self, i, j):
1435 return _AnimatSimPy.vector_DataColumnPtr___getslice__(self, i, j)
1437 def __setslice__(self, *args):
1438 return _AnimatSimPy.vector_DataColumnPtr___setslice__(self, *args)
1440 def __delslice__(self, i, j):
1441 return _AnimatSimPy.vector_DataColumnPtr___delslice__(self, i, j)
1443 def __delitem__(self, *args):
1444 return _AnimatSimPy.vector_DataColumnPtr___delitem__(self, *args)
1446 def __getitem__(self, *args):
1447 return _AnimatSimPy.vector_DataColumnPtr___getitem__(self, *args)
1449 def __setitem__(self, *args):
1450 return _AnimatSimPy.vector_DataColumnPtr___setitem__(self, *args)
1452 def append(self, x):
1453 return _AnimatSimPy.vector_DataColumnPtr_append(self, x)
1456 return _AnimatSimPy.vector_DataColumnPtr_empty(self)
1459 return _AnimatSimPy.vector_DataColumnPtr_size(self)
1462 return _AnimatSimPy.vector_DataColumnPtr_clear(self)
1465 return _AnimatSimPy.vector_DataColumnPtr_swap(self, v)
1467 def get_allocator(self):
1468 return _AnimatSimPy.vector_DataColumnPtr_get_allocator(self)
1471 return _AnimatSimPy.vector_DataColumnPtr_begin(self)
1474 return _AnimatSimPy.vector_DataColumnPtr_end(self)
1477 return _AnimatSimPy.vector_DataColumnPtr_rbegin(self)
1480 return _AnimatSimPy.vector_DataColumnPtr_rend(self)
1483 return _AnimatSimPy.vector_DataColumnPtr_pop_back(self)
1485 def erase(self, *args):
1486 return _AnimatSimPy.vector_DataColumnPtr_erase(self, *args)
1488 def __init__(self, *args):
1489 this = _AnimatSimPy.new_vector_DataColumnPtr(*args)
1491 self.this.append(this)
1495 def push_back(self, x):
1496 return _AnimatSimPy.vector_DataColumnPtr_push_back(self, x)
1499 return _AnimatSimPy.vector_DataColumnPtr_front(self)
1502 return _AnimatSimPy.vector_DataColumnPtr_back(self)
1504 def assign(self, n, x):
1505 return _AnimatSimPy.vector_DataColumnPtr_assign(self, n, x)
1507 def resize(self, *args):
1508 return _AnimatSimPy.vector_DataColumnPtr_resize(self, *args)
1510 def insert(self, *args):
1511 return _AnimatSimPy.vector_DataColumnPtr_insert(self, *args)
1513 def reserve(self, n):
1514 return _AnimatSimPy.vector_DataColumnPtr_reserve(self, n)
1517 return _AnimatSimPy.vector_DataColumnPtr_capacity(self)
1518 __swig_destroy__ = _AnimatSimPy.delete_vector_DataColumnPtr
1519 __del__ =
lambda self:
None
1520 vector_DataColumnPtr_swigregister = _AnimatSimPy.vector_DataColumnPtr_swigregister
1521 vector_DataColumnPtr_swigregister(vector_DataColumnPtr)
1524 __swig_setmethods__ = {}
1525 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_HudItemPtr, name, value)
1526 __swig_getmethods__ = {}
1527 __getattr__ =
lambda self, name: _swig_getattr(self, vector_HudItemPtr, name)
1528 __repr__ = _swig_repr
1531 return _AnimatSimPy.vector_HudItemPtr_iterator(self)
1535 def __nonzero__(self):
1536 return _AnimatSimPy.vector_HudItemPtr___nonzero__(self)
1539 return _AnimatSimPy.vector_HudItemPtr___bool__(self)
1542 return _AnimatSimPy.vector_HudItemPtr___len__(self)
1545 return _AnimatSimPy.vector_HudItemPtr_pop(self)
1547 def __getslice__(self, i, j):
1548 return _AnimatSimPy.vector_HudItemPtr___getslice__(self, i, j)
1550 def __setslice__(self, *args):
1551 return _AnimatSimPy.vector_HudItemPtr___setslice__(self, *args)
1553 def __delslice__(self, i, j):
1554 return _AnimatSimPy.vector_HudItemPtr___delslice__(self, i, j)
1556 def __delitem__(self, *args):
1557 return _AnimatSimPy.vector_HudItemPtr___delitem__(self, *args)
1559 def __getitem__(self, *args):
1560 return _AnimatSimPy.vector_HudItemPtr___getitem__(self, *args)
1562 def __setitem__(self, *args):
1563 return _AnimatSimPy.vector_HudItemPtr___setitem__(self, *args)
1565 def append(self, x):
1566 return _AnimatSimPy.vector_HudItemPtr_append(self, x)
1569 return _AnimatSimPy.vector_HudItemPtr_empty(self)
1572 return _AnimatSimPy.vector_HudItemPtr_size(self)
1575 return _AnimatSimPy.vector_HudItemPtr_clear(self)
1578 return _AnimatSimPy.vector_HudItemPtr_swap(self, v)
1580 def get_allocator(self):
1581 return _AnimatSimPy.vector_HudItemPtr_get_allocator(self)
1584 return _AnimatSimPy.vector_HudItemPtr_begin(self)
1587 return _AnimatSimPy.vector_HudItemPtr_end(self)
1590 return _AnimatSimPy.vector_HudItemPtr_rbegin(self)
1593 return _AnimatSimPy.vector_HudItemPtr_rend(self)
1596 return _AnimatSimPy.vector_HudItemPtr_pop_back(self)
1598 def erase(self, *args):
1599 return _AnimatSimPy.vector_HudItemPtr_erase(self, *args)
1601 def __init__(self, *args):
1602 this = _AnimatSimPy.new_vector_HudItemPtr(*args)
1604 self.this.append(this)
1608 def push_back(self, x):
1609 return _AnimatSimPy.vector_HudItemPtr_push_back(self, x)
1612 return _AnimatSimPy.vector_HudItemPtr_front(self)
1615 return _AnimatSimPy.vector_HudItemPtr_back(self)
1617 def assign(self, n, x):
1618 return _AnimatSimPy.vector_HudItemPtr_assign(self, n, x)
1620 def resize(self, *args):
1621 return _AnimatSimPy.vector_HudItemPtr_resize(self, *args)
1623 def insert(self, *args):
1624 return _AnimatSimPy.vector_HudItemPtr_insert(self, *args)
1626 def reserve(self, n):
1627 return _AnimatSimPy.vector_HudItemPtr_reserve(self, n)
1630 return _AnimatSimPy.vector_HudItemPtr_capacity(self)
1631 __swig_destroy__ = _AnimatSimPy.delete_vector_HudItemPtr
1632 __del__ =
lambda self:
None
1633 vector_HudItemPtr_swigregister = _AnimatSimPy.vector_HudItemPtr_swigregister
1634 vector_HudItemPtr_swigregister(vector_HudItemPtr)
1637 __swig_setmethods__ = {}
1638 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_KeyFramePtr, name, value)
1639 __swig_getmethods__ = {}
1640 __getattr__ =
lambda self, name: _swig_getattr(self, vector_KeyFramePtr, name)
1641 __repr__ = _swig_repr
1644 return _AnimatSimPy.vector_KeyFramePtr_iterator(self)
1648 def __nonzero__(self):
1649 return _AnimatSimPy.vector_KeyFramePtr___nonzero__(self)
1652 return _AnimatSimPy.vector_KeyFramePtr___bool__(self)
1655 return _AnimatSimPy.vector_KeyFramePtr___len__(self)
1658 return _AnimatSimPy.vector_KeyFramePtr_pop(self)
1660 def __getslice__(self, i, j):
1661 return _AnimatSimPy.vector_KeyFramePtr___getslice__(self, i, j)
1663 def __setslice__(self, *args):
1664 return _AnimatSimPy.vector_KeyFramePtr___setslice__(self, *args)
1666 def __delslice__(self, i, j):
1667 return _AnimatSimPy.vector_KeyFramePtr___delslice__(self, i, j)
1669 def __delitem__(self, *args):
1670 return _AnimatSimPy.vector_KeyFramePtr___delitem__(self, *args)
1672 def __getitem__(self, *args):
1673 return _AnimatSimPy.vector_KeyFramePtr___getitem__(self, *args)
1675 def __setitem__(self, *args):
1676 return _AnimatSimPy.vector_KeyFramePtr___setitem__(self, *args)
1678 def append(self, x):
1679 return _AnimatSimPy.vector_KeyFramePtr_append(self, x)
1682 return _AnimatSimPy.vector_KeyFramePtr_empty(self)
1685 return _AnimatSimPy.vector_KeyFramePtr_size(self)
1688 return _AnimatSimPy.vector_KeyFramePtr_clear(self)
1691 return _AnimatSimPy.vector_KeyFramePtr_swap(self, v)
1693 def get_allocator(self):
1694 return _AnimatSimPy.vector_KeyFramePtr_get_allocator(self)
1697 return _AnimatSimPy.vector_KeyFramePtr_begin(self)
1700 return _AnimatSimPy.vector_KeyFramePtr_end(self)
1703 return _AnimatSimPy.vector_KeyFramePtr_rbegin(self)
1706 return _AnimatSimPy.vector_KeyFramePtr_rend(self)
1709 return _AnimatSimPy.vector_KeyFramePtr_pop_back(self)
1711 def erase(self, *args):
1712 return _AnimatSimPy.vector_KeyFramePtr_erase(self, *args)
1714 def __init__(self, *args):
1715 this = _AnimatSimPy.new_vector_KeyFramePtr(*args)
1717 self.this.append(this)
1721 def push_back(self, x):
1722 return _AnimatSimPy.vector_KeyFramePtr_push_back(self, x)
1725 return _AnimatSimPy.vector_KeyFramePtr_front(self)
1728 return _AnimatSimPy.vector_KeyFramePtr_back(self)
1730 def assign(self, n, x):
1731 return _AnimatSimPy.vector_KeyFramePtr_assign(self, n, x)
1733 def resize(self, *args):
1734 return _AnimatSimPy.vector_KeyFramePtr_resize(self, *args)
1736 def insert(self, *args):
1737 return _AnimatSimPy.vector_KeyFramePtr_insert(self, *args)
1739 def reserve(self, n):
1740 return _AnimatSimPy.vector_KeyFramePtr_reserve(self, n)
1743 return _AnimatSimPy.vector_KeyFramePtr_capacity(self)
1744 __swig_destroy__ = _AnimatSimPy.delete_vector_KeyFramePtr
1745 __del__ =
lambda self:
None
1746 vector_KeyFramePtr_swigregister = _AnimatSimPy.vector_KeyFramePtr_swigregister
1747 vector_KeyFramePtr_swigregister(vector_KeyFramePtr)
1750 __swig_setmethods__ = {}
1751 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_LightPtr, name, value)
1752 __swig_getmethods__ = {}
1753 __getattr__ =
lambda self, name: _swig_getattr(self, vector_LightPtr, name)
1754 __repr__ = _swig_repr
1757 return _AnimatSimPy.vector_LightPtr_iterator(self)
1761 def __nonzero__(self):
1762 return _AnimatSimPy.vector_LightPtr___nonzero__(self)
1765 return _AnimatSimPy.vector_LightPtr___bool__(self)
1768 return _AnimatSimPy.vector_LightPtr___len__(self)
1771 return _AnimatSimPy.vector_LightPtr_pop(self)
1773 def __getslice__(self, i, j):
1774 return _AnimatSimPy.vector_LightPtr___getslice__(self, i, j)
1776 def __setslice__(self, *args):
1777 return _AnimatSimPy.vector_LightPtr___setslice__(self, *args)
1779 def __delslice__(self, i, j):
1780 return _AnimatSimPy.vector_LightPtr___delslice__(self, i, j)
1782 def __delitem__(self, *args):
1783 return _AnimatSimPy.vector_LightPtr___delitem__(self, *args)
1785 def __getitem__(self, *args):
1786 return _AnimatSimPy.vector_LightPtr___getitem__(self, *args)
1788 def __setitem__(self, *args):
1789 return _AnimatSimPy.vector_LightPtr___setitem__(self, *args)
1791 def append(self, x):
1792 return _AnimatSimPy.vector_LightPtr_append(self, x)
1795 return _AnimatSimPy.vector_LightPtr_empty(self)
1798 return _AnimatSimPy.vector_LightPtr_size(self)
1801 return _AnimatSimPy.vector_LightPtr_clear(self)
1804 return _AnimatSimPy.vector_LightPtr_swap(self, v)
1806 def get_allocator(self):
1807 return _AnimatSimPy.vector_LightPtr_get_allocator(self)
1810 return _AnimatSimPy.vector_LightPtr_begin(self)
1813 return _AnimatSimPy.vector_LightPtr_end(self)
1816 return _AnimatSimPy.vector_LightPtr_rbegin(self)
1819 return _AnimatSimPy.vector_LightPtr_rend(self)
1822 return _AnimatSimPy.vector_LightPtr_pop_back(self)
1824 def erase(self, *args):
1825 return _AnimatSimPy.vector_LightPtr_erase(self, *args)
1827 def __init__(self, *args):
1828 this = _AnimatSimPy.new_vector_LightPtr(*args)
1830 self.this.append(this)
1834 def push_back(self, x):
1835 return _AnimatSimPy.vector_LightPtr_push_back(self, x)
1838 return _AnimatSimPy.vector_LightPtr_front(self)
1841 return _AnimatSimPy.vector_LightPtr_back(self)
1843 def assign(self, n, x):
1844 return _AnimatSimPy.vector_LightPtr_assign(self, n, x)
1846 def resize(self, *args):
1847 return _AnimatSimPy.vector_LightPtr_resize(self, *args)
1849 def insert(self, *args):
1850 return _AnimatSimPy.vector_LightPtr_insert(self, *args)
1852 def reserve(self, n):
1853 return _AnimatSimPy.vector_LightPtr_reserve(self, n)
1856 return _AnimatSimPy.vector_LightPtr_capacity(self)
1857 __swig_destroy__ = _AnimatSimPy.delete_vector_LightPtr
1858 __del__ =
lambda self:
None
1859 vector_LightPtr_swigregister = _AnimatSimPy.vector_LightPtr_swigregister
1860 vector_LightPtr_swigregister(vector_LightPtr)
1863 __swig_setmethods__ = {}
1864 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_MaterialTypePtr, name, value)
1865 __swig_getmethods__ = {}
1866 __getattr__ =
lambda self, name: _swig_getattr(self, vector_MaterialTypePtr, name)
1867 __repr__ = _swig_repr
1870 return _AnimatSimPy.vector_MaterialTypePtr_iterator(self)
1874 def __nonzero__(self):
1875 return _AnimatSimPy.vector_MaterialTypePtr___nonzero__(self)
1878 return _AnimatSimPy.vector_MaterialTypePtr___bool__(self)
1881 return _AnimatSimPy.vector_MaterialTypePtr___len__(self)
1884 return _AnimatSimPy.vector_MaterialTypePtr_pop(self)
1886 def __getslice__(self, i, j):
1887 return _AnimatSimPy.vector_MaterialTypePtr___getslice__(self, i, j)
1889 def __setslice__(self, *args):
1890 return _AnimatSimPy.vector_MaterialTypePtr___setslice__(self, *args)
1892 def __delslice__(self, i, j):
1893 return _AnimatSimPy.vector_MaterialTypePtr___delslice__(self, i, j)
1895 def __delitem__(self, *args):
1896 return _AnimatSimPy.vector_MaterialTypePtr___delitem__(self, *args)
1898 def __getitem__(self, *args):
1899 return _AnimatSimPy.vector_MaterialTypePtr___getitem__(self, *args)
1901 def __setitem__(self, *args):
1902 return _AnimatSimPy.vector_MaterialTypePtr___setitem__(self, *args)
1904 def append(self, x):
1905 return _AnimatSimPy.vector_MaterialTypePtr_append(self, x)
1908 return _AnimatSimPy.vector_MaterialTypePtr_empty(self)
1911 return _AnimatSimPy.vector_MaterialTypePtr_size(self)
1914 return _AnimatSimPy.vector_MaterialTypePtr_clear(self)
1917 return _AnimatSimPy.vector_MaterialTypePtr_swap(self, v)
1919 def get_allocator(self):
1920 return _AnimatSimPy.vector_MaterialTypePtr_get_allocator(self)
1923 return _AnimatSimPy.vector_MaterialTypePtr_begin(self)
1926 return _AnimatSimPy.vector_MaterialTypePtr_end(self)
1929 return _AnimatSimPy.vector_MaterialTypePtr_rbegin(self)
1932 return _AnimatSimPy.vector_MaterialTypePtr_rend(self)
1935 return _AnimatSimPy.vector_MaterialTypePtr_pop_back(self)
1937 def erase(self, *args):
1938 return _AnimatSimPy.vector_MaterialTypePtr_erase(self, *args)
1940 def __init__(self, *args):
1941 this = _AnimatSimPy.new_vector_MaterialTypePtr(*args)
1943 self.this.append(this)
1947 def push_back(self, x):
1948 return _AnimatSimPy.vector_MaterialTypePtr_push_back(self, x)
1951 return _AnimatSimPy.vector_MaterialTypePtr_front(self)
1954 return _AnimatSimPy.vector_MaterialTypePtr_back(self)
1956 def assign(self, n, x):
1957 return _AnimatSimPy.vector_MaterialTypePtr_assign(self, n, x)
1959 def resize(self, *args):
1960 return _AnimatSimPy.vector_MaterialTypePtr_resize(self, *args)
1962 def insert(self, *args):
1963 return _AnimatSimPy.vector_MaterialTypePtr_insert(self, *args)
1965 def reserve(self, n):
1966 return _AnimatSimPy.vector_MaterialTypePtr_reserve(self, n)
1969 return _AnimatSimPy.vector_MaterialTypePtr_capacity(self)
1970 __swig_destroy__ = _AnimatSimPy.delete_vector_MaterialTypePtr
1971 __del__ =
lambda self:
None
1972 vector_MaterialTypePtr_swigregister = _AnimatSimPy.vector_MaterialTypePtr_swigregister
1973 vector_MaterialTypePtr_swigregister(vector_MaterialTypePtr)
1976 __swig_setmethods__ = {}
1977 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_ModuleThreadProcessorPtr, name, value)
1978 __swig_getmethods__ = {}
1979 __getattr__ =
lambda self, name: _swig_getattr(self, vector_ModuleThreadProcessorPtr, name)
1980 __repr__ = _swig_repr
1983 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_iterator(self)
1987 def __nonzero__(self):
1988 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___nonzero__(self)
1991 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___bool__(self)
1994 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___len__(self)
1997 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_pop(self)
1999 def __getslice__(self, i, j):
2000 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___getslice__(self, i, j)
2002 def __setslice__(self, *args):
2003 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___setslice__(self, *args)
2005 def __delslice__(self, i, j):
2006 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___delslice__(self, i, j)
2008 def __delitem__(self, *args):
2009 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___delitem__(self, *args)
2011 def __getitem__(self, *args):
2012 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___getitem__(self, *args)
2014 def __setitem__(self, *args):
2015 return _AnimatSimPy.vector_ModuleThreadProcessorPtr___setitem__(self, *args)
2017 def append(self, x):
2018 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_append(self, x)
2021 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_empty(self)
2024 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_size(self)
2027 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_clear(self)
2030 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_swap(self, v)
2032 def get_allocator(self):
2033 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_get_allocator(self)
2036 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_begin(self)
2039 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_end(self)
2042 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_rbegin(self)
2045 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_rend(self)
2048 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_pop_back(self)
2050 def erase(self, *args):
2051 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_erase(self, *args)
2053 def __init__(self, *args):
2054 this = _AnimatSimPy.new_vector_ModuleThreadProcessorPtr(*args)
2056 self.this.append(this)
2060 def push_back(self, x):
2061 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_push_back(self, x)
2064 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_front(self)
2067 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_back(self)
2069 def assign(self, n, x):
2070 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_assign(self, n, x)
2072 def resize(self, *args):
2073 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_resize(self, *args)
2075 def insert(self, *args):
2076 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_insert(self, *args)
2078 def reserve(self, n):
2079 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_reserve(self, n)
2082 return _AnimatSimPy.vector_ModuleThreadProcessorPtr_capacity(self)
2083 __swig_destroy__ = _AnimatSimPy.delete_vector_ModuleThreadProcessorPtr
2084 __del__ =
lambda self:
None
2085 vector_ModuleThreadProcessorPtr_swigregister = _AnimatSimPy.vector_ModuleThreadProcessorPtr_swigregister
2086 vector_ModuleThreadProcessorPtr_swigregister(vector_ModuleThreadProcessorPtr)
2089 __swig_setmethods__ = {}
2090 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_ReceptiveFieldPairPtr, name, value)
2091 __swig_getmethods__ = {}
2092 __getattr__ =
lambda self, name: _swig_getattr(self, vector_ReceptiveFieldPairPtr, name)
2093 __repr__ = _swig_repr
2096 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_iterator(self)
2100 def __nonzero__(self):
2101 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___nonzero__(self)
2104 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___bool__(self)
2107 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___len__(self)
2110 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_pop(self)
2112 def __getslice__(self, i, j):
2113 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___getslice__(self, i, j)
2115 def __setslice__(self, *args):
2116 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___setslice__(self, *args)
2118 def __delslice__(self, i, j):
2119 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___delslice__(self, i, j)
2121 def __delitem__(self, *args):
2122 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___delitem__(self, *args)
2124 def __getitem__(self, *args):
2125 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___getitem__(self, *args)
2127 def __setitem__(self, *args):
2128 return _AnimatSimPy.vector_ReceptiveFieldPairPtr___setitem__(self, *args)
2130 def append(self, x):
2131 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_append(self, x)
2134 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_empty(self)
2137 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_size(self)
2140 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_clear(self)
2143 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_swap(self, v)
2145 def get_allocator(self):
2146 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_get_allocator(self)
2149 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_begin(self)
2152 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_end(self)
2155 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_rbegin(self)
2158 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_rend(self)
2161 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_pop_back(self)
2163 def erase(self, *args):
2164 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_erase(self, *args)
2166 def __init__(self, *args):
2167 this = _AnimatSimPy.new_vector_ReceptiveFieldPairPtr(*args)
2169 self.this.append(this)
2173 def push_back(self, x):
2174 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_push_back(self, x)
2177 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_front(self)
2180 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_back(self)
2182 def assign(self, n, x):
2183 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_assign(self, n, x)
2185 def resize(self, *args):
2186 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_resize(self, *args)
2188 def insert(self, *args):
2189 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_insert(self, *args)
2191 def reserve(self, n):
2192 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_reserve(self, n)
2195 return _AnimatSimPy.vector_ReceptiveFieldPairPtr_capacity(self)
2196 __swig_destroy__ = _AnimatSimPy.delete_vector_ReceptiveFieldPairPtr
2197 __del__ =
lambda self:
None
2198 vector_ReceptiveFieldPairPtr_swigregister = _AnimatSimPy.vector_ReceptiveFieldPairPtr_swigregister
2199 vector_ReceptiveFieldPairPtr_swigregister(vector_ReceptiveFieldPairPtr)
2202 __swig_setmethods__ = {}
2203 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_ReceptiveFieldPtr, name, value)
2204 __swig_getmethods__ = {}
2205 __getattr__ =
lambda self, name: _swig_getattr(self, vector_ReceptiveFieldPtr, name)
2206 __repr__ = _swig_repr
2209 return _AnimatSimPy.vector_ReceptiveFieldPtr_iterator(self)
2213 def __nonzero__(self):
2214 return _AnimatSimPy.vector_ReceptiveFieldPtr___nonzero__(self)
2217 return _AnimatSimPy.vector_ReceptiveFieldPtr___bool__(self)
2220 return _AnimatSimPy.vector_ReceptiveFieldPtr___len__(self)
2223 return _AnimatSimPy.vector_ReceptiveFieldPtr_pop(self)
2225 def __getslice__(self, i, j):
2226 return _AnimatSimPy.vector_ReceptiveFieldPtr___getslice__(self, i, j)
2228 def __setslice__(self, *args):
2229 return _AnimatSimPy.vector_ReceptiveFieldPtr___setslice__(self, *args)
2231 def __delslice__(self, i, j):
2232 return _AnimatSimPy.vector_ReceptiveFieldPtr___delslice__(self, i, j)
2234 def __delitem__(self, *args):
2235 return _AnimatSimPy.vector_ReceptiveFieldPtr___delitem__(self, *args)
2237 def __getitem__(self, *args):
2238 return _AnimatSimPy.vector_ReceptiveFieldPtr___getitem__(self, *args)
2240 def __setitem__(self, *args):
2241 return _AnimatSimPy.vector_ReceptiveFieldPtr___setitem__(self, *args)
2243 def append(self, x):
2244 return _AnimatSimPy.vector_ReceptiveFieldPtr_append(self, x)
2247 return _AnimatSimPy.vector_ReceptiveFieldPtr_empty(self)
2250 return _AnimatSimPy.vector_ReceptiveFieldPtr_size(self)
2253 return _AnimatSimPy.vector_ReceptiveFieldPtr_clear(self)
2256 return _AnimatSimPy.vector_ReceptiveFieldPtr_swap(self, v)
2258 def get_allocator(self):
2259 return _AnimatSimPy.vector_ReceptiveFieldPtr_get_allocator(self)
2262 return _AnimatSimPy.vector_ReceptiveFieldPtr_begin(self)
2265 return _AnimatSimPy.vector_ReceptiveFieldPtr_end(self)
2268 return _AnimatSimPy.vector_ReceptiveFieldPtr_rbegin(self)
2271 return _AnimatSimPy.vector_ReceptiveFieldPtr_rend(self)
2274 return _AnimatSimPy.vector_ReceptiveFieldPtr_pop_back(self)
2276 def erase(self, *args):
2277 return _AnimatSimPy.vector_ReceptiveFieldPtr_erase(self, *args)
2279 def __init__(self, *args):
2280 this = _AnimatSimPy.new_vector_ReceptiveFieldPtr(*args)
2282 self.this.append(this)
2286 def push_back(self, x):
2287 return _AnimatSimPy.vector_ReceptiveFieldPtr_push_back(self, x)
2290 return _AnimatSimPy.vector_ReceptiveFieldPtr_front(self)
2293 return _AnimatSimPy.vector_ReceptiveFieldPtr_back(self)
2295 def assign(self, n, x):
2296 return _AnimatSimPy.vector_ReceptiveFieldPtr_assign(self, n, x)
2298 def resize(self, *args):
2299 return _AnimatSimPy.vector_ReceptiveFieldPtr_resize(self, *args)
2301 def insert(self, *args):
2302 return _AnimatSimPy.vector_ReceptiveFieldPtr_insert(self, *args)
2304 def reserve(self, n):
2305 return _AnimatSimPy.vector_ReceptiveFieldPtr_reserve(self, n)
2308 return _AnimatSimPy.vector_ReceptiveFieldPtr_capacity(self)
2309 __swig_destroy__ = _AnimatSimPy.delete_vector_ReceptiveFieldPtr
2310 __del__ =
lambda self:
None
2311 vector_ReceptiveFieldPtr_swigregister = _AnimatSimPy.vector_ReceptiveFieldPtr_swigregister
2312 vector_ReceptiveFieldPtr_swigregister(vector_ReceptiveFieldPtr)
2315 __swig_setmethods__ = {}
2316 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_RigidBodyPtr, name, value)
2317 __swig_getmethods__ = {}
2318 __getattr__ =
lambda self, name: _swig_getattr(self, vector_RigidBodyPtr, name)
2319 __repr__ = _swig_repr
2322 return _AnimatSimPy.vector_RigidBodyPtr_iterator(self)
2326 def __nonzero__(self):
2327 return _AnimatSimPy.vector_RigidBodyPtr___nonzero__(self)
2330 return _AnimatSimPy.vector_RigidBodyPtr___bool__(self)
2333 return _AnimatSimPy.vector_RigidBodyPtr___len__(self)
2336 return _AnimatSimPy.vector_RigidBodyPtr_pop(self)
2338 def __getslice__(self, i, j):
2339 return _AnimatSimPy.vector_RigidBodyPtr___getslice__(self, i, j)
2341 def __setslice__(self, *args):
2342 return _AnimatSimPy.vector_RigidBodyPtr___setslice__(self, *args)
2344 def __delslice__(self, i, j):
2345 return _AnimatSimPy.vector_RigidBodyPtr___delslice__(self, i, j)
2347 def __delitem__(self, *args):
2348 return _AnimatSimPy.vector_RigidBodyPtr___delitem__(self, *args)
2350 def __getitem__(self, *args):
2351 return _AnimatSimPy.vector_RigidBodyPtr___getitem__(self, *args)
2353 def __setitem__(self, *args):
2354 return _AnimatSimPy.vector_RigidBodyPtr___setitem__(self, *args)
2356 def append(self, x):
2357 return _AnimatSimPy.vector_RigidBodyPtr_append(self, x)
2360 return _AnimatSimPy.vector_RigidBodyPtr_empty(self)
2363 return _AnimatSimPy.vector_RigidBodyPtr_size(self)
2366 return _AnimatSimPy.vector_RigidBodyPtr_clear(self)
2369 return _AnimatSimPy.vector_RigidBodyPtr_swap(self, v)
2371 def get_allocator(self):
2372 return _AnimatSimPy.vector_RigidBodyPtr_get_allocator(self)
2375 return _AnimatSimPy.vector_RigidBodyPtr_begin(self)
2378 return _AnimatSimPy.vector_RigidBodyPtr_end(self)
2381 return _AnimatSimPy.vector_RigidBodyPtr_rbegin(self)
2384 return _AnimatSimPy.vector_RigidBodyPtr_rend(self)
2387 return _AnimatSimPy.vector_RigidBodyPtr_pop_back(self)
2389 def erase(self, *args):
2390 return _AnimatSimPy.vector_RigidBodyPtr_erase(self, *args)
2392 def __init__(self, *args):
2393 this = _AnimatSimPy.new_vector_RigidBodyPtr(*args)
2395 self.this.append(this)
2399 def push_back(self, x):
2400 return _AnimatSimPy.vector_RigidBodyPtr_push_back(self, x)
2403 return _AnimatSimPy.vector_RigidBodyPtr_front(self)
2406 return _AnimatSimPy.vector_RigidBodyPtr_back(self)
2408 def assign(self, n, x):
2409 return _AnimatSimPy.vector_RigidBodyPtr_assign(self, n, x)
2411 def resize(self, *args):
2412 return _AnimatSimPy.vector_RigidBodyPtr_resize(self, *args)
2414 def insert(self, *args):
2415 return _AnimatSimPy.vector_RigidBodyPtr_insert(self, *args)
2417 def reserve(self, n):
2418 return _AnimatSimPy.vector_RigidBodyPtr_reserve(self, n)
2421 return _AnimatSimPy.vector_RigidBodyPtr_capacity(self)
2422 __swig_destroy__ = _AnimatSimPy.delete_vector_RigidBodyPtr
2423 __del__ =
lambda self:
None
2424 vector_RigidBodyPtr_swigregister = _AnimatSimPy.vector_RigidBodyPtr_swigregister
2425 vector_RigidBodyPtr_swigregister(vector_RigidBodyPtr)
2428 __swig_setmethods__ = {}
2429 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_RobotInterfacePtr, name, value)
2430 __swig_getmethods__ = {}
2431 __getattr__ =
lambda self, name: _swig_getattr(self, vector_RobotInterfacePtr, name)
2432 __repr__ = _swig_repr
2435 return _AnimatSimPy.vector_RobotInterfacePtr_iterator(self)
2439 def __nonzero__(self):
2440 return _AnimatSimPy.vector_RobotInterfacePtr___nonzero__(self)
2443 return _AnimatSimPy.vector_RobotInterfacePtr___bool__(self)
2446 return _AnimatSimPy.vector_RobotInterfacePtr___len__(self)
2449 return _AnimatSimPy.vector_RobotInterfacePtr_pop(self)
2451 def __getslice__(self, i, j):
2452 return _AnimatSimPy.vector_RobotInterfacePtr___getslice__(self, i, j)
2454 def __setslice__(self, *args):
2455 return _AnimatSimPy.vector_RobotInterfacePtr___setslice__(self, *args)
2457 def __delslice__(self, i, j):
2458 return _AnimatSimPy.vector_RobotInterfacePtr___delslice__(self, i, j)
2460 def __delitem__(self, *args):
2461 return _AnimatSimPy.vector_RobotInterfacePtr___delitem__(self, *args)
2463 def __getitem__(self, *args):
2464 return _AnimatSimPy.vector_RobotInterfacePtr___getitem__(self, *args)
2466 def __setitem__(self, *args):
2467 return _AnimatSimPy.vector_RobotInterfacePtr___setitem__(self, *args)
2469 def append(self, x):
2470 return _AnimatSimPy.vector_RobotInterfacePtr_append(self, x)
2473 return _AnimatSimPy.vector_RobotInterfacePtr_empty(self)
2476 return _AnimatSimPy.vector_RobotInterfacePtr_size(self)
2479 return _AnimatSimPy.vector_RobotInterfacePtr_clear(self)
2482 return _AnimatSimPy.vector_RobotInterfacePtr_swap(self, v)
2484 def get_allocator(self):
2485 return _AnimatSimPy.vector_RobotInterfacePtr_get_allocator(self)
2488 return _AnimatSimPy.vector_RobotInterfacePtr_begin(self)
2491 return _AnimatSimPy.vector_RobotInterfacePtr_end(self)
2494 return _AnimatSimPy.vector_RobotInterfacePtr_rbegin(self)
2497 return _AnimatSimPy.vector_RobotInterfacePtr_rend(self)
2500 return _AnimatSimPy.vector_RobotInterfacePtr_pop_back(self)
2502 def erase(self, *args):
2503 return _AnimatSimPy.vector_RobotInterfacePtr_erase(self, *args)
2505 def __init__(self, *args):
2506 this = _AnimatSimPy.new_vector_RobotInterfacePtr(*args)
2508 self.this.append(this)
2512 def push_back(self, x):
2513 return _AnimatSimPy.vector_RobotInterfacePtr_push_back(self, x)
2516 return _AnimatSimPy.vector_RobotInterfacePtr_front(self)
2519 return _AnimatSimPy.vector_RobotInterfacePtr_back(self)
2521 def assign(self, n, x):
2522 return _AnimatSimPy.vector_RobotInterfacePtr_assign(self, n, x)
2524 def resize(self, *args):
2525 return _AnimatSimPy.vector_RobotInterfacePtr_resize(self, *args)
2527 def insert(self, *args):
2528 return _AnimatSimPy.vector_RobotInterfacePtr_insert(self, *args)
2530 def reserve(self, n):
2531 return _AnimatSimPy.vector_RobotInterfacePtr_reserve(self, n)
2534 return _AnimatSimPy.vector_RobotInterfacePtr_capacity(self)
2535 __swig_destroy__ = _AnimatSimPy.delete_vector_RobotInterfacePtr
2536 __del__ =
lambda self:
None
2537 vector_RobotInterfacePtr_swigregister = _AnimatSimPy.vector_RobotInterfacePtr_swigregister
2538 vector_RobotInterfacePtr_swigregister(vector_RobotInterfacePtr)
2541 __swig_setmethods__ = {}
2542 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_RobotIOControlPtr, name, value)
2543 __swig_getmethods__ = {}
2544 __getattr__ =
lambda self, name: _swig_getattr(self, vector_RobotIOControlPtr, name)
2545 __repr__ = _swig_repr
2548 return _AnimatSimPy.vector_RobotIOControlPtr_iterator(self)
2552 def __nonzero__(self):
2553 return _AnimatSimPy.vector_RobotIOControlPtr___nonzero__(self)
2556 return _AnimatSimPy.vector_RobotIOControlPtr___bool__(self)
2559 return _AnimatSimPy.vector_RobotIOControlPtr___len__(self)
2562 return _AnimatSimPy.vector_RobotIOControlPtr_pop(self)
2564 def __getslice__(self, i, j):
2565 return _AnimatSimPy.vector_RobotIOControlPtr___getslice__(self, i, j)
2567 def __setslice__(self, *args):
2568 return _AnimatSimPy.vector_RobotIOControlPtr___setslice__(self, *args)
2570 def __delslice__(self, i, j):
2571 return _AnimatSimPy.vector_RobotIOControlPtr___delslice__(self, i, j)
2573 def __delitem__(self, *args):
2574 return _AnimatSimPy.vector_RobotIOControlPtr___delitem__(self, *args)
2576 def __getitem__(self, *args):
2577 return _AnimatSimPy.vector_RobotIOControlPtr___getitem__(self, *args)
2579 def __setitem__(self, *args):
2580 return _AnimatSimPy.vector_RobotIOControlPtr___setitem__(self, *args)
2582 def append(self, x):
2583 return _AnimatSimPy.vector_RobotIOControlPtr_append(self, x)
2586 return _AnimatSimPy.vector_RobotIOControlPtr_empty(self)
2589 return _AnimatSimPy.vector_RobotIOControlPtr_size(self)
2592 return _AnimatSimPy.vector_RobotIOControlPtr_clear(self)
2595 return _AnimatSimPy.vector_RobotIOControlPtr_swap(self, v)
2597 def get_allocator(self):
2598 return _AnimatSimPy.vector_RobotIOControlPtr_get_allocator(self)
2601 return _AnimatSimPy.vector_RobotIOControlPtr_begin(self)
2604 return _AnimatSimPy.vector_RobotIOControlPtr_end(self)
2607 return _AnimatSimPy.vector_RobotIOControlPtr_rbegin(self)
2610 return _AnimatSimPy.vector_RobotIOControlPtr_rend(self)
2613 return _AnimatSimPy.vector_RobotIOControlPtr_pop_back(self)
2615 def erase(self, *args):
2616 return _AnimatSimPy.vector_RobotIOControlPtr_erase(self, *args)
2618 def __init__(self, *args):
2619 this = _AnimatSimPy.new_vector_RobotIOControlPtr(*args)
2621 self.this.append(this)
2625 def push_back(self, x):
2626 return _AnimatSimPy.vector_RobotIOControlPtr_push_back(self, x)
2629 return _AnimatSimPy.vector_RobotIOControlPtr_front(self)
2632 return _AnimatSimPy.vector_RobotIOControlPtr_back(self)
2634 def assign(self, n, x):
2635 return _AnimatSimPy.vector_RobotIOControlPtr_assign(self, n, x)
2637 def resize(self, *args):
2638 return _AnimatSimPy.vector_RobotIOControlPtr_resize(self, *args)
2640 def insert(self, *args):
2641 return _AnimatSimPy.vector_RobotIOControlPtr_insert(self, *args)
2643 def reserve(self, n):
2644 return _AnimatSimPy.vector_RobotIOControlPtr_reserve(self, n)
2647 return _AnimatSimPy.vector_RobotIOControlPtr_capacity(self)
2648 __swig_destroy__ = _AnimatSimPy.delete_vector_RobotIOControlPtr
2649 __del__ =
lambda self:
None
2650 vector_RobotIOControlPtr_swigregister = _AnimatSimPy.vector_RobotIOControlPtr_swigregister
2651 vector_RobotIOControlPtr_swigregister(vector_RobotIOControlPtr)
2654 __swig_setmethods__ = {}
2655 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_RobotPartInterfacePtr, name, value)
2656 __swig_getmethods__ = {}
2657 __getattr__ =
lambda self, name: _swig_getattr(self, vector_RobotPartInterfacePtr, name)
2658 __repr__ = _swig_repr
2661 return _AnimatSimPy.vector_RobotPartInterfacePtr_iterator(self)
2665 def __nonzero__(self):
2666 return _AnimatSimPy.vector_RobotPartInterfacePtr___nonzero__(self)
2669 return _AnimatSimPy.vector_RobotPartInterfacePtr___bool__(self)
2672 return _AnimatSimPy.vector_RobotPartInterfacePtr___len__(self)
2675 return _AnimatSimPy.vector_RobotPartInterfacePtr_pop(self)
2677 def __getslice__(self, i, j):
2678 return _AnimatSimPy.vector_RobotPartInterfacePtr___getslice__(self, i, j)
2680 def __setslice__(self, *args):
2681 return _AnimatSimPy.vector_RobotPartInterfacePtr___setslice__(self, *args)
2683 def __delslice__(self, i, j):
2684 return _AnimatSimPy.vector_RobotPartInterfacePtr___delslice__(self, i, j)
2686 def __delitem__(self, *args):
2687 return _AnimatSimPy.vector_RobotPartInterfacePtr___delitem__(self, *args)
2689 def __getitem__(self, *args):
2690 return _AnimatSimPy.vector_RobotPartInterfacePtr___getitem__(self, *args)
2692 def __setitem__(self, *args):
2693 return _AnimatSimPy.vector_RobotPartInterfacePtr___setitem__(self, *args)
2695 def append(self, x):
2696 return _AnimatSimPy.vector_RobotPartInterfacePtr_append(self, x)
2699 return _AnimatSimPy.vector_RobotPartInterfacePtr_empty(self)
2702 return _AnimatSimPy.vector_RobotPartInterfacePtr_size(self)
2705 return _AnimatSimPy.vector_RobotPartInterfacePtr_clear(self)
2708 return _AnimatSimPy.vector_RobotPartInterfacePtr_swap(self, v)
2710 def get_allocator(self):
2711 return _AnimatSimPy.vector_RobotPartInterfacePtr_get_allocator(self)
2714 return _AnimatSimPy.vector_RobotPartInterfacePtr_begin(self)
2717 return _AnimatSimPy.vector_RobotPartInterfacePtr_end(self)
2720 return _AnimatSimPy.vector_RobotPartInterfacePtr_rbegin(self)
2723 return _AnimatSimPy.vector_RobotPartInterfacePtr_rend(self)
2726 return _AnimatSimPy.vector_RobotPartInterfacePtr_pop_back(self)
2728 def erase(self, *args):
2729 return _AnimatSimPy.vector_RobotPartInterfacePtr_erase(self, *args)
2731 def __init__(self, *args):
2732 this = _AnimatSimPy.new_vector_RobotPartInterfacePtr(*args)
2734 self.this.append(this)
2738 def push_back(self, x):
2739 return _AnimatSimPy.vector_RobotPartInterfacePtr_push_back(self, x)
2742 return _AnimatSimPy.vector_RobotPartInterfacePtr_front(self)
2745 return _AnimatSimPy.vector_RobotPartInterfacePtr_back(self)
2747 def assign(self, n, x):
2748 return _AnimatSimPy.vector_RobotPartInterfacePtr_assign(self, n, x)
2750 def resize(self, *args):
2751 return _AnimatSimPy.vector_RobotPartInterfacePtr_resize(self, *args)
2753 def insert(self, *args):
2754 return _AnimatSimPy.vector_RobotPartInterfacePtr_insert(self, *args)
2756 def reserve(self, n):
2757 return _AnimatSimPy.vector_RobotPartInterfacePtr_reserve(self, n)
2760 return _AnimatSimPy.vector_RobotPartInterfacePtr_capacity(self)
2761 __swig_destroy__ = _AnimatSimPy.delete_vector_RobotPartInterfacePtr
2762 __del__ =
lambda self:
None
2763 vector_RobotPartInterfacePtr_swigregister = _AnimatSimPy.vector_RobotPartInterfacePtr_swigregister
2764 vector_RobotPartInterfacePtr_swigregister(vector_RobotPartInterfacePtr)
2767 __swig_setmethods__ = {}
2768 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_SimulationWindowPtr, name, value)
2769 __swig_getmethods__ = {}
2770 __getattr__ =
lambda self, name: _swig_getattr(self, vector_SimulationWindowPtr, name)
2771 __repr__ = _swig_repr
2774 return _AnimatSimPy.vector_SimulationWindowPtr_iterator(self)
2778 def __nonzero__(self):
2779 return _AnimatSimPy.vector_SimulationWindowPtr___nonzero__(self)
2782 return _AnimatSimPy.vector_SimulationWindowPtr___bool__(self)
2785 return _AnimatSimPy.vector_SimulationWindowPtr___len__(self)
2788 return _AnimatSimPy.vector_SimulationWindowPtr_pop(self)
2790 def __getslice__(self, i, j):
2791 return _AnimatSimPy.vector_SimulationWindowPtr___getslice__(self, i, j)
2793 def __setslice__(self, *args):
2794 return _AnimatSimPy.vector_SimulationWindowPtr___setslice__(self, *args)
2796 def __delslice__(self, i, j):
2797 return _AnimatSimPy.vector_SimulationWindowPtr___delslice__(self, i, j)
2799 def __delitem__(self, *args):
2800 return _AnimatSimPy.vector_SimulationWindowPtr___delitem__(self, *args)
2802 def __getitem__(self, *args):
2803 return _AnimatSimPy.vector_SimulationWindowPtr___getitem__(self, *args)
2805 def __setitem__(self, *args):
2806 return _AnimatSimPy.vector_SimulationWindowPtr___setitem__(self, *args)
2808 def append(self, x):
2809 return _AnimatSimPy.vector_SimulationWindowPtr_append(self, x)
2812 return _AnimatSimPy.vector_SimulationWindowPtr_empty(self)
2815 return _AnimatSimPy.vector_SimulationWindowPtr_size(self)
2818 return _AnimatSimPy.vector_SimulationWindowPtr_clear(self)
2821 return _AnimatSimPy.vector_SimulationWindowPtr_swap(self, v)
2823 def get_allocator(self):
2824 return _AnimatSimPy.vector_SimulationWindowPtr_get_allocator(self)
2827 return _AnimatSimPy.vector_SimulationWindowPtr_begin(self)
2830 return _AnimatSimPy.vector_SimulationWindowPtr_end(self)
2833 return _AnimatSimPy.vector_SimulationWindowPtr_rbegin(self)
2836 return _AnimatSimPy.vector_SimulationWindowPtr_rend(self)
2839 return _AnimatSimPy.vector_SimulationWindowPtr_pop_back(self)
2841 def erase(self, *args):
2842 return _AnimatSimPy.vector_SimulationWindowPtr_erase(self, *args)
2844 def __init__(self, *args):
2845 this = _AnimatSimPy.new_vector_SimulationWindowPtr(*args)
2847 self.this.append(this)
2851 def push_back(self, x):
2852 return _AnimatSimPy.vector_SimulationWindowPtr_push_back(self, x)
2855 return _AnimatSimPy.vector_SimulationWindowPtr_front(self)
2858 return _AnimatSimPy.vector_SimulationWindowPtr_back(self)
2860 def assign(self, n, x):
2861 return _AnimatSimPy.vector_SimulationWindowPtr_assign(self, n, x)
2863 def resize(self, *args):
2864 return _AnimatSimPy.vector_SimulationWindowPtr_resize(self, *args)
2866 def insert(self, *args):
2867 return _AnimatSimPy.vector_SimulationWindowPtr_insert(self, *args)
2869 def reserve(self, n):
2870 return _AnimatSimPy.vector_SimulationWindowPtr_reserve(self, n)
2873 return _AnimatSimPy.vector_SimulationWindowPtr_capacity(self)
2874 __swig_destroy__ = _AnimatSimPy.delete_vector_SimulationWindowPtr
2875 __del__ =
lambda self:
None
2876 vector_SimulationWindowPtr_swigregister = _AnimatSimPy.vector_SimulationWindowPtr_swigregister
2877 vector_SimulationWindowPtr_swigregister(vector_SimulationWindowPtr)
2880 __swig_setmethods__ = {}
2881 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_TypePropertyPtr, name, value)
2882 __swig_getmethods__ = {}
2883 __getattr__ =
lambda self, name: _swig_getattr(self, vector_TypePropertyPtr, name)
2884 __repr__ = _swig_repr
2887 return _AnimatSimPy.vector_TypePropertyPtr_iterator(self)
2891 def __nonzero__(self):
2892 return _AnimatSimPy.vector_TypePropertyPtr___nonzero__(self)
2895 return _AnimatSimPy.vector_TypePropertyPtr___bool__(self)
2898 return _AnimatSimPy.vector_TypePropertyPtr___len__(self)
2901 return _AnimatSimPy.vector_TypePropertyPtr_pop(self)
2903 def __getslice__(self, i, j):
2904 return _AnimatSimPy.vector_TypePropertyPtr___getslice__(self, i, j)
2906 def __setslice__(self, *args):
2907 return _AnimatSimPy.vector_TypePropertyPtr___setslice__(self, *args)
2909 def __delslice__(self, i, j):
2910 return _AnimatSimPy.vector_TypePropertyPtr___delslice__(self, i, j)
2912 def __delitem__(self, *args):
2913 return _AnimatSimPy.vector_TypePropertyPtr___delitem__(self, *args)
2915 def __getitem__(self, *args):
2916 return _AnimatSimPy.vector_TypePropertyPtr___getitem__(self, *args)
2918 def __setitem__(self, *args):
2919 return _AnimatSimPy.vector_TypePropertyPtr___setitem__(self, *args)
2921 def append(self, x):
2922 return _AnimatSimPy.vector_TypePropertyPtr_append(self, x)
2925 return _AnimatSimPy.vector_TypePropertyPtr_empty(self)
2928 return _AnimatSimPy.vector_TypePropertyPtr_size(self)
2931 return _AnimatSimPy.vector_TypePropertyPtr_clear(self)
2934 return _AnimatSimPy.vector_TypePropertyPtr_swap(self, v)
2936 def get_allocator(self):
2937 return _AnimatSimPy.vector_TypePropertyPtr_get_allocator(self)
2940 return _AnimatSimPy.vector_TypePropertyPtr_begin(self)
2943 return _AnimatSimPy.vector_TypePropertyPtr_end(self)
2946 return _AnimatSimPy.vector_TypePropertyPtr_rbegin(self)
2949 return _AnimatSimPy.vector_TypePropertyPtr_rend(self)
2952 return _AnimatSimPy.vector_TypePropertyPtr_pop_back(self)
2954 def erase(self, *args):
2955 return _AnimatSimPy.vector_TypePropertyPtr_erase(self, *args)
2957 def __init__(self, *args):
2958 this = _AnimatSimPy.new_vector_TypePropertyPtr(*args)
2960 self.this.append(this)
2964 def push_back(self, x):
2965 return _AnimatSimPy.vector_TypePropertyPtr_push_back(self, x)
2968 return _AnimatSimPy.vector_TypePropertyPtr_front(self)
2971 return _AnimatSimPy.vector_TypePropertyPtr_back(self)
2973 def assign(self, n, x):
2974 return _AnimatSimPy.vector_TypePropertyPtr_assign(self, n, x)
2976 def resize(self, *args):
2977 return _AnimatSimPy.vector_TypePropertyPtr_resize(self, *args)
2979 def insert(self, *args):
2980 return _AnimatSimPy.vector_TypePropertyPtr_insert(self, *args)
2982 def reserve(self, n):
2983 return _AnimatSimPy.vector_TypePropertyPtr_reserve(self, n)
2986 return _AnimatSimPy.vector_TypePropertyPtr_capacity(self)
2987 __swig_destroy__ = _AnimatSimPy.delete_vector_TypePropertyPtr
2988 __del__ =
lambda self:
None
2989 vector_TypePropertyPtr_swigregister = _AnimatSimPy.vector_TypePropertyPtr_swigregister
2990 vector_TypePropertyPtr_swigregister(vector_TypePropertyPtr)
2993 __swig_setmethods__ = {}
2994 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_SimulationThread, name, value)
2995 __swig_getmethods__ = {}
2996 __getattr__ =
lambda self, name: _swig_getattr(self, vector_SimulationThread, name)
2997 __repr__ = _swig_repr
3000 return _AnimatSimPy.vector_SimulationThread_iterator(self)
3004 def __nonzero__(self):
3005 return _AnimatSimPy.vector_SimulationThread___nonzero__(self)
3008 return _AnimatSimPy.vector_SimulationThread___bool__(self)
3011 return _AnimatSimPy.vector_SimulationThread___len__(self)
3014 return _AnimatSimPy.vector_SimulationThread_pop(self)
3016 def __getslice__(self, i, j):
3017 return _AnimatSimPy.vector_SimulationThread___getslice__(self, i, j)
3019 def __setslice__(self, *args):
3020 return _AnimatSimPy.vector_SimulationThread___setslice__(self, *args)
3022 def __delslice__(self, i, j):
3023 return _AnimatSimPy.vector_SimulationThread___delslice__(self, i, j)
3025 def __delitem__(self, *args):
3026 return _AnimatSimPy.vector_SimulationThread___delitem__(self, *args)
3028 def __getitem__(self, *args):
3029 return _AnimatSimPy.vector_SimulationThread___getitem__(self, *args)
3031 def __setitem__(self, *args):
3032 return _AnimatSimPy.vector_SimulationThread___setitem__(self, *args)
3034 def append(self, x):
3035 return _AnimatSimPy.vector_SimulationThread_append(self, x)
3038 return _AnimatSimPy.vector_SimulationThread_empty(self)
3041 return _AnimatSimPy.vector_SimulationThread_size(self)
3044 return _AnimatSimPy.vector_SimulationThread_clear(self)
3047 return _AnimatSimPy.vector_SimulationThread_swap(self, v)
3049 def get_allocator(self):
3050 return _AnimatSimPy.vector_SimulationThread_get_allocator(self)
3053 return _AnimatSimPy.vector_SimulationThread_begin(self)
3056 return _AnimatSimPy.vector_SimulationThread_end(self)
3059 return _AnimatSimPy.vector_SimulationThread_rbegin(self)
3062 return _AnimatSimPy.vector_SimulationThread_rend(self)
3065 return _AnimatSimPy.vector_SimulationThread_pop_back(self)
3067 def erase(self, *args):
3068 return _AnimatSimPy.vector_SimulationThread_erase(self, *args)
3070 def __init__(self, *args):
3071 this = _AnimatSimPy.new_vector_SimulationThread(*args)
3073 self.this.append(this)
3077 def push_back(self, x):
3078 return _AnimatSimPy.vector_SimulationThread_push_back(self, x)
3081 return _AnimatSimPy.vector_SimulationThread_front(self)
3084 return _AnimatSimPy.vector_SimulationThread_back(self)
3086 def assign(self, n, x):
3087 return _AnimatSimPy.vector_SimulationThread_assign(self, n, x)
3089 def resize(self, *args):
3090 return _AnimatSimPy.vector_SimulationThread_resize(self, *args)
3092 def insert(self, *args):
3093 return _AnimatSimPy.vector_SimulationThread_insert(self, *args)
3095 def reserve(self, n):
3096 return _AnimatSimPy.vector_SimulationThread_reserve(self, n)
3099 return _AnimatSimPy.vector_SimulationThread_capacity(self)
3100 __swig_destroy__ = _AnimatSimPy.delete_vector_SimulationThread
3101 __del__ =
lambda self:
None
3102 vector_SimulationThread_swigregister = _AnimatSimPy.vector_SimulationThread_swigregister
3103 vector_SimulationThread_swigregister(vector_SimulationThread)
3106 __swig_setmethods__ = {}
3107 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_Synapse, name, value)
3108 __swig_getmethods__ = {}
3109 __getattr__ =
lambda self, name: _swig_getattr(self, vector_Synapse, name)
3110 __repr__ = _swig_repr
3113 return _AnimatSimPy.vector_Synapse_iterator(self)
3117 def __nonzero__(self):
3118 return _AnimatSimPy.vector_Synapse___nonzero__(self)
3121 return _AnimatSimPy.vector_Synapse___bool__(self)
3124 return _AnimatSimPy.vector_Synapse___len__(self)
3127 return _AnimatSimPy.vector_Synapse_pop(self)
3129 def __getslice__(self, i, j):
3130 return _AnimatSimPy.vector_Synapse___getslice__(self, i, j)
3132 def __setslice__(self, *args):
3133 return _AnimatSimPy.vector_Synapse___setslice__(self, *args)
3135 def __delslice__(self, i, j):
3136 return _AnimatSimPy.vector_Synapse___delslice__(self, i, j)
3138 def __delitem__(self, *args):
3139 return _AnimatSimPy.vector_Synapse___delitem__(self, *args)
3141 def __getitem__(self, *args):
3142 return _AnimatSimPy.vector_Synapse___getitem__(self, *args)
3144 def __setitem__(self, *args):
3145 return _AnimatSimPy.vector_Synapse___setitem__(self, *args)
3147 def append(self, x):
3148 return _AnimatSimPy.vector_Synapse_append(self, x)
3151 return _AnimatSimPy.vector_Synapse_empty(self)
3154 return _AnimatSimPy.vector_Synapse_size(self)
3157 return _AnimatSimPy.vector_Synapse_clear(self)
3160 return _AnimatSimPy.vector_Synapse_swap(self, v)
3162 def get_allocator(self):
3163 return _AnimatSimPy.vector_Synapse_get_allocator(self)
3166 return _AnimatSimPy.vector_Synapse_begin(self)
3169 return _AnimatSimPy.vector_Synapse_end(self)
3172 return _AnimatSimPy.vector_Synapse_rbegin(self)
3175 return _AnimatSimPy.vector_Synapse_rend(self)
3178 return _AnimatSimPy.vector_Synapse_pop_back(self)
3180 def erase(self, *args):
3181 return _AnimatSimPy.vector_Synapse_erase(self, *args)
3183 def __init__(self, *args):
3184 this = _AnimatSimPy.new_vector_Synapse(*args)
3186 self.this.append(this)
3190 def push_back(self, x):
3191 return _AnimatSimPy.vector_Synapse_push_back(self, x)
3194 return _AnimatSimPy.vector_Synapse_front(self)
3197 return _AnimatSimPy.vector_Synapse_back(self)
3199 def assign(self, n, x):
3200 return _AnimatSimPy.vector_Synapse_assign(self, n, x)
3202 def resize(self, *args):
3203 return _AnimatSimPy.vector_Synapse_resize(self, *args)
3205 def insert(self, *args):
3206 return _AnimatSimPy.vector_Synapse_insert(self, *args)
3208 def reserve(self, n):
3209 return _AnimatSimPy.vector_Synapse_reserve(self, n)
3212 return _AnimatSimPy.vector_Synapse_capacity(self)
3213 __swig_destroy__ = _AnimatSimPy.delete_vector_Synapse
3214 __del__ =
lambda self:
None
3215 vector_Synapse_swigregister = _AnimatSimPy.vector_Synapse_swigregister
3216 vector_Synapse_swigregister(vector_Synapse)
3219 __swig_setmethods__ = {}
3220 __setattr__ =
lambda self, name, value: _swig_setattr(self, vector_Neuron, name, value)
3221 __swig_getmethods__ = {}
3222 __getattr__ =
lambda self, name: _swig_getattr(self, vector_Neuron, name)
3223 __repr__ = _swig_repr
3226 return _AnimatSimPy.vector_Neuron_iterator(self)
3230 def __nonzero__(self):
3231 return _AnimatSimPy.vector_Neuron___nonzero__(self)
3234 return _AnimatSimPy.vector_Neuron___bool__(self)
3237 return _AnimatSimPy.vector_Neuron___len__(self)
3240 return _AnimatSimPy.vector_Neuron_pop(self)
3242 def __getslice__(self, i, j):
3243 return _AnimatSimPy.vector_Neuron___getslice__(self, i, j)
3245 def __setslice__(self, *args):
3246 return _AnimatSimPy.vector_Neuron___setslice__(self, *args)
3248 def __delslice__(self, i, j):
3249 return _AnimatSimPy.vector_Neuron___delslice__(self, i, j)
3251 def __delitem__(self, *args):
3252 return _AnimatSimPy.vector_Neuron___delitem__(self, *args)
3254 def __getitem__(self, *args):
3255 return _AnimatSimPy.vector_Neuron___getitem__(self, *args)
3257 def __setitem__(self, *args):
3258 return _AnimatSimPy.vector_Neuron___setitem__(self, *args)
3260 def append(self, x):
3261 return _AnimatSimPy.vector_Neuron_append(self, x)
3264 return _AnimatSimPy.vector_Neuron_empty(self)
3267 return _AnimatSimPy.vector_Neuron_size(self)
3270 return _AnimatSimPy.vector_Neuron_clear(self)
3273 return _AnimatSimPy.vector_Neuron_swap(self, v)
3275 def get_allocator(self):
3276 return _AnimatSimPy.vector_Neuron_get_allocator(self)
3279 return _AnimatSimPy.vector_Neuron_begin(self)
3282 return _AnimatSimPy.vector_Neuron_end(self)
3285 return _AnimatSimPy.vector_Neuron_rbegin(self)
3288 return _AnimatSimPy.vector_Neuron_rend(self)
3291 return _AnimatSimPy.vector_Neuron_pop_back(self)
3293 def erase(self, *args):
3294 return _AnimatSimPy.vector_Neuron_erase(self, *args)
3296 def __init__(self, *args):
3297 this = _AnimatSimPy.new_vector_Neuron(*args)
3299 self.this.append(this)
3303 def push_back(self, x):
3304 return _AnimatSimPy.vector_Neuron_push_back(self, x)
3307 return _AnimatSimPy.vector_Neuron_front(self)
3310 return _AnimatSimPy.vector_Neuron_back(self)
3312 def assign(self, n, x):
3313 return _AnimatSimPy.vector_Neuron_assign(self, n, x)
3315 def resize(self, *args):
3316 return _AnimatSimPy.vector_Neuron_resize(self, *args)
3318 def insert(self, *args):
3319 return _AnimatSimPy.vector_Neuron_insert(self, *args)
3321 def reserve(self, n):
3322 return _AnimatSimPy.vector_Neuron_reserve(self, n)
3325 return _AnimatSimPy.vector_Neuron_capacity(self)
3326 __swig_destroy__ = _AnimatSimPy.delete_vector_Neuron
3327 __del__ =
lambda self:
None
3328 vector_Neuron_swigregister = _AnimatSimPy.vector_Neuron_swigregister
3329 vector_Neuron_swigregister(vector_Neuron)
3332 __swig_setmethods__ = {}
3333 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_ActivatedItem, name, value)
3334 __swig_getmethods__ = {}
3335 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_ActivatedItem, name)
3336 __repr__ = _swig_repr
3339 return _AnimatSimPy.map_string_ActivatedItem_iterator(self)
3343 def __nonzero__(self):
3344 return _AnimatSimPy.map_string_ActivatedItem___nonzero__(self)
3347 return _AnimatSimPy.map_string_ActivatedItem___bool__(self)
3350 return _AnimatSimPy.map_string_ActivatedItem___len__(self)
3355 def itervalues(self):
3357 def iteritems(self):
3360 def __getitem__(self, key):
3361 return _AnimatSimPy.map_string_ActivatedItem___getitem__(self, key)
3363 def __delitem__(self, key):
3364 return _AnimatSimPy.map_string_ActivatedItem___delitem__(self, key)
3366 def has_key(self, key):
3367 return _AnimatSimPy.map_string_ActivatedItem_has_key(self, key)
3370 return _AnimatSimPy.map_string_ActivatedItem_keys(self)
3373 return _AnimatSimPy.map_string_ActivatedItem_values(self)
3376 return _AnimatSimPy.map_string_ActivatedItem_items(self)
3378 def __contains__(self, key):
3379 return _AnimatSimPy.map_string_ActivatedItem___contains__(self, key)
3381 def key_iterator(self):
3382 return _AnimatSimPy.map_string_ActivatedItem_key_iterator(self)
3384 def value_iterator(self):
3385 return _AnimatSimPy.map_string_ActivatedItem_value_iterator(self)
3387 def __setitem__(self, *args):
3388 return _AnimatSimPy.map_string_ActivatedItem___setitem__(self, *args)
3391 return _AnimatSimPy.map_string_ActivatedItem_asdict(self)
3393 def __init__(self, *args):
3394 this = _AnimatSimPy.new_map_string_ActivatedItem(*args)
3396 self.this.append(this)
3401 return _AnimatSimPy.map_string_ActivatedItem_empty(self)
3404 return _AnimatSimPy.map_string_ActivatedItem_size(self)
3407 return _AnimatSimPy.map_string_ActivatedItem_clear(self)
3410 return _AnimatSimPy.map_string_ActivatedItem_swap(self, v)
3412 def get_allocator(self):
3413 return _AnimatSimPy.map_string_ActivatedItem_get_allocator(self)
3416 return _AnimatSimPy.map_string_ActivatedItem_begin(self)
3419 return _AnimatSimPy.map_string_ActivatedItem_end(self)
3422 return _AnimatSimPy.map_string_ActivatedItem_rbegin(self)
3425 return _AnimatSimPy.map_string_ActivatedItem_rend(self)
3428 return _AnimatSimPy.map_string_ActivatedItem_count(self, x)
3430 def erase(self, *args):
3431 return _AnimatSimPy.map_string_ActivatedItem_erase(self, *args)
3434 return _AnimatSimPy.map_string_ActivatedItem_find(self, x)
3436 def lower_bound(self, x):
3437 return _AnimatSimPy.map_string_ActivatedItem_lower_bound(self, x)
3439 def upper_bound(self, x):
3440 return _AnimatSimPy.map_string_ActivatedItem_upper_bound(self, x)
3441 __swig_destroy__ = _AnimatSimPy.delete_map_string_ActivatedItem
3442 __del__ =
lambda self:
None
3443 map_string_ActivatedItem_swigregister = _AnimatSimPy.map_string_ActivatedItem_swigregister
3444 map_string_ActivatedItem_swigregister(map_string_ActivatedItem)
3447 __swig_setmethods__ = {}
3448 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_AnimatBase, name, value)
3449 __swig_getmethods__ = {}
3450 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_AnimatBase, name)
3451 __repr__ = _swig_repr
3454 return _AnimatSimPy.map_string_AnimatBase_iterator(self)
3458 def __nonzero__(self):
3459 return _AnimatSimPy.map_string_AnimatBase___nonzero__(self)
3462 return _AnimatSimPy.map_string_AnimatBase___bool__(self)
3465 return _AnimatSimPy.map_string_AnimatBase___len__(self)
3470 def itervalues(self):
3472 def iteritems(self):
3475 def __getitem__(self, key):
3476 return _AnimatSimPy.map_string_AnimatBase___getitem__(self, key)
3478 def __delitem__(self, key):
3479 return _AnimatSimPy.map_string_AnimatBase___delitem__(self, key)
3481 def has_key(self, key):
3482 return _AnimatSimPy.map_string_AnimatBase_has_key(self, key)
3485 return _AnimatSimPy.map_string_AnimatBase_keys(self)
3488 return _AnimatSimPy.map_string_AnimatBase_values(self)
3491 return _AnimatSimPy.map_string_AnimatBase_items(self)
3493 def __contains__(self, key):
3494 return _AnimatSimPy.map_string_AnimatBase___contains__(self, key)
3496 def key_iterator(self):
3497 return _AnimatSimPy.map_string_AnimatBase_key_iterator(self)
3499 def value_iterator(self):
3500 return _AnimatSimPy.map_string_AnimatBase_value_iterator(self)
3502 def __setitem__(self, *args):
3503 return _AnimatSimPy.map_string_AnimatBase___setitem__(self, *args)
3506 return _AnimatSimPy.map_string_AnimatBase_asdict(self)
3508 def __init__(self, *args):
3509 this = _AnimatSimPy.new_map_string_AnimatBase(*args)
3511 self.this.append(this)
3516 return _AnimatSimPy.map_string_AnimatBase_empty(self)
3519 return _AnimatSimPy.map_string_AnimatBase_size(self)
3522 return _AnimatSimPy.map_string_AnimatBase_clear(self)
3525 return _AnimatSimPy.map_string_AnimatBase_swap(self, v)
3527 def get_allocator(self):
3528 return _AnimatSimPy.map_string_AnimatBase_get_allocator(self)
3531 return _AnimatSimPy.map_string_AnimatBase_begin(self)
3534 return _AnimatSimPy.map_string_AnimatBase_end(self)
3537 return _AnimatSimPy.map_string_AnimatBase_rbegin(self)
3540 return _AnimatSimPy.map_string_AnimatBase_rend(self)
3543 return _AnimatSimPy.map_string_AnimatBase_count(self, x)
3545 def erase(self, *args):
3546 return _AnimatSimPy.map_string_AnimatBase_erase(self, *args)
3549 return _AnimatSimPy.map_string_AnimatBase_find(self, x)
3551 def lower_bound(self, x):
3552 return _AnimatSimPy.map_string_AnimatBase_lower_bound(self, x)
3554 def upper_bound(self, x):
3555 return _AnimatSimPy.map_string_AnimatBase_upper_bound(self, x)
3556 __swig_destroy__ = _AnimatSimPy.delete_map_string_AnimatBase
3557 __del__ =
lambda self:
None
3558 map_string_AnimatBase_swigregister = _AnimatSimPy.map_string_AnimatBase_swigregister
3559 map_string_AnimatBase_swigregister(map_string_AnimatBase)
3562 __swig_setmethods__ = {}
3563 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_DataColumn, name, value)
3564 __swig_getmethods__ = {}
3565 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_DataColumn, name)
3566 __repr__ = _swig_repr
3569 return _AnimatSimPy.map_string_DataColumn_iterator(self)
3573 def __nonzero__(self):
3574 return _AnimatSimPy.map_string_DataColumn___nonzero__(self)
3577 return _AnimatSimPy.map_string_DataColumn___bool__(self)
3580 return _AnimatSimPy.map_string_DataColumn___len__(self)
3585 def itervalues(self):
3587 def iteritems(self):
3590 def __getitem__(self, key):
3591 return _AnimatSimPy.map_string_DataColumn___getitem__(self, key)
3593 def __delitem__(self, key):
3594 return _AnimatSimPy.map_string_DataColumn___delitem__(self, key)
3596 def has_key(self, key):
3597 return _AnimatSimPy.map_string_DataColumn_has_key(self, key)
3600 return _AnimatSimPy.map_string_DataColumn_keys(self)
3603 return _AnimatSimPy.map_string_DataColumn_values(self)
3606 return _AnimatSimPy.map_string_DataColumn_items(self)
3608 def __contains__(self, key):
3609 return _AnimatSimPy.map_string_DataColumn___contains__(self, key)
3611 def key_iterator(self):
3612 return _AnimatSimPy.map_string_DataColumn_key_iterator(self)
3614 def value_iterator(self):
3615 return _AnimatSimPy.map_string_DataColumn_value_iterator(self)
3617 def __setitem__(self, *args):
3618 return _AnimatSimPy.map_string_DataColumn___setitem__(self, *args)
3621 return _AnimatSimPy.map_string_DataColumn_asdict(self)
3623 def __init__(self, *args):
3624 this = _AnimatSimPy.new_map_string_DataColumn(*args)
3626 self.this.append(this)
3631 return _AnimatSimPy.map_string_DataColumn_empty(self)
3634 return _AnimatSimPy.map_string_DataColumn_size(self)
3637 return _AnimatSimPy.map_string_DataColumn_clear(self)
3640 return _AnimatSimPy.map_string_DataColumn_swap(self, v)
3642 def get_allocator(self):
3643 return _AnimatSimPy.map_string_DataColumn_get_allocator(self)
3646 return _AnimatSimPy.map_string_DataColumn_begin(self)
3649 return _AnimatSimPy.map_string_DataColumn_end(self)
3652 return _AnimatSimPy.map_string_DataColumn_rbegin(self)
3655 return _AnimatSimPy.map_string_DataColumn_rend(self)
3658 return _AnimatSimPy.map_string_DataColumn_count(self, x)
3660 def erase(self, *args):
3661 return _AnimatSimPy.map_string_DataColumn_erase(self, *args)
3664 return _AnimatSimPy.map_string_DataColumn_find(self, x)
3666 def lower_bound(self, x):
3667 return _AnimatSimPy.map_string_DataColumn_lower_bound(self, x)
3669 def upper_bound(self, x):
3670 return _AnimatSimPy.map_string_DataColumn_upper_bound(self, x)
3671 __swig_destroy__ = _AnimatSimPy.delete_map_string_DataColumn
3672 __del__ =
lambda self:
None
3673 map_string_DataColumn_swigregister = _AnimatSimPy.map_string_DataColumn_swigregister
3674 map_string_DataColumn_swigregister(map_string_DataColumn)
3677 __swig_setmethods__ = {}
3678 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_IStdClassFactory, name, value)
3679 __swig_getmethods__ = {}
3680 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_IStdClassFactory, name)
3681 __repr__ = _swig_repr
3684 return _AnimatSimPy.map_string_IStdClassFactory_iterator(self)
3688 def __nonzero__(self):
3689 return _AnimatSimPy.map_string_IStdClassFactory___nonzero__(self)
3692 return _AnimatSimPy.map_string_IStdClassFactory___bool__(self)
3695 return _AnimatSimPy.map_string_IStdClassFactory___len__(self)
3700 def itervalues(self):
3702 def iteritems(self):
3705 def __getitem__(self, key):
3706 return _AnimatSimPy.map_string_IStdClassFactory___getitem__(self, key)
3708 def __delitem__(self, key):
3709 return _AnimatSimPy.map_string_IStdClassFactory___delitem__(self, key)
3711 def has_key(self, key):
3712 return _AnimatSimPy.map_string_IStdClassFactory_has_key(self, key)
3715 return _AnimatSimPy.map_string_IStdClassFactory_keys(self)
3718 return _AnimatSimPy.map_string_IStdClassFactory_values(self)
3721 return _AnimatSimPy.map_string_IStdClassFactory_items(self)
3723 def __contains__(self, key):
3724 return _AnimatSimPy.map_string_IStdClassFactory___contains__(self, key)
3726 def key_iterator(self):
3727 return _AnimatSimPy.map_string_IStdClassFactory_key_iterator(self)
3729 def value_iterator(self):
3730 return _AnimatSimPy.map_string_IStdClassFactory_value_iterator(self)
3732 def __setitem__(self, *args):
3733 return _AnimatSimPy.map_string_IStdClassFactory___setitem__(self, *args)
3736 return _AnimatSimPy.map_string_IStdClassFactory_asdict(self)
3738 def __init__(self, *args):
3739 this = _AnimatSimPy.new_map_string_IStdClassFactory(*args)
3741 self.this.append(this)
3746 return _AnimatSimPy.map_string_IStdClassFactory_empty(self)
3749 return _AnimatSimPy.map_string_IStdClassFactory_size(self)
3752 return _AnimatSimPy.map_string_IStdClassFactory_clear(self)
3755 return _AnimatSimPy.map_string_IStdClassFactory_swap(self, v)
3757 def get_allocator(self):
3758 return _AnimatSimPy.map_string_IStdClassFactory_get_allocator(self)
3761 return _AnimatSimPy.map_string_IStdClassFactory_begin(self)
3764 return _AnimatSimPy.map_string_IStdClassFactory_end(self)
3767 return _AnimatSimPy.map_string_IStdClassFactory_rbegin(self)
3770 return _AnimatSimPy.map_string_IStdClassFactory_rend(self)
3773 return _AnimatSimPy.map_string_IStdClassFactory_count(self, x)
3775 def erase(self, *args):
3776 return _AnimatSimPy.map_string_IStdClassFactory_erase(self, *args)
3779 return _AnimatSimPy.map_string_IStdClassFactory_find(self, x)
3781 def lower_bound(self, x):
3782 return _AnimatSimPy.map_string_IStdClassFactory_lower_bound(self, x)
3784 def upper_bound(self, x):
3785 return _AnimatSimPy.map_string_IStdClassFactory_upper_bound(self, x)
3786 __swig_destroy__ = _AnimatSimPy.delete_map_string_IStdClassFactory
3787 __del__ =
lambda self:
None
3788 map_string_IStdClassFactory_swigregister = _AnimatSimPy.map_string_IStdClassFactory_swigregister
3789 map_string_IStdClassFactory_swigregister(map_string_IStdClassFactory)
3792 __swig_setmethods__ = {}
3793 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_Joint, name, value)
3794 __swig_getmethods__ = {}
3795 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_Joint, name)
3796 __repr__ = _swig_repr
3799 return _AnimatSimPy.map_string_Joint_iterator(self)
3803 def __nonzero__(self):
3804 return _AnimatSimPy.map_string_Joint___nonzero__(self)
3807 return _AnimatSimPy.map_string_Joint___bool__(self)
3810 return _AnimatSimPy.map_string_Joint___len__(self)
3815 def itervalues(self):
3817 def iteritems(self):
3820 def __getitem__(self, key):
3821 return _AnimatSimPy.map_string_Joint___getitem__(self, key)
3823 def __delitem__(self, key):
3824 return _AnimatSimPy.map_string_Joint___delitem__(self, key)
3826 def has_key(self, key):
3827 return _AnimatSimPy.map_string_Joint_has_key(self, key)
3830 return _AnimatSimPy.map_string_Joint_keys(self)
3833 return _AnimatSimPy.map_string_Joint_values(self)
3836 return _AnimatSimPy.map_string_Joint_items(self)
3838 def __contains__(self, key):
3839 return _AnimatSimPy.map_string_Joint___contains__(self, key)
3841 def key_iterator(self):
3842 return _AnimatSimPy.map_string_Joint_key_iterator(self)
3844 def value_iterator(self):
3845 return _AnimatSimPy.map_string_Joint_value_iterator(self)
3847 def __setitem__(self, *args):
3848 return _AnimatSimPy.map_string_Joint___setitem__(self, *args)
3851 return _AnimatSimPy.map_string_Joint_asdict(self)
3853 def __init__(self, *args):
3854 this = _AnimatSimPy.new_map_string_Joint(*args)
3856 self.this.append(this)
3861 return _AnimatSimPy.map_string_Joint_empty(self)
3864 return _AnimatSimPy.map_string_Joint_size(self)
3867 return _AnimatSimPy.map_string_Joint_clear(self)
3870 return _AnimatSimPy.map_string_Joint_swap(self, v)
3872 def get_allocator(self):
3873 return _AnimatSimPy.map_string_Joint_get_allocator(self)
3876 return _AnimatSimPy.map_string_Joint_begin(self)
3879 return _AnimatSimPy.map_string_Joint_end(self)
3882 return _AnimatSimPy.map_string_Joint_rbegin(self)
3885 return _AnimatSimPy.map_string_Joint_rend(self)
3888 return _AnimatSimPy.map_string_Joint_count(self, x)
3890 def erase(self, *args):
3891 return _AnimatSimPy.map_string_Joint_erase(self, *args)
3894 return _AnimatSimPy.map_string_Joint_find(self, x)
3896 def lower_bound(self, x):
3897 return _AnimatSimPy.map_string_Joint_lower_bound(self, x)
3899 def upper_bound(self, x):
3900 return _AnimatSimPy.map_string_Joint_upper_bound(self, x)
3901 __swig_destroy__ = _AnimatSimPy.delete_map_string_Joint
3902 __del__ =
lambda self:
None
3903 map_string_Joint_swigregister = _AnimatSimPy.map_string_Joint_swigregister
3904 map_string_Joint_swigregister(map_string_Joint)
3907 __swig_setmethods__ = {}
3908 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_NeuralModule, name, value)
3909 __swig_getmethods__ = {}
3910 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_NeuralModule, name)
3911 __repr__ = _swig_repr
3914 return _AnimatSimPy.map_string_NeuralModule_iterator(self)
3918 def __nonzero__(self):
3919 return _AnimatSimPy.map_string_NeuralModule___nonzero__(self)
3922 return _AnimatSimPy.map_string_NeuralModule___bool__(self)
3925 return _AnimatSimPy.map_string_NeuralModule___len__(self)
3930 def itervalues(self):
3932 def iteritems(self):
3935 def __getitem__(self, key):
3936 return _AnimatSimPy.map_string_NeuralModule___getitem__(self, key)
3938 def __delitem__(self, key):
3939 return _AnimatSimPy.map_string_NeuralModule___delitem__(self, key)
3941 def has_key(self, key):
3942 return _AnimatSimPy.map_string_NeuralModule_has_key(self, key)
3945 return _AnimatSimPy.map_string_NeuralModule_keys(self)
3948 return _AnimatSimPy.map_string_NeuralModule_values(self)
3951 return _AnimatSimPy.map_string_NeuralModule_items(self)
3953 def __contains__(self, key):
3954 return _AnimatSimPy.map_string_NeuralModule___contains__(self, key)
3956 def key_iterator(self):
3957 return _AnimatSimPy.map_string_NeuralModule_key_iterator(self)
3959 def value_iterator(self):
3960 return _AnimatSimPy.map_string_NeuralModule_value_iterator(self)
3962 def __setitem__(self, *args):
3963 return _AnimatSimPy.map_string_NeuralModule___setitem__(self, *args)
3966 return _AnimatSimPy.map_string_NeuralModule_asdict(self)
3968 def __init__(self, *args):
3969 this = _AnimatSimPy.new_map_string_NeuralModule(*args)
3971 self.this.append(this)
3976 return _AnimatSimPy.map_string_NeuralModule_empty(self)
3979 return _AnimatSimPy.map_string_NeuralModule_size(self)
3982 return _AnimatSimPy.map_string_NeuralModule_clear(self)
3985 return _AnimatSimPy.map_string_NeuralModule_swap(self, v)
3987 def get_allocator(self):
3988 return _AnimatSimPy.map_string_NeuralModule_get_allocator(self)
3991 return _AnimatSimPy.map_string_NeuralModule_begin(self)
3994 return _AnimatSimPy.map_string_NeuralModule_end(self)
3997 return _AnimatSimPy.map_string_NeuralModule_rbegin(self)
4000 return _AnimatSimPy.map_string_NeuralModule_rend(self)
4003 return _AnimatSimPy.map_string_NeuralModule_count(self, x)
4005 def erase(self, *args):
4006 return _AnimatSimPy.map_string_NeuralModule_erase(self, *args)
4009 return _AnimatSimPy.map_string_NeuralModule_find(self, x)
4011 def lower_bound(self, x):
4012 return _AnimatSimPy.map_string_NeuralModule_lower_bound(self, x)
4014 def upper_bound(self, x):
4015 return _AnimatSimPy.map_string_NeuralModule_upper_bound(self, x)
4016 __swig_destroy__ = _AnimatSimPy.delete_map_string_NeuralModule
4017 __del__ =
lambda self:
None
4018 map_string_NeuralModule_swigregister = _AnimatSimPy.map_string_NeuralModule_swigregister
4019 map_string_NeuralModule_swigregister(map_string_NeuralModule)
4022 __swig_setmethods__ = {}
4023 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_Odor, name, value)
4024 __swig_getmethods__ = {}
4025 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_Odor, name)
4026 __repr__ = _swig_repr
4029 return _AnimatSimPy.map_string_Odor_iterator(self)
4033 def __nonzero__(self):
4034 return _AnimatSimPy.map_string_Odor___nonzero__(self)
4037 return _AnimatSimPy.map_string_Odor___bool__(self)
4040 return _AnimatSimPy.map_string_Odor___len__(self)
4045 def itervalues(self):
4047 def iteritems(self):
4050 def __getitem__(self, key):
4051 return _AnimatSimPy.map_string_Odor___getitem__(self, key)
4053 def __delitem__(self, key):
4054 return _AnimatSimPy.map_string_Odor___delitem__(self, key)
4056 def has_key(self, key):
4057 return _AnimatSimPy.map_string_Odor_has_key(self, key)
4060 return _AnimatSimPy.map_string_Odor_keys(self)
4063 return _AnimatSimPy.map_string_Odor_values(self)
4066 return _AnimatSimPy.map_string_Odor_items(self)
4068 def __contains__(self, key):
4069 return _AnimatSimPy.map_string_Odor___contains__(self, key)
4071 def key_iterator(self):
4072 return _AnimatSimPy.map_string_Odor_key_iterator(self)
4074 def value_iterator(self):
4075 return _AnimatSimPy.map_string_Odor_value_iterator(self)
4077 def __setitem__(self, *args):
4078 return _AnimatSimPy.map_string_Odor___setitem__(self, *args)
4081 return _AnimatSimPy.map_string_Odor_asdict(self)
4083 def __init__(self, *args):
4084 this = _AnimatSimPy.new_map_string_Odor(*args)
4086 self.this.append(this)
4091 return _AnimatSimPy.map_string_Odor_empty(self)
4094 return _AnimatSimPy.map_string_Odor_size(self)
4097 return _AnimatSimPy.map_string_Odor_clear(self)
4100 return _AnimatSimPy.map_string_Odor_swap(self, v)
4102 def get_allocator(self):
4103 return _AnimatSimPy.map_string_Odor_get_allocator(self)
4106 return _AnimatSimPy.map_string_Odor_begin(self)
4109 return _AnimatSimPy.map_string_Odor_end(self)
4112 return _AnimatSimPy.map_string_Odor_rbegin(self)
4115 return _AnimatSimPy.map_string_Odor_rend(self)
4118 return _AnimatSimPy.map_string_Odor_count(self, x)
4120 def erase(self, *args):
4121 return _AnimatSimPy.map_string_Odor_erase(self, *args)
4124 return _AnimatSimPy.map_string_Odor_find(self, x)
4126 def lower_bound(self, x):
4127 return _AnimatSimPy.map_string_Odor_lower_bound(self, x)
4129 def upper_bound(self, x):
4130 return _AnimatSimPy.map_string_Odor_upper_bound(self, x)
4131 __swig_destroy__ = _AnimatSimPy.delete_map_string_Odor
4132 __del__ =
lambda self:
None
4133 map_string_Odor_swigregister = _AnimatSimPy.map_string_Odor_swigregister
4134 map_string_Odor_swigregister(map_string_Odor)
4137 __swig_setmethods__ = {}
4138 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_OdorType, name, value)
4139 __swig_getmethods__ = {}
4140 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_OdorType, name)
4141 __repr__ = _swig_repr
4144 return _AnimatSimPy.map_string_OdorType_iterator(self)
4148 def __nonzero__(self):
4149 return _AnimatSimPy.map_string_OdorType___nonzero__(self)
4152 return _AnimatSimPy.map_string_OdorType___bool__(self)
4155 return _AnimatSimPy.map_string_OdorType___len__(self)
4160 def itervalues(self):
4162 def iteritems(self):
4165 def __getitem__(self, key):
4166 return _AnimatSimPy.map_string_OdorType___getitem__(self, key)
4168 def __delitem__(self, key):
4169 return _AnimatSimPy.map_string_OdorType___delitem__(self, key)
4171 def has_key(self, key):
4172 return _AnimatSimPy.map_string_OdorType_has_key(self, key)
4175 return _AnimatSimPy.map_string_OdorType_keys(self)
4178 return _AnimatSimPy.map_string_OdorType_values(self)
4181 return _AnimatSimPy.map_string_OdorType_items(self)
4183 def __contains__(self, key):
4184 return _AnimatSimPy.map_string_OdorType___contains__(self, key)
4186 def key_iterator(self):
4187 return _AnimatSimPy.map_string_OdorType_key_iterator(self)
4189 def value_iterator(self):
4190 return _AnimatSimPy.map_string_OdorType_value_iterator(self)
4192 def __setitem__(self, *args):
4193 return _AnimatSimPy.map_string_OdorType___setitem__(self, *args)
4196 return _AnimatSimPy.map_string_OdorType_asdict(self)
4198 def __init__(self, *args):
4199 this = _AnimatSimPy.new_map_string_OdorType(*args)
4201 self.this.append(this)
4206 return _AnimatSimPy.map_string_OdorType_empty(self)
4209 return _AnimatSimPy.map_string_OdorType_size(self)
4212 return _AnimatSimPy.map_string_OdorType_clear(self)
4215 return _AnimatSimPy.map_string_OdorType_swap(self, v)
4217 def get_allocator(self):
4218 return _AnimatSimPy.map_string_OdorType_get_allocator(self)
4221 return _AnimatSimPy.map_string_OdorType_begin(self)
4224 return _AnimatSimPy.map_string_OdorType_end(self)
4227 return _AnimatSimPy.map_string_OdorType_rbegin(self)
4230 return _AnimatSimPy.map_string_OdorType_rend(self)
4233 return _AnimatSimPy.map_string_OdorType_count(self, x)
4235 def erase(self, *args):
4236 return _AnimatSimPy.map_string_OdorType_erase(self, *args)
4239 return _AnimatSimPy.map_string_OdorType_find(self, x)
4241 def lower_bound(self, x):
4242 return _AnimatSimPy.map_string_OdorType_lower_bound(self, x)
4244 def upper_bound(self, x):
4245 return _AnimatSimPy.map_string_OdorType_upper_bound(self, x)
4246 __swig_destroy__ = _AnimatSimPy.delete_map_string_OdorType
4247 __del__ =
lambda self:
None
4248 map_string_OdorType_swigregister = _AnimatSimPy.map_string_OdorType_swigregister
4249 map_string_OdorType_swigregister(map_string_OdorType)
4252 __swig_setmethods__ = {}
4253 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_Organism, name, value)
4254 __swig_getmethods__ = {}
4255 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_Organism, name)
4256 __repr__ = _swig_repr
4259 return _AnimatSimPy.map_string_Organism_iterator(self)
4263 def __nonzero__(self):
4264 return _AnimatSimPy.map_string_Organism___nonzero__(self)
4267 return _AnimatSimPy.map_string_Organism___bool__(self)
4270 return _AnimatSimPy.map_string_Organism___len__(self)
4275 def itervalues(self):
4277 def iteritems(self):
4280 def __getitem__(self, key):
4281 return _AnimatSimPy.map_string_Organism___getitem__(self, key)
4283 def __delitem__(self, key):
4284 return _AnimatSimPy.map_string_Organism___delitem__(self, key)
4286 def has_key(self, key):
4287 return _AnimatSimPy.map_string_Organism_has_key(self, key)
4290 return _AnimatSimPy.map_string_Organism_keys(self)
4293 return _AnimatSimPy.map_string_Organism_values(self)
4296 return _AnimatSimPy.map_string_Organism_items(self)
4298 def __contains__(self, key):
4299 return _AnimatSimPy.map_string_Organism___contains__(self, key)
4301 def key_iterator(self):
4302 return _AnimatSimPy.map_string_Organism_key_iterator(self)
4304 def value_iterator(self):
4305 return _AnimatSimPy.map_string_Organism_value_iterator(self)
4307 def __setitem__(self, *args):
4308 return _AnimatSimPy.map_string_Organism___setitem__(self, *args)
4311 return _AnimatSimPy.map_string_Organism_asdict(self)
4313 def __init__(self, *args):
4314 this = _AnimatSimPy.new_map_string_Organism(*args)
4316 self.this.append(this)
4321 return _AnimatSimPy.map_string_Organism_empty(self)
4324 return _AnimatSimPy.map_string_Organism_size(self)
4327 return _AnimatSimPy.map_string_Organism_clear(self)
4330 return _AnimatSimPy.map_string_Organism_swap(self, v)
4332 def get_allocator(self):
4333 return _AnimatSimPy.map_string_Organism_get_allocator(self)
4336 return _AnimatSimPy.map_string_Organism_begin(self)
4339 return _AnimatSimPy.map_string_Organism_end(self)
4342 return _AnimatSimPy.map_string_Organism_rbegin(self)
4345 return _AnimatSimPy.map_string_Organism_rend(self)
4348 return _AnimatSimPy.map_string_Organism_count(self, x)
4350 def erase(self, *args):
4351 return _AnimatSimPy.map_string_Organism_erase(self, *args)
4354 return _AnimatSimPy.map_string_Organism_find(self, x)
4356 def lower_bound(self, x):
4357 return _AnimatSimPy.map_string_Organism_lower_bound(self, x)
4359 def upper_bound(self, x):
4360 return _AnimatSimPy.map_string_Organism_upper_bound(self, x)
4361 __swig_destroy__ = _AnimatSimPy.delete_map_string_Organism
4362 __del__ =
lambda self:
None
4363 map_string_Organism_swigregister = _AnimatSimPy.map_string_Organism_swigregister
4364 map_string_Organism_swigregister(map_string_Organism)
4367 __swig_setmethods__ = {}
4368 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_RigidBody, name, value)
4369 __swig_getmethods__ = {}
4370 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_RigidBody, name)
4371 __repr__ = _swig_repr
4374 return _AnimatSimPy.map_string_RigidBody_iterator(self)
4378 def __nonzero__(self):
4379 return _AnimatSimPy.map_string_RigidBody___nonzero__(self)
4382 return _AnimatSimPy.map_string_RigidBody___bool__(self)
4385 return _AnimatSimPy.map_string_RigidBody___len__(self)
4390 def itervalues(self):
4392 def iteritems(self):
4395 def __getitem__(self, key):
4396 return _AnimatSimPy.map_string_RigidBody___getitem__(self, key)
4398 def __delitem__(self, key):
4399 return _AnimatSimPy.map_string_RigidBody___delitem__(self, key)
4401 def has_key(self, key):
4402 return _AnimatSimPy.map_string_RigidBody_has_key(self, key)
4405 return _AnimatSimPy.map_string_RigidBody_keys(self)
4408 return _AnimatSimPy.map_string_RigidBody_values(self)
4411 return _AnimatSimPy.map_string_RigidBody_items(self)
4413 def __contains__(self, key):
4414 return _AnimatSimPy.map_string_RigidBody___contains__(self, key)
4416 def key_iterator(self):
4417 return _AnimatSimPy.map_string_RigidBody_key_iterator(self)
4419 def value_iterator(self):
4420 return _AnimatSimPy.map_string_RigidBody_value_iterator(self)
4422 def __setitem__(self, *args):
4423 return _AnimatSimPy.map_string_RigidBody___setitem__(self, *args)
4426 return _AnimatSimPy.map_string_RigidBody_asdict(self)
4428 def __init__(self, *args):
4429 this = _AnimatSimPy.new_map_string_RigidBody(*args)
4431 self.this.append(this)
4436 return _AnimatSimPy.map_string_RigidBody_empty(self)
4439 return _AnimatSimPy.map_string_RigidBody_size(self)
4442 return _AnimatSimPy.map_string_RigidBody_clear(self)
4445 return _AnimatSimPy.map_string_RigidBody_swap(self, v)
4447 def get_allocator(self):
4448 return _AnimatSimPy.map_string_RigidBody_get_allocator(self)
4451 return _AnimatSimPy.map_string_RigidBody_begin(self)
4454 return _AnimatSimPy.map_string_RigidBody_end(self)
4457 return _AnimatSimPy.map_string_RigidBody_rbegin(self)
4460 return _AnimatSimPy.map_string_RigidBody_rend(self)
4463 return _AnimatSimPy.map_string_RigidBody_count(self, x)
4465 def erase(self, *args):
4466 return _AnimatSimPy.map_string_RigidBody_erase(self, *args)
4469 return _AnimatSimPy.map_string_RigidBody_find(self, x)
4471 def lower_bound(self, x):
4472 return _AnimatSimPy.map_string_RigidBody_lower_bound(self, x)
4474 def upper_bound(self, x):
4475 return _AnimatSimPy.map_string_RigidBody_upper_bound(self, x)
4476 __swig_destroy__ = _AnimatSimPy.delete_map_string_RigidBody
4477 __del__ =
lambda self:
None
4478 map_string_RigidBody_swigregister = _AnimatSimPy.map_string_RigidBody_swigregister
4479 map_string_RigidBody_swigregister(map_string_RigidBody)
4482 __swig_setmethods__ = {}
4483 __setattr__ =
lambda self, name, value: _swig_setattr(self, map_string_Structure, name, value)
4484 __swig_getmethods__ = {}
4485 __getattr__ =
lambda self, name: _swig_getattr(self, map_string_Structure, name)
4486 __repr__ = _swig_repr
4489 return _AnimatSimPy.map_string_Structure_iterator(self)
4493 def __nonzero__(self):
4494 return _AnimatSimPy.map_string_Structure___nonzero__(self)
4497 return _AnimatSimPy.map_string_Structure___bool__(self)
4500 return _AnimatSimPy.map_string_Structure___len__(self)
4505 def itervalues(self):
4507 def iteritems(self):
4510 def __getitem__(self, key):
4511 return _AnimatSimPy.map_string_Structure___getitem__(self, key)
4513 def __delitem__(self, key):
4514 return _AnimatSimPy.map_string_Structure___delitem__(self, key)
4516 def has_key(self, key):
4517 return _AnimatSimPy.map_string_Structure_has_key(self, key)
4520 return _AnimatSimPy.map_string_Structure_keys(self)
4523 return _AnimatSimPy.map_string_Structure_values(self)
4526 return _AnimatSimPy.map_string_Structure_items(self)
4528 def __contains__(self, key):
4529 return _AnimatSimPy.map_string_Structure___contains__(self, key)
4531 def key_iterator(self):
4532 return _AnimatSimPy.map_string_Structure_key_iterator(self)
4534 def value_iterator(self):
4535 return _AnimatSimPy.map_string_Structure_value_iterator(self)
4537 def __setitem__(self, *args):
4538 return _AnimatSimPy.map_string_Structure___setitem__(self, *args)
4541 return _AnimatSimPy.map_string_Structure_asdict(self)
4543 def __init__(self, *args):
4544 this = _AnimatSimPy.new_map_string_Structure(*args)
4546 self.this.append(this)
4551 return _AnimatSimPy.map_string_Structure_empty(self)
4554 return _AnimatSimPy.map_string_Structure_size(self)
4557 return _AnimatSimPy.map_string_Structure_clear(self)
4560 return _AnimatSimPy.map_string_Structure_swap(self, v)
4562 def get_allocator(self):
4563 return _AnimatSimPy.map_string_Structure_get_allocator(self)
4566 return _AnimatSimPy.map_string_Structure_begin(self)
4569 return _AnimatSimPy.map_string_Structure_end(self)
4572 return _AnimatSimPy.map_string_Structure_rbegin(self)
4575 return _AnimatSimPy.map_string_Structure_rend(self)
4578 return _AnimatSimPy.map_string_Structure_count(self, x)
4580 def erase(self, *args):
4581 return _AnimatSimPy.map_string_Structure_erase(self, *args)
4584 return _AnimatSimPy.map_string_Structure_find(self, x)
4586 def lower_bound(self, x):
4587 return _AnimatSimPy.map_string_Structure_lower_bound(self, x)
4589 def upper_bound(self, x):
4590 return _AnimatSimPy.map_string_Structure_upper_bound(self, x)
4591 __swig_destroy__ = _AnimatSimPy.delete_map_string_Structure
4592 __del__ =
lambda self:
None
4593 map_string_Structure_swigregister = _AnimatSimPy.map_string_Structure_swigregister
4594 map_string_Structure_swigregister(map_string_Structure)
4597 __swig_setmethods__ = {}
4598 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPoint_int, name, value)
4599 __swig_getmethods__ = {}
4600 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPoint_int, name)
4601 __repr__ = _swig_repr
4602 __swig_setmethods__[
"x"] = _AnimatSimPy.CStdPoint_int_x_set
4603 __swig_getmethods__[
"x"] = _AnimatSimPy.CStdPoint_int_x_get
4605 x = _swig_property(_AnimatSimPy.CStdPoint_int_x_get, _AnimatSimPy.CStdPoint_int_x_set)
4606 __swig_setmethods__[
"y"] = _AnimatSimPy.CStdPoint_int_y_set
4607 __swig_getmethods__[
"y"] = _AnimatSimPy.CStdPoint_int_y_get
4609 y = _swig_property(_AnimatSimPy.CStdPoint_int_y_get, _AnimatSimPy.CStdPoint_int_y_set)
4610 __swig_setmethods__[
"z"] = _AnimatSimPy.CStdPoint_int_z_set
4611 __swig_getmethods__[
"z"] = _AnimatSimPy.CStdPoint_int_z_get
4613 z = _swig_property(_AnimatSimPy.CStdPoint_int_z_get, _AnimatSimPy.CStdPoint_int_z_set)
4615 def __init__(self, *args):
4616 this = _AnimatSimPy.new_CStdPoint_int(*args)
4618 self.this.append(this)
4622 def Set(self, X, Y, Z):
4623 return _AnimatSimPy.CStdPoint_int_Set(self, X, Y, Z)
4625 def __eq__(self, oPoint):
4626 return _AnimatSimPy.CStdPoint_int___eq__(self, oPoint)
4628 def __ne__(self, oPoint):
4629 return _AnimatSimPy.CStdPoint_int___ne__(self, oPoint)
4631 def Equal(self, oPoint, fltTolerance):
4632 return _AnimatSimPy.CStdPoint_int_Equal(self, oPoint, fltTolerance)
4634 def dot(self, oPoint):
4635 return _AnimatSimPy.CStdPoint_int_dot(self, oPoint)
4637 def __iadd__(self, *args):
4638 return _AnimatSimPy.CStdPoint_int___iadd__(self, *args)
4640 def __isub__(self, *args):
4641 return _AnimatSimPy.CStdPoint_int___isub__(self, *args)
4643 def __imul__(self, fltVal):
4644 return _AnimatSimPy.CStdPoint_int___imul__(self, fltVal)
4646 def __idiv__(self, fltVal):
4647 return _AnimatSimPy.CStdPoint_int___idiv__(self, fltVal)
4649 def __add__(self, *args):
4650 return _AnimatSimPy.CStdPoint_int___add__(self, *args)
4652 def __sub__(self, *args):
4653 return _AnimatSimPy.CStdPoint_int___sub__(self, *args)
4655 def __mul__(self, *args):
4656 return _AnimatSimPy.CStdPoint_int___mul__(self, *args)
4658 def __div__(self, *args):
4659 return _AnimatSimPy.CStdPoint_int___div__(self, *args)
4661 def __xor__(self, vVal):
4662 return _AnimatSimPy.CStdPoint_int___xor__(self, vVal)
4664 def Magnitude(self):
4665 return _AnimatSimPy.CStdPoint_int_Magnitude(self)
4667 def Normalize(self):
4668 return _AnimatSimPy.CStdPoint_int_Normalize(self)
4670 def ClearNearZero(self, fltTolerance=1e-5):
4671 return _AnimatSimPy.CStdPoint_int_ClearNearZero(self, fltTolerance)
4672 __swig_destroy__ = _AnimatSimPy.delete_CStdPoint_int
4673 __del__ =
lambda self:
None
4674 CStdPoint_int_swigregister = _AnimatSimPy.CStdPoint_int_swigregister
4675 CStdPoint_int_swigregister(CStdPoint_int)
4678 __swig_setmethods__ = {}
4679 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPoint_long, name, value)
4680 __swig_getmethods__ = {}
4681 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPoint_long, name)
4682 __repr__ = _swig_repr
4683 __swig_setmethods__[
"x"] = _AnimatSimPy.CStdPoint_long_x_set
4684 __swig_getmethods__[
"x"] = _AnimatSimPy.CStdPoint_long_x_get
4686 x = _swig_property(_AnimatSimPy.CStdPoint_long_x_get, _AnimatSimPy.CStdPoint_long_x_set)
4687 __swig_setmethods__[
"y"] = _AnimatSimPy.CStdPoint_long_y_set
4688 __swig_getmethods__[
"y"] = _AnimatSimPy.CStdPoint_long_y_get
4690 y = _swig_property(_AnimatSimPy.CStdPoint_long_y_get, _AnimatSimPy.CStdPoint_long_y_set)
4691 __swig_setmethods__[
"z"] = _AnimatSimPy.CStdPoint_long_z_set
4692 __swig_getmethods__[
"z"] = _AnimatSimPy.CStdPoint_long_z_get
4694 z = _swig_property(_AnimatSimPy.CStdPoint_long_z_get, _AnimatSimPy.CStdPoint_long_z_set)
4696 def __init__(self, *args):
4697 this = _AnimatSimPy.new_CStdPoint_long(*args)
4699 self.this.append(this)
4703 def Set(self, X, Y, Z):
4704 return _AnimatSimPy.CStdPoint_long_Set(self, X, Y, Z)
4706 def __eq__(self, oPoint):
4707 return _AnimatSimPy.CStdPoint_long___eq__(self, oPoint)
4709 def __ne__(self, oPoint):
4710 return _AnimatSimPy.CStdPoint_long___ne__(self, oPoint)
4712 def Equal(self, oPoint, fltTolerance):
4713 return _AnimatSimPy.CStdPoint_long_Equal(self, oPoint, fltTolerance)
4715 def dot(self, oPoint):
4716 return _AnimatSimPy.CStdPoint_long_dot(self, oPoint)
4718 def __iadd__(self, *args):
4719 return _AnimatSimPy.CStdPoint_long___iadd__(self, *args)
4721 def __isub__(self, *args):
4722 return _AnimatSimPy.CStdPoint_long___isub__(self, *args)
4724 def __imul__(self, fltVal):
4725 return _AnimatSimPy.CStdPoint_long___imul__(self, fltVal)
4727 def __idiv__(self, fltVal):
4728 return _AnimatSimPy.CStdPoint_long___idiv__(self, fltVal)
4730 def __add__(self, *args):
4731 return _AnimatSimPy.CStdPoint_long___add__(self, *args)
4733 def __sub__(self, *args):
4734 return _AnimatSimPy.CStdPoint_long___sub__(self, *args)
4736 def __mul__(self, *args):
4737 return _AnimatSimPy.CStdPoint_long___mul__(self, *args)
4739 def __div__(self, *args):
4740 return _AnimatSimPy.CStdPoint_long___div__(self, *args)
4742 def __xor__(self, vVal):
4743 return _AnimatSimPy.CStdPoint_long___xor__(self, vVal)
4745 def Magnitude(self):
4746 return _AnimatSimPy.CStdPoint_long_Magnitude(self)
4748 def Normalize(self):
4749 return _AnimatSimPy.CStdPoint_long_Normalize(self)
4751 def ClearNearZero(self, fltTolerance=1e-5):
4752 return _AnimatSimPy.CStdPoint_long_ClearNearZero(self, fltTolerance)
4753 __swig_destroy__ = _AnimatSimPy.delete_CStdPoint_long
4754 __del__ =
lambda self:
None
4755 CStdPoint_long_swigregister = _AnimatSimPy.CStdPoint_long_swigregister
4756 CStdPoint_long_swigregister(CStdPoint_long)
4759 __swig_setmethods__ = {}
4760 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPoint_float, name, value)
4761 __swig_getmethods__ = {}
4762 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPoint_float, name)
4763 __repr__ = _swig_repr
4764 __swig_setmethods__[
"x"] = _AnimatSimPy.CStdPoint_float_x_set
4765 __swig_getmethods__[
"x"] = _AnimatSimPy.CStdPoint_float_x_get
4767 x = _swig_property(_AnimatSimPy.CStdPoint_float_x_get, _AnimatSimPy.CStdPoint_float_x_set)
4768 __swig_setmethods__[
"y"] = _AnimatSimPy.CStdPoint_float_y_set
4769 __swig_getmethods__[
"y"] = _AnimatSimPy.CStdPoint_float_y_get
4771 y = _swig_property(_AnimatSimPy.CStdPoint_float_y_get, _AnimatSimPy.CStdPoint_float_y_set)
4772 __swig_setmethods__[
"z"] = _AnimatSimPy.CStdPoint_float_z_set
4773 __swig_getmethods__[
"z"] = _AnimatSimPy.CStdPoint_float_z_get
4775 z = _swig_property(_AnimatSimPy.CStdPoint_float_z_get, _AnimatSimPy.CStdPoint_float_z_set)
4777 def __init__(self, *args):
4778 this = _AnimatSimPy.new_CStdPoint_float(*args)
4780 self.this.append(this)
4784 def Set(self, X, Y, Z):
4785 return _AnimatSimPy.CStdPoint_float_Set(self, X, Y, Z)
4787 def __eq__(self, oPoint):
4788 return _AnimatSimPy.CStdPoint_float___eq__(self, oPoint)
4790 def __ne__(self, oPoint):
4791 return _AnimatSimPy.CStdPoint_float___ne__(self, oPoint)
4793 def Equal(self, oPoint, fltTolerance):
4794 return _AnimatSimPy.CStdPoint_float_Equal(self, oPoint, fltTolerance)
4796 def dot(self, oPoint):
4797 return _AnimatSimPy.CStdPoint_float_dot(self, oPoint)
4799 def __iadd__(self, *args):
4800 return _AnimatSimPy.CStdPoint_float___iadd__(self, *args)
4802 def __isub__(self, *args):
4803 return _AnimatSimPy.CStdPoint_float___isub__(self, *args)
4805 def __imul__(self, fltVal):
4806 return _AnimatSimPy.CStdPoint_float___imul__(self, fltVal)
4808 def __idiv__(self, fltVal):
4809 return _AnimatSimPy.CStdPoint_float___idiv__(self, fltVal)
4811 def __add__(self, *args):
4812 return _AnimatSimPy.CStdPoint_float___add__(self, *args)
4814 def __sub__(self, *args):
4815 return _AnimatSimPy.CStdPoint_float___sub__(self, *args)
4817 def __mul__(self, *args):
4818 return _AnimatSimPy.CStdPoint_float___mul__(self, *args)
4820 def __div__(self, *args):
4821 return _AnimatSimPy.CStdPoint_float___div__(self, *args)
4823 def __xor__(self, vVal):
4824 return _AnimatSimPy.CStdPoint_float___xor__(self, vVal)
4826 def Magnitude(self):
4827 return _AnimatSimPy.CStdPoint_float_Magnitude(self)
4829 def Normalize(self):
4830 return _AnimatSimPy.CStdPoint_float_Normalize(self)
4832 def ClearNearZero(self, fltTolerance=1e-5):
4833 return _AnimatSimPy.CStdPoint_float_ClearNearZero(self, fltTolerance)
4834 __swig_destroy__ = _AnimatSimPy.delete_CStdPoint_float
4835 __del__ =
lambda self:
None
4836 CStdPoint_float_swigregister = _AnimatSimPy.CStdPoint_float_swigregister
4837 CStdPoint_float_swigregister(CStdPoint_float)
4840 __swig_setmethods__ = {}
4841 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPoint_double, name, value)
4842 __swig_getmethods__ = {}
4843 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPoint_double, name)
4844 __repr__ = _swig_repr
4845 __swig_setmethods__[
"x"] = _AnimatSimPy.CStdPoint_double_x_set
4846 __swig_getmethods__[
"x"] = _AnimatSimPy.CStdPoint_double_x_get
4848 x = _swig_property(_AnimatSimPy.CStdPoint_double_x_get, _AnimatSimPy.CStdPoint_double_x_set)
4849 __swig_setmethods__[
"y"] = _AnimatSimPy.CStdPoint_double_y_set
4850 __swig_getmethods__[
"y"] = _AnimatSimPy.CStdPoint_double_y_get
4852 y = _swig_property(_AnimatSimPy.CStdPoint_double_y_get, _AnimatSimPy.CStdPoint_double_y_set)
4853 __swig_setmethods__[
"z"] = _AnimatSimPy.CStdPoint_double_z_set
4854 __swig_getmethods__[
"z"] = _AnimatSimPy.CStdPoint_double_z_get
4856 z = _swig_property(_AnimatSimPy.CStdPoint_double_z_get, _AnimatSimPy.CStdPoint_double_z_set)
4858 def __init__(self, *args):
4859 this = _AnimatSimPy.new_CStdPoint_double(*args)
4861 self.this.append(this)
4865 def Set(self, X, Y, Z):
4866 return _AnimatSimPy.CStdPoint_double_Set(self, X, Y, Z)
4868 def __eq__(self, oPoint):
4869 return _AnimatSimPy.CStdPoint_double___eq__(self, oPoint)
4871 def __ne__(self, oPoint):
4872 return _AnimatSimPy.CStdPoint_double___ne__(self, oPoint)
4874 def Equal(self, oPoint, fltTolerance):
4875 return _AnimatSimPy.CStdPoint_double_Equal(self, oPoint, fltTolerance)
4877 def dot(self, oPoint):
4878 return _AnimatSimPy.CStdPoint_double_dot(self, oPoint)
4880 def __iadd__(self, *args):
4881 return _AnimatSimPy.CStdPoint_double___iadd__(self, *args)
4883 def __isub__(self, *args):
4884 return _AnimatSimPy.CStdPoint_double___isub__(self, *args)
4886 def __imul__(self, fltVal):
4887 return _AnimatSimPy.CStdPoint_double___imul__(self, fltVal)
4889 def __idiv__(self, fltVal):
4890 return _AnimatSimPy.CStdPoint_double___idiv__(self, fltVal)
4892 def __add__(self, *args):
4893 return _AnimatSimPy.CStdPoint_double___add__(self, *args)
4895 def __sub__(self, *args):
4896 return _AnimatSimPy.CStdPoint_double___sub__(self, *args)
4898 def __mul__(self, *args):
4899 return _AnimatSimPy.CStdPoint_double___mul__(self, *args)
4901 def __div__(self, *args):
4902 return _AnimatSimPy.CStdPoint_double___div__(self, *args)
4904 def __xor__(self, vVal):
4905 return _AnimatSimPy.CStdPoint_double___xor__(self, vVal)
4907 def Magnitude(self):
4908 return _AnimatSimPy.CStdPoint_double_Magnitude(self)
4910 def Normalize(self):
4911 return _AnimatSimPy.CStdPoint_double_Normalize(self)
4913 def ClearNearZero(self, fltTolerance=1e-5):
4914 return _AnimatSimPy.CStdPoint_double_ClearNearZero(self, fltTolerance)
4915 __swig_destroy__ = _AnimatSimPy.delete_CStdPoint_double
4916 __del__ =
lambda self:
None
4917 CStdPoint_double_swigregister = _AnimatSimPy.CStdPoint_double_swigregister
4918 CStdPoint_double_swigregister(CStdPoint_double)
4921 __swig_setmethods__ = {}
4922 for _s
in [vector_int]:
4923 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
4924 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_int, name, value)
4925 __swig_getmethods__ = {}
4926 for _s
in [vector_int]:
4927 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
4928 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_int, name)
4929 __repr__ = _swig_repr
4930 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_int
4931 __del__ =
lambda self:
None
4933 def Add(self, lpVal):
4934 return _AnimatSimPy.CStdArray_int_Add(self, lpVal)
4936 def RemoveAll(self):
4937 return _AnimatSimPy.CStdArray_int_RemoveAll(self)
4939 def RemoveAt(self, *args):
4940 return _AnimatSimPy.CStdArray_int_RemoveAt(self, *args)
4942 def SetSize(self, lSize):
4943 return _AnimatSimPy.CStdArray_int_SetSize(self, lSize)
4945 def InsertAt(self, iPos, lpVal):
4946 return _AnimatSimPy.CStdArray_int_InsertAt(self, iPos, lpVal)
4949 return _AnimatSimPy.CStdArray_int_GetSize(self)
4952 return _AnimatSimPy.CStdArray_int_Clear(self)
4955 this = _AnimatSimPy.new_CStdArray_int()
4957 self.this.append(this)
4960 CStdArray_int_swigregister = _AnimatSimPy.CStdArray_int_swigregister
4961 CStdArray_int_swigregister(CStdArray_int)
4964 __swig_setmethods__ = {}
4965 for _s
in [vector_long]:
4966 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
4967 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_long, name, value)
4968 __swig_getmethods__ = {}
4969 for _s
in [vector_long]:
4970 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
4971 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_long, name)
4972 __repr__ = _swig_repr
4973 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_long
4974 __del__ =
lambda self:
None
4976 def Add(self, lpVal):
4977 return _AnimatSimPy.CStdArray_long_Add(self, lpVal)
4979 def RemoveAll(self):
4980 return _AnimatSimPy.CStdArray_long_RemoveAll(self)
4982 def RemoveAt(self, *args):
4983 return _AnimatSimPy.CStdArray_long_RemoveAt(self, *args)
4985 def SetSize(self, lSize):
4986 return _AnimatSimPy.CStdArray_long_SetSize(self, lSize)
4988 def InsertAt(self, iPos, lpVal):
4989 return _AnimatSimPy.CStdArray_long_InsertAt(self, iPos, lpVal)
4992 return _AnimatSimPy.CStdArray_long_GetSize(self)
4995 return _AnimatSimPy.CStdArray_long_Clear(self)
4998 this = _AnimatSimPy.new_CStdArray_long()
5000 self.this.append(this)
5003 CStdArray_long_swigregister = _AnimatSimPy.CStdArray_long_swigregister
5004 CStdArray_long_swigregister(CStdArray_long)
5007 __swig_setmethods__ = {}
5008 for _s
in [vector_float]:
5009 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5010 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_float, name, value)
5011 __swig_getmethods__ = {}
5012 for _s
in [vector_float]:
5013 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5014 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_float, name)
5015 __repr__ = _swig_repr
5016 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_float
5017 __del__ =
lambda self:
None
5019 def Add(self, lpVal):
5020 return _AnimatSimPy.CStdArray_float_Add(self, lpVal)
5022 def RemoveAll(self):
5023 return _AnimatSimPy.CStdArray_float_RemoveAll(self)
5025 def RemoveAt(self, *args):
5026 return _AnimatSimPy.CStdArray_float_RemoveAt(self, *args)
5028 def SetSize(self, lSize):
5029 return _AnimatSimPy.CStdArray_float_SetSize(self, lSize)
5031 def InsertAt(self, iPos, lpVal):
5032 return _AnimatSimPy.CStdArray_float_InsertAt(self, iPos, lpVal)
5035 return _AnimatSimPy.CStdArray_float_GetSize(self)
5038 return _AnimatSimPy.CStdArray_float_Clear(self)
5041 this = _AnimatSimPy.new_CStdArray_float()
5043 self.this.append(this)
5046 CStdArray_float_swigregister = _AnimatSimPy.CStdArray_float_swigregister
5047 CStdArray_float_swigregister(CStdArray_float)
5050 __swig_setmethods__ = {}
5051 for _s
in [vector_double]:
5052 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5053 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_double, name, value)
5054 __swig_getmethods__ = {}
5055 for _s
in [vector_double]:
5056 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5057 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_double, name)
5058 __repr__ = _swig_repr
5059 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_double
5060 __del__ =
lambda self:
None
5062 def Add(self, lpVal):
5063 return _AnimatSimPy.CStdArray_double_Add(self, lpVal)
5065 def RemoveAll(self):
5066 return _AnimatSimPy.CStdArray_double_RemoveAll(self)
5068 def RemoveAt(self, *args):
5069 return _AnimatSimPy.CStdArray_double_RemoveAt(self, *args)
5071 def SetSize(self, lSize):
5072 return _AnimatSimPy.CStdArray_double_SetSize(self, lSize)
5074 def InsertAt(self, iPos, lpVal):
5075 return _AnimatSimPy.CStdArray_double_InsertAt(self, iPos, lpVal)
5078 return _AnimatSimPy.CStdArray_double_GetSize(self)
5081 return _AnimatSimPy.CStdArray_double_Clear(self)
5084 this = _AnimatSimPy.new_CStdArray_double()
5086 self.this.append(this)
5089 CStdArray_double_swigregister = _AnimatSimPy.CStdArray_double_swigregister
5090 CStdArray_double_swigregister(CStdArray_double)
5093 __swig_setmethods__ = {}
5094 for _s
in [vector_string]:
5095 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5096 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_string, name, value)
5097 __swig_getmethods__ = {}
5098 for _s
in [vector_string]:
5099 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5100 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_string, name)
5101 __repr__ = _swig_repr
5102 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_string
5103 __del__ =
lambda self:
None
5105 def Add(self, lpVal):
5106 return _AnimatSimPy.CStdArray_string_Add(self, lpVal)
5108 def RemoveAll(self):
5109 return _AnimatSimPy.CStdArray_string_RemoveAll(self)
5111 def RemoveAt(self, *args):
5112 return _AnimatSimPy.CStdArray_string_RemoveAt(self, *args)
5114 def SetSize(self, lSize):
5115 return _AnimatSimPy.CStdArray_string_SetSize(self, lSize)
5117 def InsertAt(self, iPos, lpVal):
5118 return _AnimatSimPy.CStdArray_string_InsertAt(self, iPos, lpVal)
5121 return _AnimatSimPy.CStdArray_string_GetSize(self)
5124 return _AnimatSimPy.CStdArray_string_Clear(self)
5127 this = _AnimatSimPy.new_CStdArray_string()
5129 self.this.append(this)
5132 CStdArray_string_swigregister = _AnimatSimPy.CStdArray_string_swigregister
5133 CStdArray_string_swigregister(CStdArray_string)
5136 __swig_setmethods__ = {}
5137 for _s
in [vector_ActivatedItemPtr]:
5138 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5139 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_ActivatedItem, name, value)
5140 __swig_getmethods__ = {}
5141 for _s
in [vector_ActivatedItemPtr]:
5142 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5143 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_ActivatedItem, name)
5144 __repr__ = _swig_repr
5145 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_ActivatedItem
5146 __del__ =
lambda self:
None
5148 def Add(self, lpVal):
5149 return _AnimatSimPy.CStdArray_ActivatedItem_Add(self, lpVal)
5151 def RemoveAll(self):
5152 return _AnimatSimPy.CStdArray_ActivatedItem_RemoveAll(self)
5154 def RemoveAt(self, *args):
5155 return _AnimatSimPy.CStdArray_ActivatedItem_RemoveAt(self, *args)
5157 def SetSize(self, lSize):
5158 return _AnimatSimPy.CStdArray_ActivatedItem_SetSize(self, lSize)
5160 def InsertAt(self, iPos, lpVal):
5161 return _AnimatSimPy.CStdArray_ActivatedItem_InsertAt(self, iPos, lpVal)
5164 return _AnimatSimPy.CStdArray_ActivatedItem_GetSize(self)
5167 return _AnimatSimPy.CStdArray_ActivatedItem_Clear(self)
5170 this = _AnimatSimPy.new_CStdArray_ActivatedItem()
5172 self.this.append(this)
5175 CStdArray_ActivatedItem_swigregister = _AnimatSimPy.CStdArray_ActivatedItem_swigregister
5176 CStdArray_ActivatedItem_swigregister(CStdArray_ActivatedItem)
5179 __swig_setmethods__ = {}
5180 for _s
in [vector_RigidBodyPtr]:
5181 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5182 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_RigidBody, name, value)
5183 __swig_getmethods__ = {}
5184 for _s
in [vector_RigidBodyPtr]:
5185 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5186 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_RigidBody, name)
5187 __repr__ = _swig_repr
5188 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_RigidBody
5189 __del__ =
lambda self:
None
5191 def Add(self, lpVal):
5192 return _AnimatSimPy.CStdArray_RigidBody_Add(self, lpVal)
5194 def RemoveAll(self):
5195 return _AnimatSimPy.CStdArray_RigidBody_RemoveAll(self)
5197 def RemoveAt(self, *args):
5198 return _AnimatSimPy.CStdArray_RigidBody_RemoveAt(self, *args)
5200 def SetSize(self, lSize):
5201 return _AnimatSimPy.CStdArray_RigidBody_SetSize(self, lSize)
5203 def InsertAt(self, iPos, lpVal):
5204 return _AnimatSimPy.CStdArray_RigidBody_InsertAt(self, iPos, lpVal)
5207 return _AnimatSimPy.CStdArray_RigidBody_GetSize(self)
5210 return _AnimatSimPy.CStdArray_RigidBody_Clear(self)
5213 this = _AnimatSimPy.new_CStdArray_RigidBody()
5215 self.this.append(this)
5218 CStdArray_RigidBody_swigregister = _AnimatSimPy.CStdArray_RigidBody_swigregister
5219 CStdArray_RigidBody_swigregister(CStdArray_RigidBody)
5222 __swig_setmethods__ = {}
5223 for _s
in [vector_BodyPartPtr]:
5224 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5225 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_BodyPart, name, value)
5226 __swig_getmethods__ = {}
5227 for _s
in [vector_BodyPartPtr]:
5228 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5229 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_BodyPart, name)
5230 __repr__ = _swig_repr
5231 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_BodyPart
5232 __del__ =
lambda self:
None
5234 def Add(self, lpVal):
5235 return _AnimatSimPy.CStdArray_BodyPart_Add(self, lpVal)
5237 def RemoveAll(self):
5238 return _AnimatSimPy.CStdArray_BodyPart_RemoveAll(self)
5240 def RemoveAt(self, *args):
5241 return _AnimatSimPy.CStdArray_BodyPart_RemoveAt(self, *args)
5243 def SetSize(self, lSize):
5244 return _AnimatSimPy.CStdArray_BodyPart_SetSize(self, lSize)
5246 def InsertAt(self, iPos, lpVal):
5247 return _AnimatSimPy.CStdArray_BodyPart_InsertAt(self, iPos, lpVal)
5250 return _AnimatSimPy.CStdArray_BodyPart_GetSize(self)
5253 return _AnimatSimPy.CStdArray_BodyPart_Clear(self)
5256 this = _AnimatSimPy.new_CStdArray_BodyPart()
5258 self.this.append(this)
5261 CStdArray_BodyPart_swigregister = _AnimatSimPy.CStdArray_BodyPart_swigregister
5262 CStdArray_BodyPart_swigregister(CStdArray_BodyPart)
5265 __swig_setmethods__ = {}
5266 for _s
in [vector_RobotPartInterfacePtr]:
5267 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5268 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_RobotPartInterface, name, value)
5269 __swig_getmethods__ = {}
5270 for _s
in [vector_RobotPartInterfacePtr]:
5271 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5272 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_RobotPartInterface, name)
5273 __repr__ = _swig_repr
5274 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_RobotPartInterface
5275 __del__ =
lambda self:
None
5277 def Add(self, lpVal):
5278 return _AnimatSimPy.CStdArray_RobotPartInterface_Add(self, lpVal)
5280 def RemoveAll(self):
5281 return _AnimatSimPy.CStdArray_RobotPartInterface_RemoveAll(self)
5283 def RemoveAt(self, *args):
5284 return _AnimatSimPy.CStdArray_RobotPartInterface_RemoveAt(self, *args)
5286 def SetSize(self, lSize):
5287 return _AnimatSimPy.CStdArray_RobotPartInterface_SetSize(self, lSize)
5289 def InsertAt(self, iPos, lpVal):
5290 return _AnimatSimPy.CStdArray_RobotPartInterface_InsertAt(self, iPos, lpVal)
5293 return _AnimatSimPy.CStdArray_RobotPartInterface_GetSize(self)
5296 return _AnimatSimPy.CStdArray_RobotPartInterface_Clear(self)
5299 this = _AnimatSimPy.new_CStdArray_RobotPartInterface()
5301 self.this.append(this)
5304 CStdArray_RobotPartInterface_swigregister = _AnimatSimPy.CStdArray_RobotPartInterface_swigregister
5305 CStdArray_RobotPartInterface_swigregister(CStdArray_RobotPartInterface)
5308 __swig_setmethods__ = {}
5309 for _s
in [vector_AttachmentPtr]:
5310 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5311 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_Attachment, name, value)
5312 __swig_getmethods__ = {}
5313 for _s
in [vector_AttachmentPtr]:
5314 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5315 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_Attachment, name)
5316 __repr__ = _swig_repr
5317 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_Attachment
5318 __del__ =
lambda self:
None
5320 def Add(self, lpVal):
5321 return _AnimatSimPy.CStdArray_Attachment_Add(self, lpVal)
5323 def RemoveAll(self):
5324 return _AnimatSimPy.CStdArray_Attachment_RemoveAll(self)
5326 def RemoveAt(self, *args):
5327 return _AnimatSimPy.CStdArray_Attachment_RemoveAt(self, *args)
5329 def SetSize(self, lSize):
5330 return _AnimatSimPy.CStdArray_Attachment_SetSize(self, lSize)
5332 def InsertAt(self, iPos, lpVal):
5333 return _AnimatSimPy.CStdArray_Attachment_InsertAt(self, iPos, lpVal)
5336 return _AnimatSimPy.CStdArray_Attachment_GetSize(self)
5339 return _AnimatSimPy.CStdArray_Attachment_Clear(self)
5342 this = _AnimatSimPy.new_CStdArray_Attachment()
5344 self.this.append(this)
5347 CStdArray_Attachment_swigregister = _AnimatSimPy.CStdArray_Attachment_swigregister
5348 CStdArray_Attachment_swigregister(CStdArray_Attachment)
5351 __swig_setmethods__ = {}
5352 for _s
in [vector_AdapterPtr]:
5353 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5354 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_Adapter, name, value)
5355 __swig_getmethods__ = {}
5356 for _s
in [vector_AdapterPtr]:
5357 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5358 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_Adapter, name)
5359 __repr__ = _swig_repr
5360 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_Adapter
5361 __del__ =
lambda self:
None
5363 def Add(self, lpVal):
5364 return _AnimatSimPy.CStdArray_Adapter_Add(self, lpVal)
5366 def RemoveAll(self):
5367 return _AnimatSimPy.CStdArray_Adapter_RemoveAll(self)
5369 def RemoveAt(self, *args):
5370 return _AnimatSimPy.CStdArray_Adapter_RemoveAt(self, *args)
5372 def SetSize(self, lSize):
5373 return _AnimatSimPy.CStdArray_Adapter_SetSize(self, lSize)
5375 def InsertAt(self, iPos, lpVal):
5376 return _AnimatSimPy.CStdArray_Adapter_InsertAt(self, iPos, lpVal)
5379 return _AnimatSimPy.CStdArray_Adapter_GetSize(self)
5382 return _AnimatSimPy.CStdArray_Adapter_Clear(self)
5385 this = _AnimatSimPy.new_CStdArray_Adapter()
5387 self.this.append(this)
5390 CStdArray_Adapter_swigregister = _AnimatSimPy.CStdArray_Adapter_swigregister
5391 CStdArray_Adapter_swigregister(CStdArray_Adapter)
5394 __swig_setmethods__ = {}
5395 for _s
in [vector_KeyFramePtr]:
5396 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5397 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_KeyFrame, name, value)
5398 __swig_getmethods__ = {}
5399 for _s
in [vector_KeyFramePtr]:
5400 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5401 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_KeyFrame, name)
5402 __repr__ = _swig_repr
5403 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_KeyFrame
5404 __del__ =
lambda self:
None
5406 def Add(self, lpVal):
5407 return _AnimatSimPy.CStdArray_KeyFrame_Add(self, lpVal)
5409 def RemoveAll(self):
5410 return _AnimatSimPy.CStdArray_KeyFrame_RemoveAll(self)
5412 def RemoveAt(self, *args):
5413 return _AnimatSimPy.CStdArray_KeyFrame_RemoveAt(self, *args)
5415 def SetSize(self, lSize):
5416 return _AnimatSimPy.CStdArray_KeyFrame_SetSize(self, lSize)
5418 def InsertAt(self, iPos, lpVal):
5419 return _AnimatSimPy.CStdArray_KeyFrame_InsertAt(self, iPos, lpVal)
5422 return _AnimatSimPy.CStdArray_KeyFrame_GetSize(self)
5425 return _AnimatSimPy.CStdArray_KeyFrame_Clear(self)
5428 this = _AnimatSimPy.new_CStdArray_KeyFrame()
5430 self.this.append(this)
5433 CStdArray_KeyFrame_swigregister = _AnimatSimPy.CStdArray_KeyFrame_swigregister
5434 CStdArray_KeyFrame_swigregister(CStdArray_KeyFrame)
5437 __swig_setmethods__ = {}
5438 for _s
in [vector_ModuleThreadProcessorPtr]:
5439 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5440 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdArray_ModuleThreadProcessor, name, value)
5441 __swig_getmethods__ = {}
5442 for _s
in [vector_ModuleThreadProcessorPtr]:
5443 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5444 __getattr__ =
lambda self, name: _swig_getattr(self, CStdArray_ModuleThreadProcessor, name)
5445 __repr__ = _swig_repr
5446 __swig_destroy__ = _AnimatSimPy.delete_CStdArray_ModuleThreadProcessor
5447 __del__ =
lambda self:
None
5449 def Add(self, lpVal):
5450 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_Add(self, lpVal)
5452 def RemoveAll(self):
5453 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_RemoveAll(self)
5455 def RemoveAt(self, *args):
5456 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_RemoveAt(self, *args)
5458 def SetSize(self, lSize):
5459 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_SetSize(self, lSize)
5461 def InsertAt(self, iPos, lpVal):
5462 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_InsertAt(self, iPos, lpVal)
5465 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_GetSize(self)
5468 return _AnimatSimPy.CStdArray_ModuleThreadProcessor_Clear(self)
5471 this = _AnimatSimPy.new_CStdArray_ModuleThreadProcessor()
5473 self.this.append(this)
5476 CStdArray_ModuleThreadProcessor_swigregister = _AnimatSimPy.CStdArray_ModuleThreadProcessor_swigregister
5477 CStdArray_ModuleThreadProcessor_swigregister(CStdArray_ModuleThreadProcessor)
5480 __swig_setmethods__ = {}
5481 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_CStdVariable, name, value)
5482 __swig_getmethods__ = {}
5483 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_CStdVariable, name)
5484 __repr__ = _swig_repr
5485 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_CStdVariable
5486 __del__ =
lambda self:
None
5488 def Add(self, lpVal):
5489 return _AnimatSimPy.CStdPtrArray_CStdVariable_Add(self, lpVal)
5492 return _AnimatSimPy.CStdPtrArray_CStdVariable_clear(self)
5494 def RemoveAll(self):
5495 return _AnimatSimPy.CStdPtrArray_CStdVariable_RemoveAll(self)
5497 def RemoveAt(self, *args):
5498 return _AnimatSimPy.CStdPtrArray_CStdVariable_RemoveAt(self, *args)
5500 def erase(self, *args):
5501 return _AnimatSimPy.CStdPtrArray_CStdVariable_erase(self, *args)
5503 def SetSize(self, lSize):
5504 return _AnimatSimPy.CStdPtrArray_CStdVariable_SetSize(self, lSize)
5506 def InsertAt(self, iPos, lpVal):
5507 return _AnimatSimPy.CStdPtrArray_CStdVariable_InsertAt(self, iPos, lpVal)
5510 return _AnimatSimPy.CStdPtrArray_CStdVariable_GetSize(self)
5513 return _AnimatSimPy.CStdPtrArray_CStdVariable_Clear(self)
5516 this = _AnimatSimPy.new_CStdPtrArray_CStdVariable()
5518 self.this.append(this)
5521 CStdPtrArray_CStdVariable_swigregister = _AnimatSimPy.CStdPtrArray_CStdVariable_swigregister
5522 CStdPtrArray_CStdVariable_swigregister(CStdPtrArray_CStdVariable)
5525 __swig_setmethods__ = {}
5526 for _s
in [vector_TypePropertyPtr]:
5527 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5528 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_TypeProperty, name, value)
5529 __swig_getmethods__ = {}
5530 for _s
in [vector_TypePropertyPtr]:
5531 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5532 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_TypeProperty, name)
5533 __repr__ = _swig_repr
5534 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_TypeProperty
5535 __del__ =
lambda self:
None
5537 def Add(self, lpVal):
5538 return _AnimatSimPy.CStdPtrArray_TypeProperty_Add(self, lpVal)
5541 return _AnimatSimPy.CStdPtrArray_TypeProperty_clear(self)
5543 def RemoveAll(self):
5544 return _AnimatSimPy.CStdPtrArray_TypeProperty_RemoveAll(self)
5546 def RemoveAt(self, *args):
5547 return _AnimatSimPy.CStdPtrArray_TypeProperty_RemoveAt(self, *args)
5549 def erase(self, *args):
5550 return _AnimatSimPy.CStdPtrArray_TypeProperty_erase(self, *args)
5552 def SetSize(self, lSize):
5553 return _AnimatSimPy.CStdPtrArray_TypeProperty_SetSize(self, lSize)
5555 def InsertAt(self, iPos, lpVal):
5556 return _AnimatSimPy.CStdPtrArray_TypeProperty_InsertAt(self, iPos, lpVal)
5559 return _AnimatSimPy.CStdPtrArray_TypeProperty_GetSize(self)
5562 return _AnimatSimPy.CStdPtrArray_TypeProperty_Clear(self)
5565 this = _AnimatSimPy.new_CStdPtrArray_TypeProperty()
5567 self.this.append(this)
5570 CStdPtrArray_TypeProperty_swigregister = _AnimatSimPy.CStdPtrArray_TypeProperty_swigregister
5571 CStdPtrArray_TypeProperty_swigregister(CStdPtrArray_TypeProperty)
5574 __swig_setmethods__ = {}
5575 for _s
in [vector_ReceptiveFieldPairPtr]:
5576 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5577 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_ReceptiveFieldPair, name, value)
5578 __swig_getmethods__ = {}
5579 for _s
in [vector_ReceptiveFieldPairPtr]:
5580 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5581 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_ReceptiveFieldPair, name)
5582 __repr__ = _swig_repr
5583 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_ReceptiveFieldPair
5584 __del__ =
lambda self:
None
5586 def Add(self, lpVal):
5587 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_Add(self, lpVal)
5590 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_clear(self)
5592 def RemoveAll(self):
5593 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_RemoveAll(self)
5595 def RemoveAt(self, *args):
5596 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_RemoveAt(self, *args)
5598 def erase(self, *args):
5599 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_erase(self, *args)
5601 def SetSize(self, lSize):
5602 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_SetSize(self, lSize)
5604 def InsertAt(self, iPos, lpVal):
5605 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_InsertAt(self, iPos, lpVal)
5608 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_GetSize(self)
5611 return _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_Clear(self)
5614 this = _AnimatSimPy.new_CStdPtrArray_ReceptiveFieldPair()
5616 self.this.append(this)
5619 CStdPtrArray_ReceptiveFieldPair_swigregister = _AnimatSimPy.CStdPtrArray_ReceptiveFieldPair_swigregister
5620 CStdPtrArray_ReceptiveFieldPair_swigregister(CStdPtrArray_ReceptiveFieldPair)
5623 __swig_setmethods__ = {}
5624 for _s
in [vector_ReceptiveFieldPtr]:
5625 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5626 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_ReceptiveField, name, value)
5627 __swig_getmethods__ = {}
5628 for _s
in [vector_ReceptiveFieldPtr]:
5629 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5630 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_ReceptiveField, name)
5631 __repr__ = _swig_repr
5632 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_ReceptiveField
5633 __del__ =
lambda self:
None
5635 def Add(self, lpVal):
5636 return _AnimatSimPy.CStdPtrArray_ReceptiveField_Add(self, lpVal)
5639 return _AnimatSimPy.CStdPtrArray_ReceptiveField_clear(self)
5641 def RemoveAll(self):
5642 return _AnimatSimPy.CStdPtrArray_ReceptiveField_RemoveAll(self)
5644 def RemoveAt(self, *args):
5645 return _AnimatSimPy.CStdPtrArray_ReceptiveField_RemoveAt(self, *args)
5647 def erase(self, *args):
5648 return _AnimatSimPy.CStdPtrArray_ReceptiveField_erase(self, *args)
5650 def SetSize(self, lSize):
5651 return _AnimatSimPy.CStdPtrArray_ReceptiveField_SetSize(self, lSize)
5653 def InsertAt(self, iPos, lpVal):
5654 return _AnimatSimPy.CStdPtrArray_ReceptiveField_InsertAt(self, iPos, lpVal)
5657 return _AnimatSimPy.CStdPtrArray_ReceptiveField_GetSize(self)
5660 return _AnimatSimPy.CStdPtrArray_ReceptiveField_Clear(self)
5663 this = _AnimatSimPy.new_CStdPtrArray_ReceptiveField()
5665 self.this.append(this)
5668 CStdPtrArray_ReceptiveField_swigregister = _AnimatSimPy.CStdPtrArray_ReceptiveField_swigregister
5669 CStdPtrArray_ReceptiveField_swigregister(CStdPtrArray_ReceptiveField)
5672 __swig_setmethods__ = {}
5673 for _s
in [vector_DataColumnPtr]:
5674 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5675 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_DataColumn, name, value)
5676 __swig_getmethods__ = {}
5677 for _s
in [vector_DataColumnPtr]:
5678 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5679 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_DataColumn, name)
5680 __repr__ = _swig_repr
5681 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_DataColumn
5682 __del__ =
lambda self:
None
5684 def Add(self, lpVal):
5685 return _AnimatSimPy.CStdPtrArray_DataColumn_Add(self, lpVal)
5688 return _AnimatSimPy.CStdPtrArray_DataColumn_clear(self)
5690 def RemoveAll(self):
5691 return _AnimatSimPy.CStdPtrArray_DataColumn_RemoveAll(self)
5693 def RemoveAt(self, *args):
5694 return _AnimatSimPy.CStdPtrArray_DataColumn_RemoveAt(self, *args)
5696 def erase(self, *args):
5697 return _AnimatSimPy.CStdPtrArray_DataColumn_erase(self, *args)
5699 def SetSize(self, lSize):
5700 return _AnimatSimPy.CStdPtrArray_DataColumn_SetSize(self, lSize)
5702 def InsertAt(self, iPos, lpVal):
5703 return _AnimatSimPy.CStdPtrArray_DataColumn_InsertAt(self, iPos, lpVal)
5706 return _AnimatSimPy.CStdPtrArray_DataColumn_GetSize(self)
5709 return _AnimatSimPy.CStdPtrArray_DataColumn_Clear(self)
5712 this = _AnimatSimPy.new_CStdPtrArray_DataColumn()
5714 self.this.append(this)
5717 CStdPtrArray_DataColumn_swigregister = _AnimatSimPy.CStdPtrArray_DataColumn_swigregister
5718 CStdPtrArray_DataColumn_swigregister(CStdPtrArray_DataColumn)
5721 __swig_setmethods__ = {}
5722 for _s
in [vector_HudItemPtr]:
5723 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5724 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_HudItem, name, value)
5725 __swig_getmethods__ = {}
5726 for _s
in [vector_HudItemPtr]:
5727 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5728 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_HudItem, name)
5729 __repr__ = _swig_repr
5730 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_HudItem
5731 __del__ =
lambda self:
None
5733 def Add(self, lpVal):
5734 return _AnimatSimPy.CStdPtrArray_HudItem_Add(self, lpVal)
5737 return _AnimatSimPy.CStdPtrArray_HudItem_clear(self)
5739 def RemoveAll(self):
5740 return _AnimatSimPy.CStdPtrArray_HudItem_RemoveAll(self)
5742 def RemoveAt(self, *args):
5743 return _AnimatSimPy.CStdPtrArray_HudItem_RemoveAt(self, *args)
5745 def erase(self, *args):
5746 return _AnimatSimPy.CStdPtrArray_HudItem_erase(self, *args)
5748 def SetSize(self, lSize):
5749 return _AnimatSimPy.CStdPtrArray_HudItem_SetSize(self, lSize)
5751 def InsertAt(self, iPos, lpVal):
5752 return _AnimatSimPy.CStdPtrArray_HudItem_InsertAt(self, iPos, lpVal)
5755 return _AnimatSimPy.CStdPtrArray_HudItem_GetSize(self)
5758 return _AnimatSimPy.CStdPtrArray_HudItem_Clear(self)
5761 this = _AnimatSimPy.new_CStdPtrArray_HudItem()
5763 self.this.append(this)
5766 CStdPtrArray_HudItem_swigregister = _AnimatSimPy.CStdPtrArray_HudItem_swigregister
5767 CStdPtrArray_HudItem_swigregister(CStdPtrArray_HudItem)
5770 __swig_setmethods__ = {}
5771 for _s
in [vector_LightPtr]:
5772 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5773 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_Light, name, value)
5774 __swig_getmethods__ = {}
5775 for _s
in [vector_LightPtr]:
5776 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5777 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_Light, name)
5778 __repr__ = _swig_repr
5779 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_Light
5780 __del__ =
lambda self:
None
5782 def Add(self, lpVal):
5783 return _AnimatSimPy.CStdPtrArray_Light_Add(self, lpVal)
5786 return _AnimatSimPy.CStdPtrArray_Light_clear(self)
5788 def RemoveAll(self):
5789 return _AnimatSimPy.CStdPtrArray_Light_RemoveAll(self)
5791 def RemoveAt(self, *args):
5792 return _AnimatSimPy.CStdPtrArray_Light_RemoveAt(self, *args)
5794 def erase(self, *args):
5795 return _AnimatSimPy.CStdPtrArray_Light_erase(self, *args)
5797 def SetSize(self, lSize):
5798 return _AnimatSimPy.CStdPtrArray_Light_SetSize(self, lSize)
5800 def InsertAt(self, iPos, lpVal):
5801 return _AnimatSimPy.CStdPtrArray_Light_InsertAt(self, iPos, lpVal)
5804 return _AnimatSimPy.CStdPtrArray_Light_GetSize(self)
5807 return _AnimatSimPy.CStdPtrArray_Light_Clear(self)
5810 this = _AnimatSimPy.new_CStdPtrArray_Light()
5812 self.this.append(this)
5815 CStdPtrArray_Light_swigregister = _AnimatSimPy.CStdPtrArray_Light_swigregister
5816 CStdPtrArray_Light_swigregister(CStdPtrArray_Light)
5819 __swig_setmethods__ = {}
5820 for _s
in [vector_MaterialTypePtr]:
5821 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5822 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_MaterialType, name, value)
5823 __swig_getmethods__ = {}
5824 for _s
in [vector_MaterialTypePtr]:
5825 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5826 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_MaterialType, name)
5827 __repr__ = _swig_repr
5828 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_MaterialType
5829 __del__ =
lambda self:
None
5831 def Add(self, lpVal):
5832 return _AnimatSimPy.CStdPtrArray_MaterialType_Add(self, lpVal)
5835 return _AnimatSimPy.CStdPtrArray_MaterialType_clear(self)
5837 def RemoveAll(self):
5838 return _AnimatSimPy.CStdPtrArray_MaterialType_RemoveAll(self)
5840 def RemoveAt(self, *args):
5841 return _AnimatSimPy.CStdPtrArray_MaterialType_RemoveAt(self, *args)
5843 def erase(self, *args):
5844 return _AnimatSimPy.CStdPtrArray_MaterialType_erase(self, *args)
5846 def SetSize(self, lSize):
5847 return _AnimatSimPy.CStdPtrArray_MaterialType_SetSize(self, lSize)
5849 def InsertAt(self, iPos, lpVal):
5850 return _AnimatSimPy.CStdPtrArray_MaterialType_InsertAt(self, iPos, lpVal)
5853 return _AnimatSimPy.CStdPtrArray_MaterialType_GetSize(self)
5856 return _AnimatSimPy.CStdPtrArray_MaterialType_Clear(self)
5859 this = _AnimatSimPy.new_CStdPtrArray_MaterialType()
5861 self.this.append(this)
5864 CStdPtrArray_MaterialType_swigregister = _AnimatSimPy.CStdPtrArray_MaterialType_swigregister
5865 CStdPtrArray_MaterialType_swigregister(CStdPtrArray_MaterialType)
5868 __swig_setmethods__ = {}
5869 for _s
in [vector_AdapterPtr]:
5870 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5871 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_Adapter, name, value)
5872 __swig_getmethods__ = {}
5873 for _s
in [vector_AdapterPtr]:
5874 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5875 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_Adapter, name)
5876 __repr__ = _swig_repr
5877 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_Adapter
5878 __del__ =
lambda self:
None
5880 def Add(self, lpVal):
5881 return _AnimatSimPy.CStdPtrArray_Adapter_Add(self, lpVal)
5884 return _AnimatSimPy.CStdPtrArray_Adapter_clear(self)
5886 def RemoveAll(self):
5887 return _AnimatSimPy.CStdPtrArray_Adapter_RemoveAll(self)
5889 def RemoveAt(self, *args):
5890 return _AnimatSimPy.CStdPtrArray_Adapter_RemoveAt(self, *args)
5892 def erase(self, *args):
5893 return _AnimatSimPy.CStdPtrArray_Adapter_erase(self, *args)
5895 def SetSize(self, lSize):
5896 return _AnimatSimPy.CStdPtrArray_Adapter_SetSize(self, lSize)
5898 def InsertAt(self, iPos, lpVal):
5899 return _AnimatSimPy.CStdPtrArray_Adapter_InsertAt(self, iPos, lpVal)
5902 return _AnimatSimPy.CStdPtrArray_Adapter_GetSize(self)
5905 return _AnimatSimPy.CStdPtrArray_Adapter_Clear(self)
5908 this = _AnimatSimPy.new_CStdPtrArray_Adapter()
5910 self.this.append(this)
5913 CStdPtrArray_Adapter_swigregister = _AnimatSimPy.CStdPtrArray_Adapter_swigregister
5914 CStdPtrArray_Adapter_swigregister(CStdPtrArray_Adapter)
5917 __swig_setmethods__ = {}
5918 for _s
in [vector_RigidBodyPtr]:
5919 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5920 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_RigidBody, name, value)
5921 __swig_getmethods__ = {}
5922 for _s
in [vector_RigidBodyPtr]:
5923 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5924 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_RigidBody, name)
5925 __repr__ = _swig_repr
5926 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_RigidBody
5927 __del__ =
lambda self:
None
5929 def Add(self, lpVal):
5930 return _AnimatSimPy.CStdPtrArray_RigidBody_Add(self, lpVal)
5933 return _AnimatSimPy.CStdPtrArray_RigidBody_clear(self)
5935 def RemoveAll(self):
5936 return _AnimatSimPy.CStdPtrArray_RigidBody_RemoveAll(self)
5938 def RemoveAt(self, *args):
5939 return _AnimatSimPy.CStdPtrArray_RigidBody_RemoveAt(self, *args)
5941 def erase(self, *args):
5942 return _AnimatSimPy.CStdPtrArray_RigidBody_erase(self, *args)
5944 def SetSize(self, lSize):
5945 return _AnimatSimPy.CStdPtrArray_RigidBody_SetSize(self, lSize)
5947 def InsertAt(self, iPos, lpVal):
5948 return _AnimatSimPy.CStdPtrArray_RigidBody_InsertAt(self, iPos, lpVal)
5951 return _AnimatSimPy.CStdPtrArray_RigidBody_GetSize(self)
5954 return _AnimatSimPy.CStdPtrArray_RigidBody_Clear(self)
5957 this = _AnimatSimPy.new_CStdPtrArray_RigidBody()
5959 self.this.append(this)
5962 CStdPtrArray_RigidBody_swigregister = _AnimatSimPy.CStdPtrArray_RigidBody_swigregister
5963 CStdPtrArray_RigidBody_swigregister(CStdPtrArray_RigidBody)
5966 __swig_setmethods__ = {}
5967 for _s
in [vector_RobotIOControlPtr]:
5968 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
5969 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_RobotIOControl, name, value)
5970 __swig_getmethods__ = {}
5971 for _s
in [vector_RobotIOControlPtr]:
5972 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
5973 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_RobotIOControl, name)
5974 __repr__ = _swig_repr
5975 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_RobotIOControl
5976 __del__ =
lambda self:
None
5978 def Add(self, lpVal):
5979 return _AnimatSimPy.CStdPtrArray_RobotIOControl_Add(self, lpVal)
5982 return _AnimatSimPy.CStdPtrArray_RobotIOControl_clear(self)
5984 def RemoveAll(self):
5985 return _AnimatSimPy.CStdPtrArray_RobotIOControl_RemoveAll(self)
5987 def RemoveAt(self, *args):
5988 return _AnimatSimPy.CStdPtrArray_RobotIOControl_RemoveAt(self, *args)
5990 def erase(self, *args):
5991 return _AnimatSimPy.CStdPtrArray_RobotIOControl_erase(self, *args)
5993 def SetSize(self, lSize):
5994 return _AnimatSimPy.CStdPtrArray_RobotIOControl_SetSize(self, lSize)
5996 def InsertAt(self, iPos, lpVal):
5997 return _AnimatSimPy.CStdPtrArray_RobotIOControl_InsertAt(self, iPos, lpVal)
6000 return _AnimatSimPy.CStdPtrArray_RobotIOControl_GetSize(self)
6003 return _AnimatSimPy.CStdPtrArray_RobotIOControl_Clear(self)
6006 this = _AnimatSimPy.new_CStdPtrArray_RobotIOControl()
6008 self.this.append(this)
6011 CStdPtrArray_RobotIOControl_swigregister = _AnimatSimPy.CStdPtrArray_RobotIOControl_swigregister
6012 CStdPtrArray_RobotIOControl_swigregister(CStdPtrArray_RobotIOControl)
6015 __swig_setmethods__ = {}
6016 for _s
in [vector_RobotPartInterfacePtr]:
6017 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6018 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_RobotPartInterface, name, value)
6019 __swig_getmethods__ = {}
6020 for _s
in [vector_RobotPartInterfacePtr]:
6021 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6022 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_RobotPartInterface, name)
6023 __repr__ = _swig_repr
6024 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_RobotPartInterface
6025 __del__ =
lambda self:
None
6027 def Add(self, lpVal):
6028 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_Add(self, lpVal)
6031 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_clear(self)
6033 def RemoveAll(self):
6034 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_RemoveAll(self)
6036 def RemoveAt(self, *args):
6037 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_RemoveAt(self, *args)
6039 def erase(self, *args):
6040 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_erase(self, *args)
6042 def SetSize(self, lSize):
6043 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_SetSize(self, lSize)
6045 def InsertAt(self, iPos, lpVal):
6046 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_InsertAt(self, iPos, lpVal)
6049 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_GetSize(self)
6052 return _AnimatSimPy.CStdPtrArray_RobotPartInterface_Clear(self)
6055 this = _AnimatSimPy.new_CStdPtrArray_RobotPartInterface()
6057 self.this.append(this)
6060 CStdPtrArray_RobotPartInterface_swigregister = _AnimatSimPy.CStdPtrArray_RobotPartInterface_swigregister
6061 CStdPtrArray_RobotPartInterface_swigregister(CStdPtrArray_RobotPartInterface)
6064 __swig_setmethods__ = {}
6065 for _s
in [vector_SimulationWindowPtr]:
6066 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6067 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_SimulationWindow, name, value)
6068 __swig_getmethods__ = {}
6069 for _s
in [vector_SimulationWindowPtr]:
6070 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6071 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_SimulationWindow, name)
6072 __repr__ = _swig_repr
6073 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_SimulationWindow
6074 __del__ =
lambda self:
None
6076 def Add(self, lpVal):
6077 return _AnimatSimPy.CStdPtrArray_SimulationWindow_Add(self, lpVal)
6080 return _AnimatSimPy.CStdPtrArray_SimulationWindow_clear(self)
6082 def RemoveAll(self):
6083 return _AnimatSimPy.CStdPtrArray_SimulationWindow_RemoveAll(self)
6085 def RemoveAt(self, *args):
6086 return _AnimatSimPy.CStdPtrArray_SimulationWindow_RemoveAt(self, *args)
6088 def erase(self, *args):
6089 return _AnimatSimPy.CStdPtrArray_SimulationWindow_erase(self, *args)
6091 def SetSize(self, lSize):
6092 return _AnimatSimPy.CStdPtrArray_SimulationWindow_SetSize(self, lSize)
6094 def InsertAt(self, iPos, lpVal):
6095 return _AnimatSimPy.CStdPtrArray_SimulationWindow_InsertAt(self, iPos, lpVal)
6098 return _AnimatSimPy.CStdPtrArray_SimulationWindow_GetSize(self)
6101 return _AnimatSimPy.CStdPtrArray_SimulationWindow_Clear(self)
6104 this = _AnimatSimPy.new_CStdPtrArray_SimulationWindow()
6106 self.this.append(this)
6109 CStdPtrArray_SimulationWindow_swigregister = _AnimatSimPy.CStdPtrArray_SimulationWindow_swigregister
6110 CStdPtrArray_SimulationWindow_swigregister(CStdPtrArray_SimulationWindow)
6113 __swig_setmethods__ = {}
6114 for _s
in [vector_CollisionPairPtr]:
6115 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6116 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_CollisionPair, name, value)
6117 __swig_getmethods__ = {}
6118 for _s
in [vector_CollisionPairPtr]:
6119 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6120 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_CollisionPair, name)
6121 __repr__ = _swig_repr
6122 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_CollisionPair
6123 __del__ =
lambda self:
None
6125 def Add(self, lpVal):
6126 return _AnimatSimPy.CStdPtrArray_CollisionPair_Add(self, lpVal)
6129 return _AnimatSimPy.CStdPtrArray_CollisionPair_clear(self)
6131 def RemoveAll(self):
6132 return _AnimatSimPy.CStdPtrArray_CollisionPair_RemoveAll(self)
6134 def RemoveAt(self, *args):
6135 return _AnimatSimPy.CStdPtrArray_CollisionPair_RemoveAt(self, *args)
6137 def erase(self, *args):
6138 return _AnimatSimPy.CStdPtrArray_CollisionPair_erase(self, *args)
6140 def SetSize(self, lSize):
6141 return _AnimatSimPy.CStdPtrArray_CollisionPair_SetSize(self, lSize)
6143 def InsertAt(self, iPos, lpVal):
6144 return _AnimatSimPy.CStdPtrArray_CollisionPair_InsertAt(self, iPos, lpVal)
6147 return _AnimatSimPy.CStdPtrArray_CollisionPair_GetSize(self)
6150 return _AnimatSimPy.CStdPtrArray_CollisionPair_Clear(self)
6153 this = _AnimatSimPy.new_CStdPtrArray_CollisionPair()
6155 self.this.append(this)
6158 CStdPtrArray_CollisionPair_swigregister = _AnimatSimPy.CStdPtrArray_CollisionPair_swigregister
6159 CStdPtrArray_CollisionPair_swigregister(CStdPtrArray_CollisionPair)
6162 __swig_setmethods__ = {}
6163 for _s
in [vector_SimulationThread]:
6164 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6165 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_SimulationThread, name, value)
6166 __swig_getmethods__ = {}
6167 for _s
in [vector_SimulationThread]:
6168 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6169 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_SimulationThread, name)
6170 __repr__ = _swig_repr
6171 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_SimulationThread
6172 __del__ =
lambda self:
None
6174 def Add(self, lpVal):
6175 return _AnimatSimPy.CStdPtrArray_SimulationThread_Add(self, lpVal)
6178 return _AnimatSimPy.CStdPtrArray_SimulationThread_clear(self)
6180 def RemoveAll(self):
6181 return _AnimatSimPy.CStdPtrArray_SimulationThread_RemoveAll(self)
6183 def RemoveAt(self, *args):
6184 return _AnimatSimPy.CStdPtrArray_SimulationThread_RemoveAt(self, *args)
6186 def erase(self, *args):
6187 return _AnimatSimPy.CStdPtrArray_SimulationThread_erase(self, *args)
6189 def SetSize(self, lSize):
6190 return _AnimatSimPy.CStdPtrArray_SimulationThread_SetSize(self, lSize)
6192 def InsertAt(self, iPos, lpVal):
6193 return _AnimatSimPy.CStdPtrArray_SimulationThread_InsertAt(self, iPos, lpVal)
6196 return _AnimatSimPy.CStdPtrArray_SimulationThread_GetSize(self)
6199 return _AnimatSimPy.CStdPtrArray_SimulationThread_Clear(self)
6202 this = _AnimatSimPy.new_CStdPtrArray_SimulationThread()
6204 self.this.append(this)
6207 CStdPtrArray_SimulationThread_swigregister = _AnimatSimPy.CStdPtrArray_SimulationThread_swigregister
6208 CStdPtrArray_SimulationThread_swigregister(CStdPtrArray_SimulationThread)
6211 __swig_setmethods__ = {}
6212 for _s
in [vector_Synapse]:
6213 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6214 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_Synapse, name, value)
6215 __swig_getmethods__ = {}
6216 for _s
in [vector_Synapse]:
6217 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6218 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_Synapse, name)
6219 __repr__ = _swig_repr
6220 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_Synapse
6221 __del__ =
lambda self:
None
6223 def Add(self, lpVal):
6224 return _AnimatSimPy.CStdPtrArray_Synapse_Add(self, lpVal)
6227 return _AnimatSimPy.CStdPtrArray_Synapse_clear(self)
6229 def RemoveAll(self):
6230 return _AnimatSimPy.CStdPtrArray_Synapse_RemoveAll(self)
6232 def RemoveAt(self, *args):
6233 return _AnimatSimPy.CStdPtrArray_Synapse_RemoveAt(self, *args)
6235 def erase(self, *args):
6236 return _AnimatSimPy.CStdPtrArray_Synapse_erase(self, *args)
6238 def SetSize(self, lSize):
6239 return _AnimatSimPy.CStdPtrArray_Synapse_SetSize(self, lSize)
6241 def InsertAt(self, iPos, lpVal):
6242 return _AnimatSimPy.CStdPtrArray_Synapse_InsertAt(self, iPos, lpVal)
6245 return _AnimatSimPy.CStdPtrArray_Synapse_GetSize(self)
6248 return _AnimatSimPy.CStdPtrArray_Synapse_Clear(self)
6251 this = _AnimatSimPy.new_CStdPtrArray_Synapse()
6253 self.this.append(this)
6256 CStdPtrArray_Synapse_swigregister = _AnimatSimPy.CStdPtrArray_Synapse_swigregister
6257 CStdPtrArray_Synapse_swigregister(CStdPtrArray_Synapse)
6260 __swig_setmethods__ = {}
6261 for _s
in [vector_Neuron]:
6262 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6263 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrArray_Neuron, name, value)
6264 __swig_getmethods__ = {}
6265 for _s
in [vector_Neuron]:
6266 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6267 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrArray_Neuron, name)
6268 __repr__ = _swig_repr
6269 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrArray_Neuron
6270 __del__ =
lambda self:
None
6272 def Add(self, lpVal):
6273 return _AnimatSimPy.CStdPtrArray_Neuron_Add(self, lpVal)
6276 return _AnimatSimPy.CStdPtrArray_Neuron_clear(self)
6278 def RemoveAll(self):
6279 return _AnimatSimPy.CStdPtrArray_Neuron_RemoveAll(self)
6281 def RemoveAt(self, *args):
6282 return _AnimatSimPy.CStdPtrArray_Neuron_RemoveAt(self, *args)
6284 def erase(self, *args):
6285 return _AnimatSimPy.CStdPtrArray_Neuron_erase(self, *args)
6287 def SetSize(self, lSize):
6288 return _AnimatSimPy.CStdPtrArray_Neuron_SetSize(self, lSize)
6290 def InsertAt(self, iPos, lpVal):
6291 return _AnimatSimPy.CStdPtrArray_Neuron_InsertAt(self, iPos, lpVal)
6294 return _AnimatSimPy.CStdPtrArray_Neuron_GetSize(self)
6297 return _AnimatSimPy.CStdPtrArray_Neuron_Clear(self)
6300 this = _AnimatSimPy.new_CStdPtrArray_Neuron()
6302 self.this.append(this)
6305 CStdPtrArray_Neuron_swigregister = _AnimatSimPy.CStdPtrArray_Neuron_swigregister
6306 CStdPtrArray_Neuron_swigregister(CStdPtrArray_Neuron)
6309 __swig_setmethods__ = {}
6310 for _s
in [CStdArray_float]:
6311 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6312 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdCircularArray_float, name, value)
6313 __swig_getmethods__ = {}
6314 for _s
in [CStdArray_float]:
6315 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6316 __getattr__ =
lambda self, name: _swig_getattr(self, CStdCircularArray_float, name)
6317 __repr__ = _swig_repr
6320 this = _AnimatSimPy.new_CStdCircularArray_float()
6322 self.this.append(this)
6325 __swig_destroy__ = _AnimatSimPy.delete_CStdCircularArray_float
6326 __del__ =
lambda self:
None
6328 def CurrentPos(self):
6329 return _AnimatSimPy.CStdCircularArray_float_CurrentPos(self)
6332 return _AnimatSimPy.CStdCircularArray_float_GetHead(self)
6334 def AddEnd(self, newNum):
6335 return _AnimatSimPy.CStdCircularArray_float_AddEnd(self, newNum)
6337 def GetAt(self, iPos):
6338 return _AnimatSimPy.CStdCircularArray_float_GetAt(self, iPos)
6341 return _AnimatSimPy.CStdCircularArray_float_Average(self)
6342 CStdCircularArray_float_swigregister = _AnimatSimPy.CStdCircularArray_float_swigregister
6343 CStdCircularArray_float_swigregister(CStdCircularArray_float)
6346 __swig_setmethods__ = {}
6347 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdStack_double, name, value)
6348 __swig_getmethods__ = {}
6349 __getattr__ =
lambda self, name: _swig_getattr(self, CStdStack_double, name)
6350 __repr__ = _swig_repr
6351 __swig_destroy__ = _AnimatSimPy.delete_CStdStack_double
6352 __del__ =
lambda self:
None
6354 def RemoveAll(self):
6355 return _AnimatSimPy.CStdStack_double_RemoveAll(self)
6358 return _AnimatSimPy.CStdStack_double_Clear(self)
6361 return _AnimatSimPy.CStdStack_double_clear(self)
6363 def Push(self, lpElement):
6364 return _AnimatSimPy.CStdStack_double_Push(self, lpElement)
6367 return _AnimatSimPy.CStdStack_double_Pop(self)
6370 return _AnimatSimPy.CStdStack_double_Top(self)
6373 return _AnimatSimPy.CStdStack_double_IsEmpty(self)
6376 return _AnimatSimPy.CStdStack_double_GetSize(self)
6379 return _AnimatSimPy.CStdStack_double_Examine(self)
6382 this = _AnimatSimPy.new_CStdStack_double()
6384 self.this.append(this)
6387 CStdStack_double_swigregister = _AnimatSimPy.CStdStack_double_swigregister
6388 CStdStack_double_swigregister(CStdStack_double)
6391 __swig_setmethods__ = {}
6392 for _s
in [map_string_DataColumn]:
6393 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6394 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_DataColumn, name, value)
6395 __swig_getmethods__ = {}
6396 for _s
in [map_string_DataColumn]:
6397 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6398 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_DataColumn, name)
6399 __repr__ = _swig_repr
6400 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_DataColumn
6401 __del__ =
lambda self:
None
6403 def Add(self, oKey, oVal):
6404 return _AnimatSimPy.CStdMap_string_DataColumn_Add(self, oKey, oVal)
6406 def RemoveAll(self):
6407 return _AnimatSimPy.CStdMap_string_DataColumn_RemoveAll(self)
6409 def RemoveAt(self, it):
6410 return _AnimatSimPy.CStdMap_string_DataColumn_RemoveAt(self, it)
6412 def Remove(self, oKey):
6413 return _AnimatSimPy.CStdMap_string_DataColumn_Remove(self, oKey)
6416 return _AnimatSimPy.CStdMap_string_DataColumn_GetSize(self)
6419 return _AnimatSimPy.CStdMap_string_DataColumn_Clear(self)
6422 this = _AnimatSimPy.new_CStdMap_string_DataColumn()
6424 self.this.append(this)
6427 CStdMap_string_DataColumn_swigregister = _AnimatSimPy.CStdMap_string_DataColumn_swigregister
6428 CStdMap_string_DataColumn_swigregister(CStdMap_string_DataColumn)
6431 __swig_setmethods__ = {}
6432 for _s
in [map_string_Odor]:
6433 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6434 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_Odor, name, value)
6435 __swig_getmethods__ = {}
6436 for _s
in [map_string_Odor]:
6437 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6438 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_Odor, name)
6439 __repr__ = _swig_repr
6440 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_Odor
6441 __del__ =
lambda self:
None
6443 def Add(self, oKey, oVal):
6444 return _AnimatSimPy.CStdMap_string_Odor_Add(self, oKey, oVal)
6446 def RemoveAll(self):
6447 return _AnimatSimPy.CStdMap_string_Odor_RemoveAll(self)
6449 def RemoveAt(self, it):
6450 return _AnimatSimPy.CStdMap_string_Odor_RemoveAt(self, it)
6452 def Remove(self, oKey):
6453 return _AnimatSimPy.CStdMap_string_Odor_Remove(self, oKey)
6456 return _AnimatSimPy.CStdMap_string_Odor_GetSize(self)
6459 return _AnimatSimPy.CStdMap_string_Odor_Clear(self)
6462 this = _AnimatSimPy.new_CStdMap_string_Odor()
6464 self.this.append(this)
6467 CStdMap_string_Odor_swigregister = _AnimatSimPy.CStdMap_string_Odor_swigregister
6468 CStdMap_string_Odor_swigregister(CStdMap_string_Odor)
6471 __swig_setmethods__ = {}
6472 for _s
in [map_string_Structure]:
6473 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6474 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_Structure, name, value)
6475 __swig_getmethods__ = {}
6476 for _s
in [map_string_Structure]:
6477 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6478 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_Structure, name)
6479 __repr__ = _swig_repr
6480 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_Structure
6481 __del__ =
lambda self:
None
6483 def Add(self, oKey, oVal):
6484 return _AnimatSimPy.CStdMap_string_Structure_Add(self, oKey, oVal)
6486 def RemoveAll(self):
6487 return _AnimatSimPy.CStdMap_string_Structure_RemoveAll(self)
6489 def RemoveAt(self, it):
6490 return _AnimatSimPy.CStdMap_string_Structure_RemoveAt(self, it)
6492 def Remove(self, oKey):
6493 return _AnimatSimPy.CStdMap_string_Structure_Remove(self, oKey)
6496 return _AnimatSimPy.CStdMap_string_Structure_GetSize(self)
6499 return _AnimatSimPy.CStdMap_string_Structure_Clear(self)
6502 this = _AnimatSimPy.new_CStdMap_string_Structure()
6504 self.this.append(this)
6507 CStdMap_string_Structure_swigregister = _AnimatSimPy.CStdMap_string_Structure_swigregister
6508 CStdMap_string_Structure_swigregister(CStdMap_string_Structure)
6511 __swig_setmethods__ = {}
6512 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_IStdClassFactory, name, value)
6513 __swig_getmethods__ = {}
6514 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_IStdClassFactory, name)
6515 __repr__ = _swig_repr
6516 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_IStdClassFactory
6517 __del__ =
lambda self:
None
6519 def Add(self, oKey, oVal):
6520 return _AnimatSimPy.CStdMap_string_IStdClassFactory_Add(self, oKey, oVal)
6522 def RemoveAll(self):
6523 return _AnimatSimPy.CStdMap_string_IStdClassFactory_RemoveAll(self)
6525 def RemoveAt(self, it):
6526 return _AnimatSimPy.CStdMap_string_IStdClassFactory_RemoveAt(self, it)
6528 def Remove(self, oKey):
6529 return _AnimatSimPy.CStdMap_string_IStdClassFactory_Remove(self, oKey)
6532 return _AnimatSimPy.CStdMap_string_IStdClassFactory_GetSize(self)
6535 return _AnimatSimPy.CStdMap_string_IStdClassFactory_Clear(self)
6538 this = _AnimatSimPy.new_CStdMap_string_IStdClassFactory()
6540 self.this.append(this)
6543 CStdMap_string_IStdClassFactory_swigregister = _AnimatSimPy.CStdMap_string_IStdClassFactory_swigregister
6544 CStdMap_string_IStdClassFactory_swigregister(CStdMap_string_IStdClassFactory)
6547 __swig_setmethods__ = {}
6548 for _s
in [map_string_AnimatBase]:
6549 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6550 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_AnimatBase, name, value)
6551 __swig_getmethods__ = {}
6552 for _s
in [map_string_AnimatBase]:
6553 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6554 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_AnimatBase, name)
6555 __repr__ = _swig_repr
6556 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_AnimatBase
6557 __del__ =
lambda self:
None
6559 def Add(self, oKey, oVal):
6560 return _AnimatSimPy.CStdMap_string_AnimatBase_Add(self, oKey, oVal)
6562 def RemoveAll(self):
6563 return _AnimatSimPy.CStdMap_string_AnimatBase_RemoveAll(self)
6565 def RemoveAt(self, it):
6566 return _AnimatSimPy.CStdMap_string_AnimatBase_RemoveAt(self, it)
6568 def Remove(self, oKey):
6569 return _AnimatSimPy.CStdMap_string_AnimatBase_Remove(self, oKey)
6572 return _AnimatSimPy.CStdMap_string_AnimatBase_GetSize(self)
6575 return _AnimatSimPy.CStdMap_string_AnimatBase_Clear(self)
6578 this = _AnimatSimPy.new_CStdMap_string_AnimatBase()
6580 self.this.append(this)
6583 CStdMap_string_AnimatBase_swigregister = _AnimatSimPy.CStdMap_string_AnimatBase_swigregister
6584 CStdMap_string_AnimatBase_swigregister(CStdMap_string_AnimatBase)
6587 __swig_setmethods__ = {}
6588 for _s
in [map_string_RigidBody]:
6589 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6590 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_RigidBody, name, value)
6591 __swig_getmethods__ = {}
6592 for _s
in [map_string_RigidBody]:
6593 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6594 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_RigidBody, name)
6595 __repr__ = _swig_repr
6596 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_RigidBody
6597 __del__ =
lambda self:
None
6599 def Add(self, oKey, oVal):
6600 return _AnimatSimPy.CStdMap_string_RigidBody_Add(self, oKey, oVal)
6602 def RemoveAll(self):
6603 return _AnimatSimPy.CStdMap_string_RigidBody_RemoveAll(self)
6605 def RemoveAt(self, it):
6606 return _AnimatSimPy.CStdMap_string_RigidBody_RemoveAt(self, it)
6608 def Remove(self, oKey):
6609 return _AnimatSimPy.CStdMap_string_RigidBody_Remove(self, oKey)
6612 return _AnimatSimPy.CStdMap_string_RigidBody_GetSize(self)
6615 return _AnimatSimPy.CStdMap_string_RigidBody_Clear(self)
6618 this = _AnimatSimPy.new_CStdMap_string_RigidBody()
6620 self.this.append(this)
6623 CStdMap_string_RigidBody_swigregister = _AnimatSimPy.CStdMap_string_RigidBody_swigregister
6624 CStdMap_string_RigidBody_swigregister(CStdMap_string_RigidBody)
6627 __swig_setmethods__ = {}
6628 for _s
in [map_string_Joint]:
6629 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6630 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdMap_string_Joint, name, value)
6631 __swig_getmethods__ = {}
6632 for _s
in [map_string_Joint]:
6633 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6634 __getattr__ =
lambda self, name: _swig_getattr(self, CStdMap_string_Joint, name)
6635 __repr__ = _swig_repr
6636 __swig_destroy__ = _AnimatSimPy.delete_CStdMap_string_Joint
6637 __del__ =
lambda self:
None
6639 def Add(self, oKey, oVal):
6640 return _AnimatSimPy.CStdMap_string_Joint_Add(self, oKey, oVal)
6642 def RemoveAll(self):
6643 return _AnimatSimPy.CStdMap_string_Joint_RemoveAll(self)
6645 def RemoveAt(self, it):
6646 return _AnimatSimPy.CStdMap_string_Joint_RemoveAt(self, it)
6648 def Remove(self, oKey):
6649 return _AnimatSimPy.CStdMap_string_Joint_Remove(self, oKey)
6652 return _AnimatSimPy.CStdMap_string_Joint_GetSize(self)
6655 return _AnimatSimPy.CStdMap_string_Joint_Clear(self)
6658 this = _AnimatSimPy.new_CStdMap_string_Joint()
6660 self.this.append(this)
6663 CStdMap_string_Joint_swigregister = _AnimatSimPy.CStdMap_string_Joint_swigregister
6664 CStdMap_string_Joint_swigregister(CStdMap_string_Joint)
6667 __swig_setmethods__ = {}
6668 for _s
in [map_string_ActivatedItem]:
6669 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6670 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_ActivatedItem, name, value)
6671 __swig_getmethods__ = {}
6672 for _s
in [map_string_ActivatedItem]:
6673 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6674 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_ActivatedItem, name)
6675 __repr__ = _swig_repr
6676 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_ActivatedItem
6677 __del__ =
lambda self:
None
6679 def Add(self, oKey, lpVal):
6680 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_Add(self, oKey, lpVal)
6682 def RemoveAll(self):
6683 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_RemoveAll(self)
6685 def Remove(self, oKey):
6686 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_Remove(self, oKey)
6689 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_GetSize(self)
6692 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_Clear(self)
6695 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_clear(self)
6697 def erase(self, oKey):
6698 return _AnimatSimPy.CStdPtrMap_string_ActivatedItem_erase(self, oKey)
6701 this = _AnimatSimPy.new_CStdPtrMap_string_ActivatedItem()
6703 self.this.append(this)
6706 CStdPtrMap_string_ActivatedItem_swigregister = _AnimatSimPy.CStdPtrMap_string_ActivatedItem_swigregister
6707 CStdPtrMap_string_ActivatedItem_swigregister(CStdPtrMap_string_ActivatedItem)
6710 __swig_setmethods__ = {}
6711 for _s
in [map_string_NeuralModule]:
6712 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6713 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_NeuralModule, name, value)
6714 __swig_getmethods__ = {}
6715 for _s
in [map_string_NeuralModule]:
6716 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6717 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_NeuralModule, name)
6718 __repr__ = _swig_repr
6719 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_NeuralModule
6720 __del__ =
lambda self:
None
6722 def Add(self, oKey, lpVal):
6723 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_Add(self, oKey, lpVal)
6725 def RemoveAll(self):
6726 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_RemoveAll(self)
6728 def Remove(self, oKey):
6729 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_Remove(self, oKey)
6732 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_GetSize(self)
6735 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_Clear(self)
6738 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_clear(self)
6740 def erase(self, oKey):
6741 return _AnimatSimPy.CStdPtrMap_string_NeuralModule_erase(self, oKey)
6744 this = _AnimatSimPy.new_CStdPtrMap_string_NeuralModule()
6746 self.this.append(this)
6749 CStdPtrMap_string_NeuralModule_swigregister = _AnimatSimPy.CStdPtrMap_string_NeuralModule_swigregister
6750 CStdPtrMap_string_NeuralModule_swigregister(CStdPtrMap_string_NeuralModule)
6753 __swig_setmethods__ = {}
6754 for _s
in [map_string_Odor]:
6755 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6756 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_Odor, name, value)
6757 __swig_getmethods__ = {}
6758 for _s
in [map_string_Odor]:
6759 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6760 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_Odor, name)
6761 __repr__ = _swig_repr
6762 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_Odor
6763 __del__ =
lambda self:
None
6765 def Add(self, oKey, lpVal):
6766 return _AnimatSimPy.CStdPtrMap_string_Odor_Add(self, oKey, lpVal)
6768 def RemoveAll(self):
6769 return _AnimatSimPy.CStdPtrMap_string_Odor_RemoveAll(self)
6771 def Remove(self, oKey):
6772 return _AnimatSimPy.CStdPtrMap_string_Odor_Remove(self, oKey)
6775 return _AnimatSimPy.CStdPtrMap_string_Odor_GetSize(self)
6778 return _AnimatSimPy.CStdPtrMap_string_Odor_Clear(self)
6781 return _AnimatSimPy.CStdPtrMap_string_Odor_clear(self)
6783 def erase(self, oKey):
6784 return _AnimatSimPy.CStdPtrMap_string_Odor_erase(self, oKey)
6787 this = _AnimatSimPy.new_CStdPtrMap_string_Odor()
6789 self.this.append(this)
6792 CStdPtrMap_string_Odor_swigregister = _AnimatSimPy.CStdPtrMap_string_Odor_swigregister
6793 CStdPtrMap_string_Odor_swigregister(CStdPtrMap_string_Odor)
6796 __swig_setmethods__ = {}
6797 for _s
in [map_string_OdorType]:
6798 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6799 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_OdorType, name, value)
6800 __swig_getmethods__ = {}
6801 for _s
in [map_string_OdorType]:
6802 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6803 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_OdorType, name)
6804 __repr__ = _swig_repr
6805 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_OdorType
6806 __del__ =
lambda self:
None
6808 def Add(self, oKey, lpVal):
6809 return _AnimatSimPy.CStdPtrMap_string_OdorType_Add(self, oKey, lpVal)
6811 def RemoveAll(self):
6812 return _AnimatSimPy.CStdPtrMap_string_OdorType_RemoveAll(self)
6814 def Remove(self, oKey):
6815 return _AnimatSimPy.CStdPtrMap_string_OdorType_Remove(self, oKey)
6818 return _AnimatSimPy.CStdPtrMap_string_OdorType_GetSize(self)
6821 return _AnimatSimPy.CStdPtrMap_string_OdorType_Clear(self)
6824 return _AnimatSimPy.CStdPtrMap_string_OdorType_clear(self)
6826 def erase(self, oKey):
6827 return _AnimatSimPy.CStdPtrMap_string_OdorType_erase(self, oKey)
6830 this = _AnimatSimPy.new_CStdPtrMap_string_OdorType()
6832 self.this.append(this)
6835 CStdPtrMap_string_OdorType_swigregister = _AnimatSimPy.CStdPtrMap_string_OdorType_swigregister
6836 CStdPtrMap_string_OdorType_swigregister(CStdPtrMap_string_OdorType)
6839 __swig_setmethods__ = {}
6840 for _s
in [map_string_Organism]:
6841 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6842 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_Organism, name, value)
6843 __swig_getmethods__ = {}
6844 for _s
in [map_string_Organism]:
6845 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6846 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_Organism, name)
6847 __repr__ = _swig_repr
6848 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_Organism
6849 __del__ =
lambda self:
None
6851 def Add(self, oKey, lpVal):
6852 return _AnimatSimPy.CStdPtrMap_string_Organism_Add(self, oKey, lpVal)
6854 def RemoveAll(self):
6855 return _AnimatSimPy.CStdPtrMap_string_Organism_RemoveAll(self)
6857 def Remove(self, oKey):
6858 return _AnimatSimPy.CStdPtrMap_string_Organism_Remove(self, oKey)
6861 return _AnimatSimPy.CStdPtrMap_string_Organism_GetSize(self)
6864 return _AnimatSimPy.CStdPtrMap_string_Organism_Clear(self)
6867 return _AnimatSimPy.CStdPtrMap_string_Organism_clear(self)
6869 def erase(self, oKey):
6870 return _AnimatSimPy.CStdPtrMap_string_Organism_erase(self, oKey)
6873 this = _AnimatSimPy.new_CStdPtrMap_string_Organism()
6875 self.this.append(this)
6878 CStdPtrMap_string_Organism_swigregister = _AnimatSimPy.CStdPtrMap_string_Organism_swigregister
6879 CStdPtrMap_string_Organism_swigregister(CStdPtrMap_string_Organism)
6882 __swig_setmethods__ = {}
6883 for _s
in [map_string_Structure]:
6884 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
6885 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPtrMap_string_Structure, name, value)
6886 __swig_getmethods__ = {}
6887 for _s
in [map_string_Structure]:
6888 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
6889 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPtrMap_string_Structure, name)
6890 __repr__ = _swig_repr
6891 __swig_destroy__ = _AnimatSimPy.delete_CStdPtrMap_string_Structure
6892 __del__ =
lambda self:
None
6894 def Add(self, oKey, lpVal):
6895 return _AnimatSimPy.CStdPtrMap_string_Structure_Add(self, oKey, lpVal)
6897 def RemoveAll(self):
6898 return _AnimatSimPy.CStdPtrMap_string_Structure_RemoveAll(self)
6900 def Remove(self, oKey):
6901 return _AnimatSimPy.CStdPtrMap_string_Structure_Remove(self, oKey)
6904 return _AnimatSimPy.CStdPtrMap_string_Structure_GetSize(self)
6907 return _AnimatSimPy.CStdPtrMap_string_Structure_Clear(self)
6910 return _AnimatSimPy.CStdPtrMap_string_Structure_clear(self)
6912 def erase(self, oKey):
6913 return _AnimatSimPy.CStdPtrMap_string_Structure_erase(self, oKey)
6916 this = _AnimatSimPy.new_CStdPtrMap_string_Structure()
6918 self.this.append(this)
6921 CStdPtrMap_string_Structure_swigregister = _AnimatSimPy.CStdPtrMap_string_Structure_swigregister
6922 CStdPtrMap_string_Structure_swigregister(CStdPtrMap_string_Structure)
6925 __swig_setmethods__ = {}
6926 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdSerialize, name, value)
6927 __swig_getmethods__ = {}
6928 __getattr__ =
lambda self, name: _swig_getattr(self, CStdSerialize, name)
6929 __repr__ = _swig_repr
6932 this = _AnimatSimPy.new_CStdSerialize()
6934 self.this.append(this)
6937 __swig_destroy__ = _AnimatSimPy.delete_CStdSerialize
6938 __del__ =
lambda self:
None
6941 return _AnimatSimPy.CStdSerialize_Clone(self)
6943 def Copy(self, lpSource):
6944 return _AnimatSimPy.CStdSerialize_Copy(self, lpSource)
6946 def Trace(self, oOs):
6947 return _AnimatSimPy.CStdSerialize_Trace(self, oOs)
6949 def Load(self, oXml):
6950 return _AnimatSimPy.CStdSerialize_Load(self, oXml)
6952 def Save(self, oXml):
6953 return _AnimatSimPy.CStdSerialize_Save(self, oXml)
6954 CStdSerialize_swigregister = _AnimatSimPy.CStdSerialize_swigregister
6955 CStdSerialize_swigregister(CStdSerialize)
6958 def __lshift__(*args):
6959 return _AnimatSimPy.__lshift__(*args)
6960 __lshift__ = _AnimatSimPy.__lshift__
6963 return _AnimatSimPy.Std_SavePoint(*args)
6964 Std_SavePoint = _AnimatSimPy.Std_SavePoint
6967 return _AnimatSimPy.Std_LoadPoint(*args)
6968 Std_LoadPoint = _AnimatSimPy.Std_LoadPoint
6971 return _AnimatSimPy.Std_CalculateDistance(*args)
6972 Std_CalculateDistance = _AnimatSimPy.Std_CalculateDistance
6974 __swig_setmethods__ = {}
6975 __setattr__ =
lambda self, name, value: _swig_setattr(self, CMarkupSTL, name, value)
6976 __swig_getmethods__ = {}
6977 __getattr__ =
lambda self, name: _swig_getattr(self, CMarkupSTL, name)
6978 __repr__ = _swig_repr
6980 def __init__(self, *args):
6981 this = _AnimatSimPy.new_CMarkupSTL(*args)
6983 self.this.append(this)
6986 __swig_destroy__ = _AnimatSimPy.delete_CMarkupSTL
6987 __del__ =
lambda self:
None
6989 def Load(self, szFileName):
6990 return _AnimatSimPy.CMarkupSTL_Load(self, szFileName)
6992 def SetDoc(self, szDoc):
6993 return _AnimatSimPy.CMarkupSTL_SetDoc(self, szDoc)
6995 def IsWellFormed(self):
6996 return _AnimatSimPy.CMarkupSTL_IsWellFormed(self)
6998 def FindElem(self, szName=None):
6999 return _AnimatSimPy.CMarkupSTL_FindElem(self, szName)
7001 def FindChildElem(self, szName=None):
7002 return _AnimatSimPy.CMarkupSTL_FindChildElem(self, szName)
7005 return _AnimatSimPy.CMarkupSTL_IntoElem(self)
7007 def OutOfElem(self):
7008 return _AnimatSimPy.CMarkupSTL_OutOfElem(self)
7010 def ResetChildPos(self):
7011 return _AnimatSimPy.CMarkupSTL_ResetChildPos(self)
7013 def ResetMainPos(self):
7014 return _AnimatSimPy.CMarkupSTL_ResetMainPos(self)
7017 return _AnimatSimPy.CMarkupSTL_ResetPos(self)
7019 def GetTagName(self):
7020 return _AnimatSimPy.CMarkupSTL_GetTagName(self)
7022 def GetChildTagName(self):
7023 return _AnimatSimPy.CMarkupSTL_GetChildTagName(self)
7026 return _AnimatSimPy.CMarkupSTL_GetData(self)
7028 def GetChildData(self):
7029 return _AnimatSimPy.CMarkupSTL_GetChildData(self)
7031 def GetAttrib(self, szAttrib):
7032 return _AnimatSimPy.CMarkupSTL_GetAttrib(self, szAttrib)
7034 def GetChildAttrib(self, szAttrib):
7035 return _AnimatSimPy.CMarkupSTL_GetChildAttrib(self, szAttrib)
7037 def GetAttribName(self, n):
7038 return _AnimatSimPy.CMarkupSTL_GetAttribName(self, n)
7040 def SavePos(self, *args):
7041 return _AnimatSimPy.CMarkupSTL_SavePos(self, *args)
7043 def RestorePos(self, *args):
7044 return _AnimatSimPy.CMarkupSTL_RestorePos(self, *args)
7046 def GetOffsets(self, nStart, nEnd):
7047 return _AnimatSimPy.CMarkupSTL_GetOffsets(self, nStart, nEnd)
7050 return _AnimatSimPy.CMarkupSTL_GetError(self)
7051 MNT_ELEMENT = _AnimatSimPy.CMarkupSTL_MNT_ELEMENT
7052 MNT_TEXT = _AnimatSimPy.CMarkupSTL_MNT_TEXT
7053 MNT_WHITESPACE = _AnimatSimPy.CMarkupSTL_MNT_WHITESPACE
7054 MNT_CDATA_SECTION = _AnimatSimPy.CMarkupSTL_MNT_CDATA_SECTION
7055 MNT_PROCESSING_INSTRUCTION = _AnimatSimPy.CMarkupSTL_MNT_PROCESSING_INSTRUCTION
7056 MNT_COMMENT = _AnimatSimPy.CMarkupSTL_MNT_COMMENT
7057 MNT_DOCUMENT_TYPE = _AnimatSimPy.CMarkupSTL_MNT_DOCUMENT_TYPE
7058 MNT_EXCLUDE_WHITESPACE = _AnimatSimPy.CMarkupSTL_MNT_EXCLUDE_WHITESPACE
7060 def Save(self, szFileName):
7061 return _AnimatSimPy.CMarkupSTL_Save(self, szFileName)
7064 return _AnimatSimPy.CMarkupSTL_GetDoc(self)
7066 def AddElem(self, szName, szData=None):
7067 return _AnimatSimPy.CMarkupSTL_AddElem(self, szName, szData)
7069 def InsertElem(self, szName, szData=None):
7070 return _AnimatSimPy.CMarkupSTL_InsertElem(self, szName, szData)
7072 def AddChildElem(self, szName, szData=None):
7073 return _AnimatSimPy.CMarkupSTL_AddChildElem(self, szName, szData)
7075 def InsertChildElem(self, szName, szData=None):
7076 return _AnimatSimPy.CMarkupSTL_InsertChildElem(self, szName, szData)
7078 def AddAttrib(self, *args):
7079 return _AnimatSimPy.CMarkupSTL_AddAttrib(self, *args)
7081 def AddChildAttrib(self, *args):
7082 return _AnimatSimPy.CMarkupSTL_AddChildAttrib(self, *args)
7084 def AddChildSubDoc(self, szSubDoc):
7085 return _AnimatSimPy.CMarkupSTL_AddChildSubDoc(self, szSubDoc)
7087 def InsertChildSubDoc(self, szSubDoc):
7088 return _AnimatSimPy.CMarkupSTL_InsertChildSubDoc(self, szSubDoc)
7090 def GetChildSubDoc(self):
7091 return _AnimatSimPy.CMarkupSTL_GetChildSubDoc(self)
7093 def RemoveElem(self):
7094 return _AnimatSimPy.CMarkupSTL_RemoveElem(self)
7096 def RemoveChildElem(self):
7097 return _AnimatSimPy.CMarkupSTL_RemoveChildElem(self)
7099 def SetAttrib(self, *args):
7100 return _AnimatSimPy.CMarkupSTL_SetAttrib(self, *args)
7102 def SetChildAttrib(self, *args):
7103 return _AnimatSimPy.CMarkupSTL_SetChildAttrib(self, *args)
7105 def SetData(self, szData, nCDATA=0):
7106 return _AnimatSimPy.CMarkupSTL_SetData(self, szData, nCDATA)
7108 def SetChildData(self, szData, nCDATA=0):
7109 return _AnimatSimPy.CMarkupSTL_SetChildData(self, szData, nCDATA)
7110 CMarkupSTL_swigregister = _AnimatSimPy.CMarkupSTL_swigregister
7111 CMarkupSTL_swigregister(CMarkupSTL)
7114 __swig_setmethods__ = {}
7115 for _s
in [CMarkupSTL]:
7116 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
7117 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdXml, name, value)
7118 __swig_getmethods__ = {}
7119 for _s
in [CMarkupSTL]:
7120 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
7121 __getattr__ =
lambda self, name: _swig_getattr(self, CStdXml, name)
7122 __repr__ = _swig_repr
7125 this = _AnimatSimPy.new_CStdXml()
7127 self.this.append(this)
7130 __swig_destroy__ = _AnimatSimPy.delete_CStdXml
7131 __del__ =
lambda self:
None
7133 def Serialize(self):
7134 return _AnimatSimPy.CStdXml_Serialize(self)
7136 def Deserialize(self, strXml):
7137 return _AnimatSimPy.CStdXml_Deserialize(self, strXml)
7140 return _AnimatSimPy.CStdXml_IntoElem(self)
7142 def OutOfElem(self):
7143 return _AnimatSimPy.CStdXml_OutOfElem(self)
7145 def FullTagPath(self, bAddChildName=True):
7146 return _AnimatSimPy.CStdXml_FullTagPath(self, bAddChildName)
7148 def NumberOfChildren(self):
7149 return _AnimatSimPy.CStdXml_NumberOfChildren(self)
7151 def FindElement(self, strElementName, fThrowError=True):
7152 return _AnimatSimPy.CStdXml_FindElement(self, strElementName, fThrowError)
7154 def FindChildByIndex(self, iIndex, bThrowError=True):
7155 return _AnimatSimPy.CStdXml_FindChildByIndex(self, iIndex, bThrowError)
7157 def FindChildElement(self, strElementName, fThrowError=True):
7158 return _AnimatSimPy.CStdXml_FindChildElement(self, strElementName, fThrowError)
7160 def IntoChildElement(self, strElementName, bThrowError=True):
7161 return _AnimatSimPy.CStdXml_IntoChildElement(self, strElementName, bThrowError)
7163 def GetChildString(self, *args):
7164 return _AnimatSimPy.CStdXml_GetChildString(self, *args)
7166 def GetChildLong(self, *args):
7167 return _AnimatSimPy.CStdXml_GetChildLong(self, *args)
7169 def GetChildInt(self, *args):
7170 return _AnimatSimPy.CStdXml_GetChildInt(self, *args)
7172 def GetChildDouble(self, *args):
7173 return _AnimatSimPy.CStdXml_GetChildDouble(self, *args)
7175 def GetChildFloat(self, *args):
7176 return _AnimatSimPy.CStdXml_GetChildFloat(self, *args)
7178 def GetChildBool(self, *args):
7179 return _AnimatSimPy.CStdXml_GetChildBool(self, *args)
7181 def AddElement(self, *args):
7182 return _AnimatSimPy.CStdXml_AddElement(self, *args)
7184 def AddChildElement(self, *args):
7185 return _AnimatSimPy.CStdXml_AddChildElement(self, *args)
7187 def AddChildCData(self, strElementName, strCData):
7188 return _AnimatSimPy.CStdXml_AddChildCData(self, strElementName, strCData)
7190 def GetAttribString(self, *args):
7191 return _AnimatSimPy.CStdXml_GetAttribString(self, *args)
7193 def GetAttribLong(self, strAttribName, bThrowError=True, lDefault=0):
7194 return _AnimatSimPy.CStdXml_GetAttribLong(self, strAttribName, bThrowError, lDefault)
7196 def GetAttribInt(self, strAttribName, bThrowError=True, iDefault=0):
7197 return _AnimatSimPy.CStdXml_GetAttribInt(self, strAttribName, bThrowError, iDefault)
7199 def GetAttribDouble(self, strAttribName, bThrowError=True, dblDefault=0):
7200 return _AnimatSimPy.CStdXml_GetAttribDouble(self, strAttribName, bThrowError, dblDefault)
7202 def GetAttribFloat(self, strAttribName, bThrowError=True, fltDefault=0):
7203 return _AnimatSimPy.CStdXml_GetAttribFloat(self, strAttribName, bThrowError, fltDefault)
7205 def GetAttribBool(self, strAttribName, bThrowError=True, bDefault=False):
7206 return _AnimatSimPy.CStdXml_GetAttribBool(self, strAttribName, bThrowError, bDefault)
7208 def SetAttrib(self, *args):
7209 return _AnimatSimPy.CStdXml_SetAttrib(self, *args)
7211 def GetChildAttribString(self, *args):
7212 return _AnimatSimPy.CStdXml_GetChildAttribString(self, *args)
7214 def GetChildAttribLong(self, strAttribName, bThrowError=True, lDefault=0):
7215 return _AnimatSimPy.CStdXml_GetChildAttribLong(self, strAttribName, bThrowError, lDefault)
7217 def GetChildAttribInt(self, strAttribName, bThrowError=True, iDefault=0):
7218 return _AnimatSimPy.CStdXml_GetChildAttribInt(self, strAttribName, bThrowError, iDefault)
7220 def GetChildAttribDouble(self, strAttribName, bThrowError=True, dblDefault=0):
7221 return _AnimatSimPy.CStdXml_GetChildAttribDouble(self, strAttribName, bThrowError, dblDefault)
7223 def GetChildAttribFloat(self, strAttribName, bThrowError=True, fltDefault=0):
7224 return _AnimatSimPy.CStdXml_GetChildAttribFloat(self, strAttribName, bThrowError, fltDefault)
7226 def GetChildAttribBool(self, strAttribName, bThrowError=True, bDefault=False):
7227 return _AnimatSimPy.CStdXml_GetChildAttribBool(self, strAttribName, bThrowError, bDefault)
7229 def SetChildAttrib(self, *args):
7230 return _AnimatSimPy.CStdXml_SetChildAttrib(self, *args)
7232 def AddChildDoc(self, strDoc):
7233 return _AnimatSimPy.CStdXml_AddChildDoc(self, strDoc)
7235 def GetChildDoc(self):
7236 return _AnimatSimPy.CStdXml_GetChildDoc(self)
7238 def GetParentTagName(self):
7239 return _AnimatSimPy.CStdXml_GetParentTagName(self)
7241 def Load(self, strFilename):
7242 return _AnimatSimPy.CStdXml_Load(self, strFilename)
7244 def Save(self, strFilename):
7245 return _AnimatSimPy.CStdXml_Save(self, strFilename)
7246 CStdXml_swigregister = _AnimatSimPy.CStdXml_swigregister
7247 CStdXml_swigregister(CStdXml)
7250 __swig_setmethods__ = {}
7251 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdFont, name, value)
7252 __swig_getmethods__ = {}
7253 __getattr__ =
lambda self, name: _swig_getattr(self, CStdFont, name)
7254 __repr__ = _swig_repr
7255 __swig_setmethods__[
"m_strName"] = _AnimatSimPy.CStdFont_m_strName_set
7256 __swig_getmethods__[
"m_strName"] = _AnimatSimPy.CStdFont_m_strName_get
7258 m_strName = _swig_property(_AnimatSimPy.CStdFont_m_strName_get, _AnimatSimPy.CStdFont_m_strName_set)
7259 __swig_setmethods__[
"m_fltSize"] = _AnimatSimPy.CStdFont_m_fltSize_set
7260 __swig_getmethods__[
"m_fltSize"] = _AnimatSimPy.CStdFont_m_fltSize_get
7262 m_fltSize = _swig_property(_AnimatSimPy.CStdFont_m_fltSize_get, _AnimatSimPy.CStdFont_m_fltSize_set)
7263 __swig_setmethods__[
"m_fltWeight"] = _AnimatSimPy.CStdFont_m_fltWeight_set
7264 __swig_getmethods__[
"m_fltWeight"] = _AnimatSimPy.CStdFont_m_fltWeight_get
7266 m_fltWeight = _swig_property(_AnimatSimPy.CStdFont_m_fltWeight_get, _AnimatSimPy.CStdFont_m_fltWeight_set)
7267 __swig_setmethods__[
"m_bBold"] = _AnimatSimPy.CStdFont_m_bBold_set
7268 __swig_getmethods__[
"m_bBold"] = _AnimatSimPy.CStdFont_m_bBold_get
7270 m_bBold = _swig_property(_AnimatSimPy.CStdFont_m_bBold_get, _AnimatSimPy.CStdFont_m_bBold_set)
7271 __swig_setmethods__[
"m_bItalic"] = _AnimatSimPy.CStdFont_m_bItalic_set
7272 __swig_getmethods__[
"m_bItalic"] = _AnimatSimPy.CStdFont_m_bItalic_get
7274 m_bItalic = _swig_property(_AnimatSimPy.CStdFont_m_bItalic_get, _AnimatSimPy.CStdFont_m_bItalic_set)
7275 __swig_setmethods__[
"m_bStrikethrough"] = _AnimatSimPy.CStdFont_m_bStrikethrough_set
7276 __swig_getmethods__[
"m_bStrikethrough"] = _AnimatSimPy.CStdFont_m_bStrikethrough_get
7278 m_bStrikethrough = _swig_property(_AnimatSimPy.CStdFont_m_bStrikethrough_get, _AnimatSimPy.CStdFont_m_bStrikethrough_set)
7279 __swig_setmethods__[
"m_bUnderline"] = _AnimatSimPy.CStdFont_m_bUnderline_set
7280 __swig_getmethods__[
"m_bUnderline"] = _AnimatSimPy.CStdFont_m_bUnderline_get
7282 m_bUnderline = _swig_property(_AnimatSimPy.CStdFont_m_bUnderline_get, _AnimatSimPy.CStdFont_m_bUnderline_set)
7285 this = _AnimatSimPy.new_CStdFont()
7287 self.this.append(this)
7290 __swig_destroy__ = _AnimatSimPy.delete_CStdFont
7291 __del__ =
lambda self:
None
7293 def Load(self, oXml, strParamName, bThrowError=False):
7294 return _AnimatSimPy.CStdFont_Load(self, oXml, strParamName, bThrowError)
7296 def Save(self, oXml, strParamName):
7297 return _AnimatSimPy.CStdFont_Save(self, oXml, strParamName)
7298 CStdFont_swigregister = _AnimatSimPy.CStdFont_swigregister
7299 CStdFont_swigregister(CStdFont)
7302 __swig_setmethods__ = {}
7303 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdVariable, name, value)
7304 __swig_getmethods__ = {}
7305 __getattr__ =
lambda self, name: _swig_getattr(self, CStdVariable, name)
7306 __repr__ = _swig_repr
7307 __swig_setmethods__[
"m_strVariable"] = _AnimatSimPy.CStdVariable_m_strVariable_set
7308 __swig_getmethods__[
"m_strVariable"] = _AnimatSimPy.CStdVariable_m_strVariable_get
7310 m_strVariable = _swig_property(_AnimatSimPy.CStdVariable_m_strVariable_get, _AnimatSimPy.CStdVariable_m_strVariable_set)
7311 __swig_setmethods__[
"m_dblValue"] = _AnimatSimPy.CStdVariable_m_dblValue_set
7312 __swig_getmethods__[
"m_dblValue"] = _AnimatSimPy.CStdVariable_m_dblValue_get
7314 m_dblValue = _swig_property(_AnimatSimPy.CStdVariable_m_dblValue_get, _AnimatSimPy.CStdVariable_m_dblValue_set)
7317 this = _AnimatSimPy.new_CStdVariable()
7319 self.this.append(this)
7322 __swig_destroy__ = _AnimatSimPy.delete_CStdVariable
7323 __del__ =
lambda self:
None
7324 CStdVariable_swigregister = _AnimatSimPy.CStdVariable_swigregister
7325 CStdVariable_swigregister(CStdVariable)
7328 __swig_setmethods__ = {}
7329 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPostFixEval, name, value)
7330 __swig_getmethods__ = {}
7331 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPostFixEval, name)
7332 __repr__ = _swig_repr
7335 this = _AnimatSimPy.new_CStdPostFixEval()
7337 self.this.append(this)
7340 __swig_destroy__ = _AnimatSimPy.delete_CStdPostFixEval
7341 __del__ =
lambda self:
None
7343 def AddVariable(self, strVarName):
7344 return _AnimatSimPy.CStdPostFixEval_AddVariable(self, strVarName)
7346 def SetVariable(self, strVarName, dblVal):
7347 return _AnimatSimPy.CStdPostFixEval_SetVariable(self, strVarName, dblVal)
7350 return _AnimatSimPy.CStdPostFixEval_Solution(self)
7352 def Equation(self, *args):
7353 return _AnimatSimPy.CStdPostFixEval_Equation(self, *args)
7356 return _AnimatSimPy.CStdPostFixEval_Solve(self)
7357 CStdPostFixEval_swigregister = _AnimatSimPy.CStdPostFixEval_swigregister
7358 CStdPostFixEval_swigregister(CStdPostFixEval)
7361 _AnimatSimPy.StdVtEmpty_swigconstant(_AnimatSimPy)
7362 StdVtEmpty = _AnimatSimPy.StdVtEmpty
7364 _AnimatSimPy.StdVtShort_swigconstant(_AnimatSimPy)
7365 StdVtShort = _AnimatSimPy.StdVtShort
7367 _AnimatSimPy.StdVtLong_swigconstant(_AnimatSimPy)
7368 StdVtLong = _AnimatSimPy.StdVtLong
7370 _AnimatSimPy.StdVtFloat_swigconstant(_AnimatSimPy)
7371 StdVtFloat = _AnimatSimPy.StdVtFloat
7373 _AnimatSimPy.StdVtDouble_swigconstant(_AnimatSimPy)
7374 StdVtDouble = _AnimatSimPy.StdVtDouble
7376 _AnimatSimPy.StdVtBool_swigconstant(_AnimatSimPy)
7377 StdVtBool = _AnimatSimPy.StdVtBool
7379 _AnimatSimPy.StdVtChar_swigconstant(_AnimatSimPy)
7380 StdVtChar = _AnimatSimPy.StdVtChar
7382 _AnimatSimPy.StdVtUChar_swigconstant(_AnimatSimPy)
7383 StdVtUChar = _AnimatSimPy.StdVtUChar
7385 _AnimatSimPy.StdVtUShort_swigconstant(_AnimatSimPy)
7386 StdVtUShort = _AnimatSimPy.StdVtUShort
7388 _AnimatSimPy.StdVtULong_swigconstant(_AnimatSimPy)
7389 StdVtULong = _AnimatSimPy.StdVtULong
7391 _AnimatSimPy.StdVtInt_swigconstant(_AnimatSimPy)
7392 StdVtInt = _AnimatSimPy.StdVtInt
7394 _AnimatSimPy.StdVtUInt_swigconstant(_AnimatSimPy)
7395 StdVtUInt = _AnimatSimPy.StdVtUInt
7397 _AnimatSimPy.StdVtString_swigconstant(_AnimatSimPy)
7398 StdVtString = _AnimatSimPy.StdVtString
7400 __swig_setmethods__ = {}
7401 for _s
in [CStdSerialize]:
7402 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
7403 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdVariant, name, value)
7404 __swig_getmethods__ = {}
7405 for _s
in [CStdSerialize]:
7406 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
7407 __getattr__ =
lambda self, name: _swig_getattr(self, CStdVariant, name)
7408 __repr__ = _swig_repr
7411 this = _AnimatSimPy.new_CStdVariant()
7413 self.this.append(this)
7416 __swig_destroy__ = _AnimatSimPy.delete_CStdVariant
7417 __del__ =
lambda self:
None
7420 return _AnimatSimPy.CStdVariant_Reset(self)
7422 def VariantType(self):
7423 return _AnimatSimPy.CStdVariant_VariantType(self)
7425 def VariantTypeName(self):
7426 return _AnimatSimPy.CStdVariant_VariantTypeName(self)
7428 def GetShort(self, bConvert=True):
7429 return _AnimatSimPy.CStdVariant_GetShort(self, bConvert)
7431 def GetShortPtr(self):
7432 return _AnimatSimPy.CStdVariant_GetShortPtr(self)
7434 def GetLong(self, bConvert=True):
7435 return _AnimatSimPy.CStdVariant_GetLong(self, bConvert)
7437 def GetLongPtr(self):
7438 return _AnimatSimPy.CStdVariant_GetLongPtr(self)
7440 def GetFloat(self, bConvert=True):
7441 return _AnimatSimPy.CStdVariant_GetFloat(self, bConvert)
7443 def GetFloatPtr(self):
7444 return _AnimatSimPy.CStdVariant_GetFloatPtr(self)
7446 def GetDouble(self, bConvert=True):
7447 return _AnimatSimPy.CStdVariant_GetDouble(self, bConvert)
7449 def GetDoublePtr(self):
7450 return _AnimatSimPy.CStdVariant_GetDoublePtr(self)
7452 def GetBool(self, bConvert=True):
7453 return _AnimatSimPy.CStdVariant_GetBool(self, bConvert)
7455 def GetBoolPtr(self):
7456 return _AnimatSimPy.CStdVariant_GetBoolPtr(self)
7458 def GetChar(self, bConvert=True):
7459 return _AnimatSimPy.CStdVariant_GetChar(self, bConvert)
7461 def GetCharPtr(self):
7462 return _AnimatSimPy.CStdVariant_GetCharPtr(self)
7464 def GetUChar(self, bConvert=True):
7465 return _AnimatSimPy.CStdVariant_GetUChar(self, bConvert)
7467 def GetUCharPtr(self):
7468 return _AnimatSimPy.CStdVariant_GetUCharPtr(self)
7470 def GetUShort(self, bConvert=True):
7471 return _AnimatSimPy.CStdVariant_GetUShort(self, bConvert)
7473 def GetUShortPtr(self):
7474 return _AnimatSimPy.CStdVariant_GetUShortPtr(self)
7476 def GetULong(self, bConvert=True):
7477 return _AnimatSimPy.CStdVariant_GetULong(self, bConvert)
7479 def GetULongPtr(self):
7480 return _AnimatSimPy.CStdVariant_GetULongPtr(self)
7482 def GetInt(self, bConvert=True):
7483 return _AnimatSimPy.CStdVariant_GetInt(self, bConvert)
7485 def GetIntPtr(self):
7486 return _AnimatSimPy.CStdVariant_GetIntPtr(self)
7488 def GetUInt(self, bConvert=True):
7489 return _AnimatSimPy.CStdVariant_GetUInt(self, bConvert)
7491 def GetUIntPtr(self):
7492 return _AnimatSimPy.CStdVariant_GetUIntPtr(self)
7494 def GetString(self, bConvert=True):
7495 return _AnimatSimPy.CStdVariant_GetString(self, bConvert)
7497 def GetNumericString(self):
7498 return _AnimatSimPy.CStdVariant_GetNumericString(self)
7500 def GetStringPtr(self):
7501 return _AnimatSimPy.CStdVariant_GetStringPtr(self)
7503 def SetValue(self, *args):
7504 return _AnimatSimPy.CStdVariant_SetValue(self, *args)
7506 def SetPtr(self, *args):
7507 return _AnimatSimPy.CStdVariant_SetPtr(self, *args)
7509 def Copy(self, oVar):
7510 return _AnimatSimPy.CStdVariant_Copy(self, oVar)
7513 return _AnimatSimPy.CStdVariant_Clone(self)
7515 def Trace(self, oOs):
7516 return _AnimatSimPy.CStdVariant_Trace(self, oOs)
7518 def Load(self, oXml):
7519 return _AnimatSimPy.CStdVariant_Load(self, oXml)
7521 def Save(self, oXml):
7522 return _AnimatSimPy.CStdVariant_Save(self, oXml)
7523 CStdVariant_swigregister = _AnimatSimPy.CStdVariant_swigregister
7524 CStdVariant_swigregister(CStdVariant)
7527 __swig_setmethods__ = {}
7528 __setattr__ =
lambda self, name, value: _swig_setattr(self, IStdClassFactory, name, value)
7529 __swig_getmethods__ = {}
7530 __getattr__ =
lambda self, name: _swig_getattr(self, IStdClassFactory, name)
7532 def __init__(self, *args, **kwargs):
7533 raise AttributeError(
"No constructor defined - class is abstract")
7534 __repr__ = _swig_repr
7535 __swig_destroy__ = _AnimatSimPy.delete_IStdClassFactory
7536 __del__ =
lambda self:
None
7538 def CreateObject(self, strClassType, strObjectType, bThrowError=True):
7539 return _AnimatSimPy.IStdClassFactory_CreateObject(self, strClassType, strObjectType, bThrowError)
7540 __swig_getmethods__[
"LoadModule"] =
lambda x: _AnimatSimPy.IStdClassFactory_LoadModule
7542 LoadModule = staticmethod(_AnimatSimPy.IStdClassFactory_LoadModule)
7543 IStdClassFactory_swigregister = _AnimatSimPy.IStdClassFactory_swigregister
7544 IStdClassFactory_swigregister(IStdClassFactory)
7546 def IStdClassFactory_LoadModule(strModuleName, bThrowError=True):
7547 return _AnimatSimPy.IStdClassFactory_LoadModule(strModuleName, bThrowError)
7548 IStdClassFactory_LoadModule = _AnimatSimPy.IStdClassFactory_LoadModule
7551 __swig_setmethods__ = {}
7552 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdLookupTable, name, value)
7553 __swig_getmethods__ = {}
7554 __getattr__ =
lambda self, name: _swig_getattr(self, CStdLookupTable, name)
7555 __repr__ = _swig_repr
7558 this = _AnimatSimPy.new_CStdLookupTable()
7560 self.this.append(this)
7563 __swig_destroy__ = _AnimatSimPy.delete_CStdLookupTable
7564 __del__ =
lambda self:
None
7566 def InitialPointCount(self):
7567 return _AnimatSimPy.CStdLookupTable_InitialPointCount(self)
7569 def InitialPoint(self, iIndex):
7570 return _AnimatSimPy.CStdLookupTable_InitialPoint(self, iIndex)
7572 def TableSize(self):
7573 return _AnimatSimPy.CStdLookupTable_TableSize(self)
7576 return _AnimatSimPy.CStdLookupTable_Delta(self)
7579 return _AnimatSimPy.CStdLookupTable_StartX(self)
7582 return _AnimatSimPy.CStdLookupTable_EndX(self)
7584 def UseLowLimitValue(self, *args):
7585 return _AnimatSimPy.CStdLookupTable_UseLowLimitValue(self, *args)
7587 def UseHighLimitValue(self, *args):
7588 return _AnimatSimPy.CStdLookupTable_UseHighLimitValue(self, *args)
7590 def LowLimitValue(self, *args):
7591 return _AnimatSimPy.CStdLookupTable_LowLimitValue(self, *args)
7593 def HighLimitValue(self, *args):
7594 return _AnimatSimPy.CStdLookupTable_HighLimitValue(self, *args)
7596 def AddPoint(self, dblX, dblY):
7597 return _AnimatSimPy.CStdLookupTable_AddPoint(self, dblX, dblY)
7599 def Initialize(self):
7600 return _AnimatSimPy.CStdLookupTable_Initialize(self)
7603 return _AnimatSimPy.CStdLookupTable_Clear(self)
7605 def Evaluate(self, dblX):
7606 return _AnimatSimPy.CStdLookupTable_Evaluate(self, dblX)
7608 def Load(self, oXml, strParamName, bThrowError=False):
7609 return _AnimatSimPy.CStdLookupTable_Load(self, oXml, strParamName, bThrowError)
7611 def Save(self, oXml, strParamName):
7612 return _AnimatSimPy.CStdLookupTable_Save(self, oXml, strParamName)
7613 CStdLookupTable_swigregister = _AnimatSimPy.CStdLookupTable_swigregister
7614 CStdLookupTable_swigregister(CStdLookupTable)
7617 __swig_setmethods__ = {}
7618 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdFixed, name, value)
7619 __swig_getmethods__ = {}
7620 __getattr__ =
lambda self, name: _swig_getattr(self, CStdFixed, name)
7621 __repr__ = _swig_repr
7623 def __init__(self, *args):
7624 this = _AnimatSimPy.new_CStdFixed(*args)
7626 self.this.append(this)
7629 __swig_destroy__ = _AnimatSimPy.delete_CStdFixed
7630 __del__ =
lambda self:
None
7633 return _AnimatSimPy.CStdFixed_M(self)
7636 return _AnimatSimPy.CStdFixed_N(self)
7639 return _AnimatSimPy.CStdFixed_MultM(self)
7642 return _AnimatSimPy.CStdFixed_MultN(self)
7645 return _AnimatSimPy.CStdFixed_FixedVal(self)
7647 def Fixed(self, lVal):
7648 return _AnimatSimPy.CStdFixed_Fixed(self, lVal)
7651 return _AnimatSimPy.CStdFixed_GetFloat(self)
7653 def GetFloatPtr(self):
7654 return _AnimatSimPy.CStdFixed_GetFloatPtr(self)
7656 def GetDouble(self):
7657 return _AnimatSimPy.CStdFixed_GetDouble(self)
7659 def GetDoublePtr(self):
7660 return _AnimatSimPy.CStdFixed_GetDoublePtr(self)
7662 def GetLongPtr(self):
7663 return _AnimatSimPy.CStdFixed_GetLongPtr(self)
7665 def Configure(self, iM, iN, iMultM=-1, iMultN=-1):
7666 return _AnimatSimPy.CStdFixed_Configure(self, iM, iN, iMultM, iMultN)
7668 def __add__(self, *args):
7669 return _AnimatSimPy.CStdFixed___add__(self, *args)
7671 def __iadd__(self, *args):
7672 return _AnimatSimPy.CStdFixed___iadd__(self, *args)
7674 def __sub__(self, *args):
7675 return _AnimatSimPy.CStdFixed___sub__(self, *args)
7677 def __isub__(self, *args):
7678 return _AnimatSimPy.CStdFixed___isub__(self, *args)
7680 def __mul__(self, *args):
7681 return _AnimatSimPy.CStdFixed___mul__(self, *args)
7683 def __imul__(self, *args):
7684 return _AnimatSimPy.CStdFixed___imul__(self, *args)
7686 def __div__(self, *args):
7687 return _AnimatSimPy.CStdFixed___div__(self, *args)
7689 def __idiv__(self, *args):
7690 return _AnimatSimPy.CStdFixed___idiv__(self, *args)
7692 def __eq__(self, *args):
7693 return _AnimatSimPy.CStdFixed___eq__(self, *args)
7695 def __lt__(self, *args):
7696 return _AnimatSimPy.CStdFixed___lt__(self, *args)
7698 def __le__(self, *args):
7699 return _AnimatSimPy.CStdFixed___le__(self, *args)
7701 def __gt__(self, *args):
7702 return _AnimatSimPy.CStdFixed___gt__(self, *args)
7704 def __ge__(self, *args):
7705 return _AnimatSimPy.CStdFixed___ge__(self, *args)
7707 def __ne__(self, *args):
7708 return _AnimatSimPy.CStdFixed___ne__(self, *args)
7710 def __lshift__(self, output):
7711 return _AnimatSimPy.CStdFixed___lshift__(self, output)
7712 CStdFixed_swigregister = _AnimatSimPy.CStdFixed_swigregister
7713 CStdFixed_swigregister(CStdFixed)
7716 __swig_setmethods__ = {}
7717 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdColor, name, value)
7718 __swig_getmethods__ = {}
7719 __getattr__ =
lambda self, name: _swig_getattr(self, CStdColor, name)
7720 __repr__ = _swig_repr
7722 def __init__(self, *args):
7723 this = _AnimatSimPy.new_CStdColor(*args)
7725 self.this.append(this)
7730 return _AnimatSimPy.CStdColor_r(self, *args)
7733 return _AnimatSimPy.CStdColor_g(self, *args)
7736 return _AnimatSimPy.CStdColor_b(self, *args)
7739 return _AnimatSimPy.CStdColor_a(self, *args)
7741 def Set(self, R, G, B, A):
7742 return _AnimatSimPy.CStdColor_Set(self, R, G, B, A)
7744 def __eq__(self, oPoint):
7745 return _AnimatSimPy.CStdColor___eq__(self, oPoint)
7747 def __ne__(self, oPoint):
7748 return _AnimatSimPy.CStdColor___ne__(self, oPoint)
7750 def __iadd__(self, *args):
7751 return _AnimatSimPy.CStdColor___iadd__(self, *args)
7753 def __isub__(self, *args):
7754 return _AnimatSimPy.CStdColor___isub__(self, *args)
7756 def __imul__(self, fltVal):
7757 return _AnimatSimPy.CStdColor___imul__(self, fltVal)
7759 def __idiv__(self, fltVal):
7760 return _AnimatSimPy.CStdColor___idiv__(self, fltVal)
7762 def __add__(self, *args):
7763 return _AnimatSimPy.CStdColor___add__(self, *args)
7765 def __sub__(self, *args):
7766 return _AnimatSimPy.CStdColor___sub__(self, *args)
7768 def __mul__(self, fltVal):
7769 return _AnimatSimPy.CStdColor___mul__(self, fltVal)
7771 def __div__(self, fltVal):
7772 return _AnimatSimPy.CStdColor___div__(self, fltVal)
7774 def Magnitude(self):
7775 return _AnimatSimPy.CStdColor_Magnitude(self)
7777 def Normalize(self):
7778 return _AnimatSimPy.CStdColor_Normalize(self)
7780 def ClearNearZero(self, fltTolerance=1e-5):
7781 return _AnimatSimPy.CStdColor_ClearNearZero(self, fltTolerance)
7783 def Load(self, *args):
7784 return _AnimatSimPy.CStdColor_Load(self, *args)
7785 __swig_destroy__ = _AnimatSimPy.delete_CStdColor
7786 __del__ =
lambda self:
None
7787 CStdColor_swigregister = _AnimatSimPy.CStdColor_swigregister
7788 CStdColor_swigregister(CStdColor)
7791 __swig_setmethods__ = {}
7792 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdCriticalSection, name, value)
7793 __swig_getmethods__ = {}
7794 __getattr__ =
lambda self, name: _swig_getattr(self, CStdCriticalSection, name)
7796 def __init__(self, *args, **kwargs):
7797 raise AttributeError(
"No constructor defined - class is abstract")
7798 __repr__ = _swig_repr
7799 __swig_destroy__ = _AnimatSimPy.delete_CStdCriticalSection
7800 __del__ =
lambda self:
None
7803 return _AnimatSimPy.CStdCriticalSection_TryEnter(self)
7806 return _AnimatSimPy.CStdCriticalSection_Leave(self)
7807 CStdCriticalSection_swigregister = _AnimatSimPy.CStdCriticalSection_swigregister
7808 CStdCriticalSection_swigregister(CStdCriticalSection)
7811 def Std_GetCriticalSection():
7812 return _AnimatSimPy.Std_GetCriticalSection()
7813 Std_GetCriticalSection = _AnimatSimPy.Std_GetCriticalSection
7815 __swig_setmethods__ = {}
7816 __setattr__ =
lambda self, name, value: _swig_setattr(self, CStdPID, name, value)
7817 __swig_getmethods__ = {}
7818 __getattr__ =
lambda self, name: _swig_getattr(self, CStdPID, name)
7819 __repr__ = _swig_repr
7821 def __init__(self, *args):
7822 this = _AnimatSimPy.new_CStdPID(*args)
7824 self.this.append(this)
7827 __swig_destroy__ = _AnimatSimPy.delete_CStdPID
7828 __del__ =
lambda self:
None
7831 return _AnimatSimPy.CStdPID_Error(self)
7833 def ErrorChange(self):
7834 return _AnimatSimPy.CStdPID_ErrorChange(self)
7836 def Setpoint(self, *args):
7837 return _AnimatSimPy.CStdPID_Setpoint(self, *args)
7839 def Gain(self, *args):
7840 return _AnimatSimPy.CStdPID_Gain(self, *args)
7842 def IntegralAct(self, *args):
7843 return _AnimatSimPy.CStdPID_IntegralAct(self, *args)
7845 def DerivativeAct(self, *args):
7846 return _AnimatSimPy.CStdPID_DerivativeAct(self, *args)
7848 def Proportional(self):
7849 return _AnimatSimPy.CStdPID_Proportional(self)
7852 return _AnimatSimPy.CStdPID_Integral(self)
7854 def OldIntegral(self):
7855 return _AnimatSimPy.CStdPID_OldIntegral(self)
7857 def Derivative(self):
7858 return _AnimatSimPy.CStdPID_Derivative(self)
7861 return _AnimatSimPy.CStdPID_Output(self)
7863 def OldOutput(self):
7864 return _AnimatSimPy.CStdPID_OldOutput(self)
7866 def ComplexError(self, *args):
7867 return _AnimatSimPy.CStdPID_ComplexError(self, *args)
7869 def AntiResetWindup(self, *args):
7870 return _AnimatSimPy.CStdPID_AntiResetWindup(self, *args)
7872 def RampLimit(self, *args):
7873 return _AnimatSimPy.CStdPID_RampLimit(self, *args)
7875 def RangeMax(self, *args):
7876 return _AnimatSimPy.CStdPID_RangeMax(self, *args)
7878 def RangeMin(self, *args):
7879 return _AnimatSimPy.CStdPID_RangeMin(self, *args)
7882 return _AnimatSimPy.CStdPID_Range(self)
7884 def ARWBound(self, *args):
7885 return _AnimatSimPy.CStdPID_ARWBound(self, *args)
7887 def RampGradient(self, *args):
7888 return _AnimatSimPy.CStdPID_RampGradient(self, *args)
7890 def ResetVars(self):
7891 return _AnimatSimPy.CStdPID_ResetVars(self)
7893 def Calculate(self, fltDt, fltInput):
7894 return _AnimatSimPy.CStdPID_Calculate(self, fltDt, fltInput)
7895 CStdPID_swigregister = _AnimatSimPy.CStdPID_swigregister
7896 CStdPID_swigregister(CStdPID)
7899 def GetFilePath(strProjectPath, strFilename):
7900 return _AnimatSimPy.GetFilePath(strProjectPath, strFilename)
7901 GetFilePath = _AnimatSimPy.GetFilePath
7903 __swig_setmethods__ = {}
7904 __setattr__ =
lambda self, name, value: _swig_setattr(self, IMovableItemCallback, name, value)
7905 __swig_getmethods__ = {}
7906 __getattr__ =
lambda self, name: _swig_getattr(self, IMovableItemCallback, name)
7908 def __init__(self, *args, **kwargs):
7909 raise AttributeError(
"No constructor defined - class is abstract")
7910 __repr__ = _swig_repr
7911 __swig_destroy__ = _AnimatSimPy.delete_IMovableItemCallback
7912 __del__ =
lambda self:
None
7914 def PositionChanged(self):
7915 return _AnimatSimPy.IMovableItemCallback_PositionChanged(self)
7917 def RotationChanged(self):
7918 return _AnimatSimPy.IMovableItemCallback_RotationChanged(self)
7920 def SizeChanged(self):
7921 return _AnimatSimPy.IMovableItemCallback_SizeChanged(self)
7923 def SelectionChanged(self, bSelected, bSelectMultiple):
7924 return _AnimatSimPy.IMovableItemCallback_SelectionChanged(self, bSelected, bSelectMultiple)
7926 def AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ):
7927 return _AnimatSimPy.IMovableItemCallback_AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ)
7929 def SelectedVertexChanged(self, fltPosX, fltPosY, fltPosZ):
7930 return _AnimatSimPy.IMovableItemCallback_SelectedVertexChanged(self, fltPosX, fltPosY, fltPosZ)
7931 IMovableItemCallback_swigregister = _AnimatSimPy.IMovableItemCallback_swigregister
7932 IMovableItemCallback_swigregister(IMovableItemCallback)
7935 __swig_setmethods__ = {}
7936 __setattr__ =
lambda self, name, value: _swig_setattr(self, IMotorizedJoint, name, value)
7937 __swig_getmethods__ = {}
7938 __getattr__ =
lambda self, name: _swig_getattr(self, IMotorizedJoint, name)
7940 def __init__(self, *args, **kwargs):
7941 raise AttributeError(
"No constructor defined - class is abstract")
7942 __repr__ = _swig_repr
7943 __swig_destroy__ = _AnimatSimPy.delete_IMotorizedJoint
7944 __del__ =
lambda self:
None
7946 def Physics_SetVelocityToDesired(self):
7947 return _AnimatSimPy.IMotorizedJoint_Physics_SetVelocityToDesired(self)
7949 def Physics_EnableLock(self, bOn, fltPosition, fltMaxLockForce):
7950 return _AnimatSimPy.IMotorizedJoint_Physics_EnableLock(self, bOn, fltPosition, fltMaxLockForce)
7952 def Physics_EnableMotor(self, bOn, fltDesiredVelocity, fltMaxForce, bForceWakeup):
7953 return _AnimatSimPy.IMotorizedJoint_Physics_EnableMotor(self, bOn, fltDesiredVelocity, fltMaxForce, bForceWakeup)
7955 def Physics_MaxForce(self, fltVal):
7956 return _AnimatSimPy.IMotorizedJoint_Physics_MaxForce(self, fltVal)
7957 IMotorizedJoint_swigregister = _AnimatSimPy.IMotorizedJoint_swigregister
7958 IMotorizedJoint_swigregister(IMotorizedJoint)
7961 __swig_setmethods__ = {}
7962 __setattr__ =
lambda self, name, value: _swig_setattr(self, ISimGUICallback, name, value)
7963 __swig_getmethods__ = {}
7964 __getattr__ =
lambda self, name: _swig_getattr(self, ISimGUICallback, name)
7966 def __init__(self, *args, **kwargs):
7967 raise AttributeError(
"No constructor defined - class is abstract")
7968 __repr__ = _swig_repr
7969 __swig_destroy__ = _AnimatSimPy.delete_ISimGUICallback
7970 __del__ =
lambda self:
None
7972 def NeedToStopSimulation(self):
7973 return _AnimatSimPy.ISimGUICallback_NeedToStopSimulation(self)
7975 def HandleNonCriticalError(self, strError):
7976 return _AnimatSimPy.ISimGUICallback_HandleNonCriticalError(self, strError)
7978 def HandleCriticalError(self, strError):
7979 return _AnimatSimPy.ISimGUICallback_HandleCriticalError(self, strError)
7980 ISimGUICallback_swigregister = _AnimatSimPy.ISimGUICallback_swigregister
7981 ISimGUICallback_swigregister(ISimGUICallback)
7984 __swig_setmethods__ = {}
7985 for _s
in [CStdSerialize]:
7986 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
7987 __setattr__ =
lambda self, name, value: _swig_setattr(self, AnimatBase, name, value)
7988 __swig_getmethods__ = {}
7989 for _s
in [CStdSerialize]:
7990 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
7991 __getattr__ =
lambda self, name: _swig_getattr(self, AnimatBase, name)
7992 __repr__ = _swig_repr
7995 this = _AnimatSimPy.new_AnimatBase()
7997 self.this.append(this)
8000 __swig_destroy__ = _AnimatSimPy.delete_AnimatBase
8001 __del__ =
lambda self:
None
8003 def GetSimulator(self):
8004 return _AnimatSimPy.AnimatBase_GetSimulator(self)
8006 def GetStructure(self):
8007 return _AnimatSimPy.AnimatBase_GetStructure(self)
8009 def GetNeuralModule(self):
8010 return _AnimatSimPy.AnimatBase_GetNeuralModule(self)
8013 return _AnimatSimPy.AnimatBase_GetNode(self)
8015 def Enabled(self, *args):
8016 return _AnimatSimPy.AnimatBase_Enabled(self, *args)
8018 def ID(self, *args):
8019 return _AnimatSimPy.AnimatBase_ID(self, *args)
8021 def Name(self, *args):
8022 return _AnimatSimPy.AnimatBase_Name(self, *args)
8024 def Type(self, *args):
8025 return _AnimatSimPy.AnimatBase_Type(self, *args)
8027 def Selected(self, *args):
8028 return _AnimatSimPy.AnimatBase_Selected(self, *args)
8030 def Copy(self, lpSource):
8031 return _AnimatSimPy.AnimatBase_Copy(self, lpSource)
8033 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
8034 return _AnimatSimPy.AnimatBase_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
8036 def VerifySystemPointers(self):
8037 return _AnimatSimPy.AnimatBase_VerifySystemPointers(self)
8039 def GetDataPointer(self, strDataType):
8040 return _AnimatSimPy.AnimatBase_GetDataPointer(self, strDataType)
8042 def SetData(self, *args):
8043 return _AnimatSimPy.AnimatBase_SetData(self, *args)
8045 def QueryProperties(self, aryProperties):
8046 return _AnimatSimPy.AnimatBase_QueryProperties(self, aryProperties)
8048 def HasProperty(self, strName):
8049 return _AnimatSimPy.AnimatBase_HasProperty(self, strName)
8051 def PropertyType(self, strName):
8052 return _AnimatSimPy.AnimatBase_PropertyType(self, strName)
8054 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
8055 return _AnimatSimPy.AnimatBase_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
8057 def RemoveItem(self, strItemType, strID, bThrowError=True):
8058 return _AnimatSimPy.AnimatBase_RemoveItem(self, strItemType, strID, bThrowError)
8060 def RigidBodyAdded(self, strID):
8061 return _AnimatSimPy.AnimatBase_RigidBodyAdded(self, strID)
8063 def RigidBodyRemoved(self, strID):
8064 return _AnimatSimPy.AnimatBase_RigidBodyRemoved(self, strID)
8067 return _AnimatSimPy.AnimatBase_Reset(self)
8069 def Initialize(self):
8070 return _AnimatSimPy.AnimatBase_Initialize(self)
8072 def ResetSimulation(self):
8073 return _AnimatSimPy.AnimatBase_ResetSimulation(self)
8075 def AfterResetSimulation(self):
8076 return _AnimatSimPy.AnimatBase_AfterResetSimulation(self)
8078 def ReInitialize(self):
8079 return _AnimatSimPy.AnimatBase_ReInitialize(self)
8081 def Kill(self, bState=True):
8082 return _AnimatSimPy.AnimatBase_Kill(self, bState)
8084 def StepSimulation(self):
8085 return _AnimatSimPy.AnimatBase_StepSimulation(self)
8087 def SimStarting(self):
8088 return _AnimatSimPy.AnimatBase_SimStarting(self)
8090 def SimPausing(self):
8091 return _AnimatSimPy.AnimatBase_SimPausing(self)
8093 def SimStopping(self):
8094 return _AnimatSimPy.AnimatBase_SimStopping(self)
8096 def TimeStepModified(self):
8097 return _AnimatSimPy.AnimatBase_TimeStepModified(self)
8099 def CalculateSnapshotByteSize(self):
8100 return _AnimatSimPy.AnimatBase_CalculateSnapshotByteSize(self)
8102 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
8103 return _AnimatSimPy.AnimatBase_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
8105 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
8106 return _AnimatSimPy.AnimatBase_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
8108 def VisualSelectionModeChanged(self, iNewMode):
8109 return _AnimatSimPy.AnimatBase_VisualSelectionModeChanged(self, iNewMode)
8111 def Load(self, oXml):
8112 return _AnimatSimPy.AnimatBase_Load(self, oXml)
8113 AnimatBase_swigregister = _AnimatSimPy.AnimatBase_swigregister
8114 AnimatBase_swigregister(AnimatBase)
8117 __swig_setmethods__ = {}
8118 __setattr__ =
lambda self, name, value: _swig_setattr(self, DelayLine, name, value)
8119 __swig_getmethods__ = {}
8120 __getattr__ =
lambda self, name: _swig_getattr(self, DelayLine, name)
8121 __repr__ = _swig_repr
8124 this = _AnimatSimPy.new_DelayLine()
8126 self.this.append(this)
8129 __swig_destroy__ = _AnimatSimPy.delete_DelayLine
8130 __del__ =
lambda self:
None
8132 def Initialize(self, fltDelayTime, fltTimeStep):
8133 return _AnimatSimPy.DelayLine_Initialize(self, fltDelayTime, fltTimeStep)
8135 def AddValue(self, fltVal):
8136 return _AnimatSimPy.DelayLine_AddValue(self, fltVal)
8138 def ReadValue(self):
8139 return _AnimatSimPy.DelayLine_ReadValue(self)
8140 DelayLine_swigregister = _AnimatSimPy.DelayLine_swigregister
8141 DelayLine_swigregister(DelayLine)
8144 __swig_setmethods__ = {}
8145 for _s
in [AnimatBase]:
8146 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8147 __setattr__ =
lambda self, name, value: _swig_setattr(self, Gain, name, value)
8148 __swig_getmethods__ = {}
8149 for _s
in [AnimatBase]:
8150 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8151 __getattr__ =
lambda self, name: _swig_getattr(self, Gain, name)
8153 def __init__(self, *args, **kwargs):
8154 raise AttributeError(
"No constructor defined - class is abstract")
8155 __repr__ = _swig_repr
8156 __swig_destroy__ = _AnimatSimPy.delete_Gain
8157 __del__ =
lambda self:
None
8158 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Gain_CastToDerived
8160 CastToDerived = staticmethod(_AnimatSimPy.Gain_CastToDerived)
8162 def UseLimits(self, *args):
8163 return _AnimatSimPy.Gain_UseLimits(self, *args)
8165 def LowerLimit(self, *args):
8166 return _AnimatSimPy.Gain_LowerLimit(self, *args)
8168 def UpperLimit(self, *args):
8169 return _AnimatSimPy.Gain_UpperLimit(self, *args)
8171 def LowerOutput(self, *args):
8172 return _AnimatSimPy.Gain_LowerOutput(self, *args)
8174 def UpperOutput(self, *args):
8175 return _AnimatSimPy.Gain_UpperOutput(self, *args)
8177 def Copy(self, lpSource):
8178 return _AnimatSimPy.Gain_Copy(self, lpSource)
8180 def CalculateGain(self, fltInput):
8181 return _AnimatSimPy.Gain_CalculateGain(self, fltInput)
8183 def SetData(self, strDataType, strValue, bThrowError=True):
8184 return _AnimatSimPy.Gain_SetData(self, strDataType, strValue, bThrowError)
8186 def QueryProperties(self, aryProperties):
8187 return _AnimatSimPy.Gain_QueryProperties(self, aryProperties)
8189 def Load(self, oXml):
8190 return _AnimatSimPy.Gain_Load(self, oXml)
8191 Gain_swigregister = _AnimatSimPy.Gain_swigregister
8192 Gain_swigregister(Gain)
8194 def Gain_CastToDerived(lpBase):
8195 return _AnimatSimPy.Gain_CastToDerived(lpBase)
8196 Gain_CastToDerived = _AnimatSimPy.Gain_CastToDerived
8199 def LoadGain(lpSim, strName, oXml):
8200 return _AnimatSimPy.LoadGain(lpSim, strName, oXml)
8201 LoadGain = _AnimatSimPy.LoadGain
8203 __swig_setmethods__ = {}
8205 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8206 __setattr__ =
lambda self, name, value: _swig_setattr(self, BellGain, name, value)
8207 __swig_getmethods__ = {}
8209 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8210 __getattr__ =
lambda self, name: _swig_getattr(self, BellGain, name)
8211 __repr__ = _swig_repr
8214 this = _AnimatSimPy.new_BellGain()
8216 self.this.append(this)
8219 __swig_destroy__ = _AnimatSimPy.delete_BellGain
8220 __del__ =
lambda self:
None
8221 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.BellGain_CastToDerived
8223 CastToDerived = staticmethod(_AnimatSimPy.BellGain_CastToDerived)
8226 return _AnimatSimPy.BellGain_A(self, *args)
8229 return _AnimatSimPy.BellGain_B(self, *args)
8232 return _AnimatSimPy.BellGain_C(self, *args)
8235 return _AnimatSimPy.BellGain_D(self, *args)
8237 def Copy(self, lpSource):
8238 return _AnimatSimPy.BellGain_Copy(self, lpSource)
8241 return _AnimatSimPy.BellGain_Clone(self)
8243 def CalculateGain(self, fltInput):
8244 return _AnimatSimPy.BellGain_CalculateGain(self, fltInput)
8246 def SetData(self, strDataType, strValue, bThrowError=True):
8247 return _AnimatSimPy.BellGain_SetData(self, strDataType, strValue, bThrowError)
8249 def QueryProperties(self, aryProperties):
8250 return _AnimatSimPy.BellGain_QueryProperties(self, aryProperties)
8252 def Load(self, oXml):
8253 return _AnimatSimPy.BellGain_Load(self, oXml)
8254 BellGain_swigregister = _AnimatSimPy.BellGain_swigregister
8255 BellGain_swigregister(BellGain)
8257 def BellGain_CastToDerived(lpBase):
8258 return _AnimatSimPy.BellGain_CastToDerived(lpBase)
8259 BellGain_CastToDerived = _AnimatSimPy.BellGain_CastToDerived
8262 __swig_setmethods__ = {}
8264 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8265 __setattr__ =
lambda self, name, value: _swig_setattr(self, EquationGain, name, value)
8266 __swig_getmethods__ = {}
8268 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8269 __getattr__ =
lambda self, name: _swig_getattr(self, EquationGain, name)
8270 __repr__ = _swig_repr
8273 this = _AnimatSimPy.new_EquationGain()
8275 self.this.append(this)
8278 __swig_destroy__ = _AnimatSimPy.delete_EquationGain
8279 __del__ =
lambda self:
None
8280 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.EquationGain_CastToDerived
8282 CastToDerived = staticmethod(_AnimatSimPy.EquationGain_CastToDerived)
8284 def GainEquation(self, *args):
8285 return _AnimatSimPy.EquationGain_GainEquation(self, *args)
8287 def Copy(self, lpSource):
8288 return _AnimatSimPy.EquationGain_Copy(self, lpSource)
8291 return _AnimatSimPy.EquationGain_Clone(self)
8293 def CalculateGain(self, fltInput):
8294 return _AnimatSimPy.EquationGain_CalculateGain(self, fltInput)
8296 def SetData(self, strDataType, strValue, bThrowError=True):
8297 return _AnimatSimPy.EquationGain_SetData(self, strDataType, strValue, bThrowError)
8299 def QueryProperties(self, aryProperties):
8300 return _AnimatSimPy.EquationGain_QueryProperties(self, aryProperties)
8302 def Load(self, oXml):
8303 return _AnimatSimPy.EquationGain_Load(self, oXml)
8304 EquationGain_swigregister = _AnimatSimPy.EquationGain_swigregister
8305 EquationGain_swigregister(EquationGain)
8307 def EquationGain_CastToDerived(lpBase):
8308 return _AnimatSimPy.EquationGain_CastToDerived(lpBase)
8309 EquationGain_CastToDerived = _AnimatSimPy.EquationGain_CastToDerived
8312 __swig_setmethods__ = {}
8314 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8315 __setattr__ =
lambda self, name, value: _swig_setattr(self, PolynomialGain, name, value)
8316 __swig_getmethods__ = {}
8318 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8319 __getattr__ =
lambda self, name: _swig_getattr(self, PolynomialGain, name)
8320 __repr__ = _swig_repr
8323 this = _AnimatSimPy.new_PolynomialGain()
8325 self.this.append(this)
8328 __swig_destroy__ = _AnimatSimPy.delete_PolynomialGain
8329 __del__ =
lambda self:
None
8330 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PolynomialGain_CastToDerived
8332 CastToDerived = staticmethod(_AnimatSimPy.PolynomialGain_CastToDerived)
8335 return _AnimatSimPy.PolynomialGain_A(self, *args)
8338 return _AnimatSimPy.PolynomialGain_B(self, *args)
8341 return _AnimatSimPy.PolynomialGain_C(self, *args)
8344 return _AnimatSimPy.PolynomialGain_D(self, *args)
8346 def Copy(self, lpSource):
8347 return _AnimatSimPy.PolynomialGain_Copy(self, lpSource)
8350 return _AnimatSimPy.PolynomialGain_Clone(self)
8352 def CalculateGain(self, fltInput):
8353 return _AnimatSimPy.PolynomialGain_CalculateGain(self, fltInput)
8355 def SetData(self, strDataType, strValue, bThrowError=True):
8356 return _AnimatSimPy.PolynomialGain_SetData(self, strDataType, strValue, bThrowError)
8358 def QueryProperties(self, aryProperties):
8359 return _AnimatSimPy.PolynomialGain_QueryProperties(self, aryProperties)
8361 def Load(self, oXml):
8362 return _AnimatSimPy.PolynomialGain_Load(self, oXml)
8363 PolynomialGain_swigregister = _AnimatSimPy.PolynomialGain_swigregister
8364 PolynomialGain_swigregister(PolynomialGain)
8366 def PolynomialGain_CastToDerived(lpBase):
8367 return _AnimatSimPy.PolynomialGain_CastToDerived(lpBase)
8368 PolynomialGain_CastToDerived = _AnimatSimPy.PolynomialGain_CastToDerived
8371 __swig_setmethods__ = {}
8373 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8374 __setattr__ =
lambda self, name, value: _swig_setattr(self, SigmoidGain, name, value)
8375 __swig_getmethods__ = {}
8377 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8378 __getattr__ =
lambda self, name: _swig_getattr(self, SigmoidGain, name)
8379 __repr__ = _swig_repr
8382 this = _AnimatSimPy.new_SigmoidGain()
8384 self.this.append(this)
8387 __swig_destroy__ = _AnimatSimPy.delete_SigmoidGain
8388 __del__ =
lambda self:
None
8389 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.SigmoidGain_CastToDerived
8391 CastToDerived = staticmethod(_AnimatSimPy.SigmoidGain_CastToDerived)
8394 return _AnimatSimPy.SigmoidGain_A(self, *args)
8397 return _AnimatSimPy.SigmoidGain_B(self, *args)
8400 return _AnimatSimPy.SigmoidGain_C(self, *args)
8403 return _AnimatSimPy.SigmoidGain_D(self, *args)
8405 def Copy(self, lpSource):
8406 return _AnimatSimPy.SigmoidGain_Copy(self, lpSource)
8409 return _AnimatSimPy.SigmoidGain_Clone(self)
8411 def CalculateGain(self, fltInput):
8412 return _AnimatSimPy.SigmoidGain_CalculateGain(self, fltInput)
8414 def SetData(self, strDataType, strValue, bThrowError=True):
8415 return _AnimatSimPy.SigmoidGain_SetData(self, strDataType, strValue, bThrowError)
8417 def QueryProperties(self, aryProperties):
8418 return _AnimatSimPy.SigmoidGain_QueryProperties(self, aryProperties)
8420 def Load(self, oXml):
8421 return _AnimatSimPy.SigmoidGain_Load(self, oXml)
8422 SigmoidGain_swigregister = _AnimatSimPy.SigmoidGain_swigregister
8423 SigmoidGain_swigregister(SigmoidGain)
8425 def SigmoidGain_CastToDerived(lpBase):
8426 return _AnimatSimPy.SigmoidGain_CastToDerived(lpBase)
8427 SigmoidGain_CastToDerived = _AnimatSimPy.SigmoidGain_CastToDerived
8430 __swig_setmethods__ = {}
8432 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8433 __setattr__ =
lambda self, name, value: _swig_setattr(self, LengthTensionGain, name, value)
8434 __swig_getmethods__ = {}
8436 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8437 __getattr__ =
lambda self, name: _swig_getattr(self, LengthTensionGain, name)
8438 __repr__ = _swig_repr
8441 this = _AnimatSimPy.new_LengthTensionGain()
8443 self.this.append(this)
8446 __swig_destroy__ = _AnimatSimPy.delete_LengthTensionGain
8447 __del__ =
lambda self:
None
8448 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LengthTensionGain_CastToDerived
8450 CastToDerived = staticmethod(_AnimatSimPy.LengthTensionGain_CastToDerived)
8452 def RestingLength(self, *args):
8453 return _AnimatSimPy.LengthTensionGain_RestingLength(self, *args)
8455 def TLwidth(self, *args):
8456 return _AnimatSimPy.LengthTensionGain_TLwidth(self, *args)
8459 return _AnimatSimPy.LengthTensionGain_TLc(self)
8461 def PeLengthPercentage(self, *args):
8462 return _AnimatSimPy.LengthTensionGain_PeLengthPercentage(self, *args)
8464 def MinPeLengthPercentage(self, *args):
8465 return _AnimatSimPy.LengthTensionGain_MinPeLengthPercentage(self, *args)
8467 def SeRestLength(self):
8468 return _AnimatSimPy.LengthTensionGain_SeRestLength(self)
8470 def MinPeLength(self):
8471 return _AnimatSimPy.LengthTensionGain_MinPeLength(self)
8473 def Copy(self, lpSource):
8474 return _AnimatSimPy.LengthTensionGain_Copy(self, lpSource)
8477 return _AnimatSimPy.LengthTensionGain_Clone(self)
8479 def CalculateGain(self, fltInput):
8480 return _AnimatSimPy.LengthTensionGain_CalculateGain(self, fltInput)
8482 def SetData(self, strDataType, strValue, bThrowError=True):
8483 return _AnimatSimPy.LengthTensionGain_SetData(self, strDataType, strValue, bThrowError)
8485 def QueryProperties(self, aryProperties):
8486 return _AnimatSimPy.LengthTensionGain_QueryProperties(self, aryProperties)
8488 def Load(self, oXml):
8489 return _AnimatSimPy.LengthTensionGain_Load(self, oXml)
8490 LengthTensionGain_swigregister = _AnimatSimPy.LengthTensionGain_swigregister
8491 LengthTensionGain_swigregister(LengthTensionGain)
8493 def LengthTensionGain_CastToDerived(lpBase):
8494 return _AnimatSimPy.LengthTensionGain_CastToDerived(lpBase)
8495 LengthTensionGain_CastToDerived = _AnimatSimPy.LengthTensionGain_CastToDerived
8498 __swig_setmethods__ = {}
8499 for _s
in [AnimatBase]:
8500 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8501 __setattr__ =
lambda self, name, value: _swig_setattr(self, Node, name, value)
8502 __swig_getmethods__ = {}
8503 for _s
in [AnimatBase]:
8504 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8505 __getattr__ =
lambda self, name: _swig_getattr(self, Node, name)
8507 def __init__(self, *args, **kwargs):
8508 raise AttributeError(
"No constructor defined - class is abstract")
8509 __repr__ = _swig_repr
8510 __swig_destroy__ = _AnimatSimPy.delete_Node
8511 __del__ =
lambda self:
None
8512 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Node_CastToDerived
8514 CastToDerived = staticmethod(_AnimatSimPy.Node_CastToDerived)
8516 def Enabled(self, *args):
8517 return _AnimatSimPy.Node_Enabled(self, *args)
8519 def Kill(self, bState=True):
8520 return _AnimatSimPy.Node_Kill(self, bState)
8522 def Copy(self, lpSource):
8523 return _AnimatSimPy.Node_Copy(self, lpSource)
8525 def AddExternalNodeInput(self, iTargetDataType, fltInput):
8526 return _AnimatSimPy.Node_AddExternalNodeInput(self, iTargetDataType, fltInput)
8528 def GetTargetDataTypeIndex(self, strDataType):
8529 return _AnimatSimPy.Node_GetTargetDataTypeIndex(self, strDataType)
8531 def ResetSimulation(self):
8532 return _AnimatSimPy.Node_ResetSimulation(self)
8534 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
8535 return _AnimatSimPy.Node_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
8537 def VerifySystemPointers(self):
8538 return _AnimatSimPy.Node_VerifySystemPointers(self)
8540 def SetData(self, strDataType, strValue, bThrowError=True):
8541 return _AnimatSimPy.Node_SetData(self, strDataType, strValue, bThrowError)
8543 def QueryProperties(self, aryProperties):
8544 return _AnimatSimPy.Node_QueryProperties(self, aryProperties)
8545 Node_swigregister = _AnimatSimPy.Node_swigregister
8546 Node_swigregister(Node)
8548 def Node_CastToDerived(lpBase):
8549 return _AnimatSimPy.Node_CastToDerived(lpBase)
8550 Node_CastToDerived = _AnimatSimPy.Node_CastToDerived
8553 __swig_setmethods__ = {}
8554 for _s
in [AnimatBase]:
8555 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8556 __setattr__ =
lambda self, name, value: _swig_setattr(self, Link, name, value)
8557 __swig_getmethods__ = {}
8558 for _s
in [AnimatBase]:
8559 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8560 __getattr__ =
lambda self, name: _swig_getattr(self, Link, name)
8561 __repr__ = _swig_repr
8564 this = _AnimatSimPy.new_Link()
8566 self.this.append(this)
8569 __swig_destroy__ = _AnimatSimPy.delete_Link
8570 __del__ =
lambda self:
None
8571 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Link_CastToDerived
8573 CastToDerived = staticmethod(_AnimatSimPy.Link_CastToDerived)
8575 def Enabled(self, *args):
8576 return _AnimatSimPy.Link_Enabled(self, *args)
8578 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
8579 return _AnimatSimPy.Link_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
8581 def VerifySystemPointers(self):
8582 return _AnimatSimPy.Link_VerifySystemPointers(self)
8584 def SetData(self, strDataType, strValue, bThrowError=True):
8585 return _AnimatSimPy.Link_SetData(self, strDataType, strValue, bThrowError)
8587 def QueryProperties(self, aryProperties):
8588 return _AnimatSimPy.Link_QueryProperties(self, aryProperties)
8589 Link_swigregister = _AnimatSimPy.Link_swigregister
8590 Link_swigregister(Link)
8592 def Link_CastToDerived(lpBase):
8593 return _AnimatSimPy.Link_CastToDerived(lpBase)
8594 Link_CastToDerived = _AnimatSimPy.Link_CastToDerived
8597 __swig_setmethods__ = {}
8598 __setattr__ =
lambda self, name, value: _swig_setattr(self, IPhysicsMovableItem, name, value)
8599 __swig_getmethods__ = {}
8600 __getattr__ =
lambda self, name: _swig_getattr(self, IPhysicsMovableItem, name)
8602 def __init__(self, *args, **kwargs):
8603 raise AttributeError(
"No constructor defined - class is abstract")
8604 __repr__ = _swig_repr
8605 __swig_destroy__ = _AnimatSimPy.delete_IPhysicsMovableItem
8606 __del__ =
lambda self:
None
8608 def SetVisible(self, bVisible):
8609 return _AnimatSimPy.IPhysicsMovableItem_SetVisible(self, bVisible)
8612 return _AnimatSimPy.IPhysicsMovableItem_SetAlpha(self)
8614 def Physics_SetParent(self, lpParent):
8615 return _AnimatSimPy.IPhysicsMovableItem_Physics_SetParent(self, lpParent)
8617 def Physics_SetChild(self, lpChild):
8618 return _AnimatSimPy.IPhysicsMovableItem_Physics_SetChild(self, lpChild)
8620 def Physics_UpdateMatrix(self):
8621 return _AnimatSimPy.IPhysicsMovableItem_Physics_UpdateMatrix(self)
8623 def Physics_ResetGraphicsAndPhysics(self):
8624 return _AnimatSimPy.IPhysicsMovableItem_Physics_ResetGraphicsAndPhysics(self)
8626 def Physics_PositionChanged(self):
8627 return _AnimatSimPy.IPhysicsMovableItem_Physics_PositionChanged(self)
8629 def Physics_RotationChanged(self):
8630 return _AnimatSimPy.IPhysicsMovableItem_Physics_RotationChanged(self)
8632 def Physics_UpdateAbsolutePosition(self):
8633 return _AnimatSimPy.IPhysicsMovableItem_Physics_UpdateAbsolutePosition(self)
8635 def Physics_CollectData(self):
8636 return _AnimatSimPy.IPhysicsMovableItem_Physics_CollectData(self)
8638 def Physics_CollectExtraData(self):
8639 return _AnimatSimPy.IPhysicsMovableItem_Physics_CollectExtraData(self)
8641 def Physics_ResetSimulation(self):
8642 return _AnimatSimPy.IPhysicsMovableItem_Physics_ResetSimulation(self)
8644 def Physics_AfterResetSimulation(self):
8645 return _AnimatSimPy.IPhysicsMovableItem_Physics_AfterResetSimulation(self)
8647 def Physics_GetDataPointer(self, strDataType):
8648 return _AnimatSimPy.IPhysicsMovableItem_Physics_GetDataPointer(self, strDataType)
8650 def Physics_Selected(self, bValue, bSelectMultiple):
8651 return _AnimatSimPy.IPhysicsMovableItem_Physics_Selected(self, bValue, bSelectMultiple)
8653 def Physics_GetBoundingRadius(self):
8654 return _AnimatSimPy.IPhysicsMovableItem_Physics_GetBoundingRadius(self)
8656 def Physics_GetBoundingBox(self):
8657 return _AnimatSimPy.IPhysicsMovableItem_Physics_GetBoundingBox(self)
8659 def Physics_SetColor(self):
8660 return _AnimatSimPy.IPhysicsMovableItem_Physics_SetColor(self)
8662 def Physics_TextureChanged(self):
8663 return _AnimatSimPy.IPhysicsMovableItem_Physics_TextureChanged(self)
8665 def Physics_OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm):
8666 return _AnimatSimPy.IPhysicsMovableItem_Physics_OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm)
8668 def Physics_SelectedVertex(self, fltXPos, fltYPos, fltZPos):
8669 return _AnimatSimPy.IPhysicsMovableItem_Physics_SelectedVertex(self, fltXPos, fltYPos, fltZPos)
8671 def Physics_CalculateLocalPosForWorldPos(self, fltWorldX, fltWorldY, fltWorldZ, vLocalPos):
8672 return _AnimatSimPy.IPhysicsMovableItem_Physics_CalculateLocalPosForWorldPos(self, fltWorldX, fltWorldY, fltWorldZ, vLocalPos)
8674 def Physics_Resize(self):
8675 return _AnimatSimPy.IPhysicsMovableItem_Physics_Resize(self)
8677 def Physics_LoadLocalTransformMatrix(self, oXml):
8678 return _AnimatSimPy.IPhysicsMovableItem_Physics_LoadLocalTransformMatrix(self, oXml)
8680 def Physics_SaveLocalTransformMatrix(self, oXml):
8681 return _AnimatSimPy.IPhysicsMovableItem_Physics_SaveLocalTransformMatrix(self, oXml)
8683 def Physics_GetLocalTransformMatrixString(self):
8684 return _AnimatSimPy.IPhysicsMovableItem_Physics_GetLocalTransformMatrixString(self)
8686 def Physics_ResizeDragHandler(self, fltRadius):
8687 return _AnimatSimPy.IPhysicsMovableItem_Physics_ResizeDragHandler(self, fltRadius)
8688 IPhysicsMovableItem_swigregister = _AnimatSimPy.IPhysicsMovableItem_swigregister
8689 IPhysicsMovableItem_swigregister(IPhysicsMovableItem)
8692 __swig_setmethods__ = {}
8693 __setattr__ =
lambda self, name, value: _swig_setattr(self, IPhysicsBody, name, value)
8694 __swig_getmethods__ = {}
8695 __getattr__ =
lambda self, name: _swig_getattr(self, IPhysicsBody, name)
8697 def __init__(self, *args, **kwargs):
8698 raise AttributeError(
"No constructor defined - class is abstract")
8699 __repr__ = _swig_repr
8700 __swig_destroy__ = _AnimatSimPy.delete_IPhysicsBody
8701 __del__ =
lambda self:
None
8703 def Physics_IsDefined(self):
8704 return _AnimatSimPy.IPhysicsBody_Physics_IsDefined(self)
8706 def Physics_IsGeometryDefined(self):
8707 return _AnimatSimPy.IPhysicsBody_Physics_IsGeometryDefined(self)
8709 def Physics_SetFreeze(self, bVal):
8710 return _AnimatSimPy.IPhysicsBody_Physics_SetFreeze(self, bVal)
8712 def Physics_SetDensity(self, fltVal):
8713 return _AnimatSimPy.IPhysicsBody_Physics_SetDensity(self, fltVal)
8715 def Physics_GetDensity(self):
8716 return _AnimatSimPy.IPhysicsBody_Physics_GetDensity(self)
8718 def Physics_SetMass(self, fltVal):
8719 return _AnimatSimPy.IPhysicsBody_Physics_SetMass(self, fltVal)
8721 def Physics_GetMass(self):
8722 return _AnimatSimPy.IPhysicsBody_Physics_GetMass(self)
8724 def Physics_SetMaterialID(self, strID):
8725 return _AnimatSimPy.IPhysicsBody_Physics_SetMaterialID(self, strID)
8727 def Physics_SetVelocityDamping(self, fltLinear, fltAngular):
8728 return _AnimatSimPy.IPhysicsBody_Physics_SetVelocityDamping(self, fltLinear, fltAngular)
8730 def Physics_SetCenterOfMass(self, fltTx, fltTy, fltTz):
8731 return _AnimatSimPy.IPhysicsBody_Physics_SetCenterOfMass(self, fltTx, fltTy, fltTz)
8733 def Physics_UpdateNode(self):
8734 return _AnimatSimPy.IPhysicsBody_Physics_UpdateNode(self)
8736 def Physics_EnableCollision(self, lpBody):
8737 return _AnimatSimPy.IPhysicsBody_Physics_EnableCollision(self, lpBody)
8739 def Physics_DisableCollision(self, lpBody):
8740 return _AnimatSimPy.IPhysicsBody_Physics_DisableCollision(self, lpBody)
8742 def Physics_AddBodyForceAtLocalPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits):
8743 return _AnimatSimPy.IPhysicsBody_Physics_AddBodyForceAtLocalPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits)
8745 def Physics_AddBodyForceAtWorldPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits):
8746 return _AnimatSimPy.IPhysicsBody_Physics_AddBodyForceAtWorldPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits)
8748 def Physics_AddBodyTorque(self, fltTx, fltTy, fltTz, bScaleUnits):
8749 return _AnimatSimPy.IPhysicsBody_Physics_AddBodyTorque(self, fltTx, fltTy, fltTz, bScaleUnits)
8751 def Physics_GetVelocityAtPoint(self, x, y, z):
8752 return _AnimatSimPy.IPhysicsBody_Physics_GetVelocityAtPoint(self, x, y, z)
8754 def Physics_ResizeSelectedReceptiveFieldVertex(self):
8755 return _AnimatSimPy.IPhysicsBody_Physics_ResizeSelectedReceptiveFieldVertex(self)
8757 def Physics_FluidDataChanged(self):
8758 return _AnimatSimPy.IPhysicsBody_Physics_FluidDataChanged(self)
8760 def Physics_HasCollisionGeometry(self):
8761 return _AnimatSimPy.IPhysicsBody_Physics_HasCollisionGeometry(self)
8763 def Physics_WakeDynamics(self):
8764 return _AnimatSimPy.IPhysicsBody_Physics_WakeDynamics(self)
8766 def Physics_ContactSensorAdded(self, lpSensor):
8767 return _AnimatSimPy.IPhysicsBody_Physics_ContactSensorAdded(self, lpSensor)
8769 def Physics_ContactSensorRemoved(self):
8770 return _AnimatSimPy.IPhysicsBody_Physics_ContactSensorRemoved(self)
8772 def Physics_StepHydrodynamicSimulation(self):
8773 return _AnimatSimPy.IPhysicsBody_Physics_StepHydrodynamicSimulation(self)
8775 def Physics_ChildBodyAdded(self, lpChild):
8776 return _AnimatSimPy.IPhysicsBody_Physics_ChildBodyAdded(self, lpChild)
8778 def Physics_ChildBodyRemoved(self, bHasStaticJoint):
8779 return _AnimatSimPy.IPhysicsBody_Physics_ChildBodyRemoved(self, bHasStaticJoint)
8781 def Physics_DeleteStickyLock(self):
8782 return _AnimatSimPy.IPhysicsBody_Physics_DeleteStickyLock(self)
8783 IPhysicsBody_swigregister = _AnimatSimPy.IPhysicsBody_swigregister
8784 IPhysicsBody_swigregister(IPhysicsBody)
8787 __swig_setmethods__ = {}
8788 __setattr__ =
lambda self, name, value: _swig_setattr(self, BoundingBox, name, value)
8789 __swig_getmethods__ = {}
8790 __getattr__ =
lambda self, name: _swig_getattr(self, BoundingBox, name)
8791 __repr__ = _swig_repr
8792 __swig_setmethods__[
"Min"] = _AnimatSimPy.BoundingBox_Min_set
8793 __swig_getmethods__[
"Min"] = _AnimatSimPy.BoundingBox_Min_get
8795 Min = _swig_property(_AnimatSimPy.BoundingBox_Min_get, _AnimatSimPy.BoundingBox_Min_set)
8796 __swig_setmethods__[
"Max"] = _AnimatSimPy.BoundingBox_Max_set
8797 __swig_getmethods__[
"Max"] = _AnimatSimPy.BoundingBox_Max_get
8799 Max = _swig_property(_AnimatSimPy.BoundingBox_Max_get, _AnimatSimPy.BoundingBox_Max_set)
8802 this = _AnimatSimPy.new_BoundingBox()
8804 self.this.append(this)
8807 __swig_destroy__ = _AnimatSimPy.delete_BoundingBox
8808 __del__ =
lambda self:
None
8810 def Set(self, *args):
8811 return _AnimatSimPy.BoundingBox_Set(self, *args)
8814 return _AnimatSimPy.BoundingBox_Length(self)
8817 return _AnimatSimPy.BoundingBox_Width(self)
8820 return _AnimatSimPy.BoundingBox_Height(self)
8822 def GetDimensionSize(self, iAxis):
8823 return _AnimatSimPy.BoundingBox_GetDimensionSize(self, iAxis)
8825 def MaxDimension(self):
8826 return _AnimatSimPy.BoundingBox_MaxDimension(self)
8827 BoundingBox_swigregister = _AnimatSimPy.BoundingBox_swigregister
8828 BoundingBox_swigregister(BoundingBox)
8831 __swig_setmethods__ = {}
8832 __setattr__ =
lambda self, name, value: _swig_setattr(self, MovableItem, name, value)
8833 __swig_getmethods__ = {}
8834 __getattr__ =
lambda self, name: _swig_getattr(self, MovableItem, name)
8835 __repr__ = _swig_repr
8838 this = _AnimatSimPy.new_MovableItem()
8840 self.this.append(this)
8843 __swig_destroy__ = _AnimatSimPy.delete_MovableItem
8844 __del__ =
lambda self:
None
8846 def Parent(self, *args):
8847 return _AnimatSimPy.MovableItem_Parent(self, *args)
8849 def VisualSelectionType(self):
8850 return _AnimatSimPy.MovableItem_VisualSelectionType(self)
8852 def AllowMouseManipulation(self):
8853 return _AnimatSimPy.MovableItem_AllowMouseManipulation(self)
8855 def Position(self, *args):
8856 return _AnimatSimPy.MovableItem_Position(self, *args)
8858 def AbsolutePosition(self, *args):
8859 return _AnimatSimPy.MovableItem_AbsolutePosition(self, *args)
8861 def ReportPosition(self, *args):
8862 return _AnimatSimPy.MovableItem_ReportPosition(self, *args)
8864 def ReportWorldPosition(self, *args):
8865 return _AnimatSimPy.MovableItem_ReportWorldPosition(self, *args)
8867 def UpdateAbsolutePosition(self):
8868 return _AnimatSimPy.MovableItem_UpdateAbsolutePosition(self)
8870 def GetCurrentPosition(self):
8871 return _AnimatSimPy.MovableItem_GetCurrentPosition(self)
8873 def Rotation(self, *args):
8874 return _AnimatSimPy.MovableItem_Rotation(self, *args)
8876 def ReportRotation(self, *args):
8877 return _AnimatSimPy.MovableItem_ReportRotation(self, *args)
8879 def LocalTransformationMatrixString(self):
8880 return _AnimatSimPy.MovableItem_LocalTransformationMatrixString(self)
8882 def IsVisible(self, *args):
8883 return _AnimatSimPy.MovableItem_IsVisible(self, *args)
8885 def GraphicsAlpha(self, *args):
8886 return _AnimatSimPy.MovableItem_GraphicsAlpha(self, *args)
8888 def CollisionsAlpha(self, *args):
8889 return _AnimatSimPy.MovableItem_CollisionsAlpha(self, *args)
8891 def JointsAlpha(self, *args):
8892 return _AnimatSimPy.MovableItem_JointsAlpha(self, *args)
8894 def ReceptiveFieldsAlpha(self, *args):
8895 return _AnimatSimPy.MovableItem_ReceptiveFieldsAlpha(self, *args)
8897 def SimulationAlpha(self, *args):
8898 return _AnimatSimPy.MovableItem_SimulationAlpha(self, *args)
8900 def Alpha(self, *args):
8901 return _AnimatSimPy.MovableItem_Alpha(self, *args)
8903 def Ambient(self, *args):
8904 return _AnimatSimPy.MovableItem_Ambient(self, *args)
8906 def Diffuse(self, *args):
8907 return _AnimatSimPy.MovableItem_Diffuse(self, *args)
8909 def Specular(self, *args):
8910 return _AnimatSimPy.MovableItem_Specular(self, *args)
8912 def Shininess(self, *args):
8913 return _AnimatSimPy.MovableItem_Shininess(self, *args)
8915 def Texture(self, *args):
8916 return _AnimatSimPy.MovableItem_Texture(self, *args)
8918 def SelectedVertex(self, *args):
8919 return _AnimatSimPy.MovableItem_SelectedVertex(self, *args)
8921 def Callback(self, *args):
8922 return _AnimatSimPy.MovableItem_Callback(self, *args)
8924 def PhysicsMovableItem(self, *args):
8925 return _AnimatSimPy.MovableItem_PhysicsMovableItem(self, *args)
8927 def GetBoundingRadius(self):
8928 return _AnimatSimPy.MovableItem_GetBoundingRadius(self)
8930 def GetBoundingBox(self):
8931 return _AnimatSimPy.MovableItem_GetBoundingBox(self)
8933 def SetBoundingBox(self, iIdx, fltVal):
8934 return _AnimatSimPy.MovableItem_SetBoundingBox(self, iIdx, fltVal)
8936 def AllowTranslateDragX(self):
8937 return _AnimatSimPy.MovableItem_AllowTranslateDragX(self)
8939 def AllowTranslateDragY(self):
8940 return _AnimatSimPy.MovableItem_AllowTranslateDragY(self)
8942 def AllowTranslateDragZ(self):
8943 return _AnimatSimPy.MovableItem_AllowTranslateDragZ(self)
8945 def AllowRotateDragX(self):
8946 return _AnimatSimPy.MovableItem_AllowRotateDragX(self)
8948 def AllowRotateDragY(self):
8949 return _AnimatSimPy.MovableItem_AllowRotateDragY(self)
8951 def AllowRotateDragZ(self):
8952 return _AnimatSimPy.MovableItem_AllowRotateDragZ(self)
8954 def UserDefinedDraggerRadius(self, *args):
8955 return _AnimatSimPy.MovableItem_UserDefinedDraggerRadius(self, *args)
8957 def IsSelected(self):
8958 return _AnimatSimPy.MovableItem_IsSelected(self)
8960 def GetDataPointer(self, strDataType):
8961 return _AnimatSimPy.MovableItem_GetDataPointer(self, strDataType)
8963 def SetData(self, strDataType, strValue, bThrowError=True):
8964 return _AnimatSimPy.MovableItem_SetData(self, strDataType, strValue, bThrowError)
8966 def QueryProperties(self, aryProperties):
8967 return _AnimatSimPy.MovableItem_QueryProperties(self, aryProperties)
8969 def AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ):
8970 return _AnimatSimPy.MovableItem_AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ)
8972 def Selected(self, bValue, bSelectMultiple):
8973 return _AnimatSimPy.MovableItem_Selected(self, bValue, bSelectMultiple)
8975 def VisualSelectionModeChanged(self, iNewMode):
8976 return _AnimatSimPy.MovableItem_VisualSelectionModeChanged(self, iNewMode)
8978 def OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm):
8979 return _AnimatSimPy.MovableItem_OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm)
8981 def CalculateLocalPosForWorldPos(self, fltWorldX, fltWorldY, fltWorldZ, vLocalPos):
8982 return _AnimatSimPy.MovableItem_CalculateLocalPosForWorldPos(self, fltWorldX, fltWorldY, fltWorldZ, vLocalPos)
8984 def Load(self, oXml):
8985 return _AnimatSimPy.MovableItem_Load(self, oXml)
8986 MovableItem_swigregister = _AnimatSimPy.MovableItem_swigregister
8987 MovableItem_swigregister(MovableItem)
8990 __swig_setmethods__ = {}
8991 for _s
in [Node, MovableItem]:
8992 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
8993 __setattr__ =
lambda self, name, value: _swig_setattr(self, BodyPart, name, value)
8994 __swig_getmethods__ = {}
8995 for _s
in [Node, MovableItem]:
8996 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
8997 __getattr__ =
lambda self, name: _swig_getattr(self, BodyPart, name)
8999 def __init__(self, *args, **kwargs):
9000 raise AttributeError(
"No constructor defined - class is abstract")
9001 __repr__ = _swig_repr
9002 __swig_destroy__ = _AnimatSimPy.delete_BodyPart
9003 __del__ =
lambda self:
None
9004 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.BodyPart_CastToDerived
9006 CastToDerived = staticmethod(_AnimatSimPy.BodyPart_CastToDerived)
9008 def PhysicsBody(self, *args):
9009 return _AnimatSimPy.BodyPart_PhysicsBody(self, *args)
9011 def GetRobotPartInterfaces(self):
9012 return _AnimatSimPy.BodyPart_GetRobotPartInterfaces(self)
9014 def AddRobotPartInterface(self, lpPart):
9015 return _AnimatSimPy.BodyPart_AddRobotPartInterface(self, lpPart)
9017 def RemoveRobotPartInterface(self, lpPart):
9018 return _AnimatSimPy.BodyPart_RemoveRobotPartInterface(self, lpPart)
9020 def FindRobotPartListIndex(self, strID, bThrowError=True):
9021 return _AnimatSimPy.BodyPart_FindRobotPartListIndex(self, strID, bThrowError)
9023 def SynchWithRobot(self, *args):
9024 return _AnimatSimPy.BodyPart_SynchWithRobot(self, *args)
9026 def SynchUpdateInterval(self, *args):
9027 return _AnimatSimPy.BodyPart_SynchUpdateInterval(self, *args)
9030 return _AnimatSimPy.BodyPart_Resize(self)
9032 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
9033 return _AnimatSimPy.BodyPart_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
9035 def GetDataPointer(self, strDataType):
9036 return _AnimatSimPy.BodyPart_GetDataPointer(self, strDataType)
9038 def SetData(self, strDataType, strValue, bThrowError=True):
9039 return _AnimatSimPy.BodyPart_SetData(self, strDataType, strValue, bThrowError)
9041 def QueryProperties(self, aryProperties):
9042 return _AnimatSimPy.BodyPart_QueryProperties(self, aryProperties)
9044 def UpdateExtraData(self):
9045 return _AnimatSimPy.BodyPart_UpdateExtraData(self)
9047 def NeedsRobotSynch(self):
9048 return _AnimatSimPy.BodyPart_NeedsRobotSynch(self)
9050 def Initialize(self):
9051 return _AnimatSimPy.BodyPart_Initialize(self)
9053 def ResetSimulation(self):
9054 return _AnimatSimPy.BodyPart_ResetSimulation(self)
9056 def TimeStepModified(self):
9057 return _AnimatSimPy.BodyPart_TimeStepModified(self)
9059 def Selected(self, bValue, bSelectMultiple):
9060 return _AnimatSimPy.BodyPart_Selected(self, bValue, bSelectMultiple)
9062 def AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ):
9063 return _AnimatSimPy.BodyPart_AddBodyClicked(self, fltPosX, fltPosY, fltPosZ, fltNormX, fltNormY, fltNormZ)
9065 def VisualSelectionModeChanged(self, iNewMode):
9066 return _AnimatSimPy.BodyPart_VisualSelectionModeChanged(self, iNewMode)
9068 def UpdatePhysicsPosFromGraphics(self):
9069 return _AnimatSimPy.BodyPart_UpdatePhysicsPosFromGraphics(self)
9071 def WakeDynamics(self):
9072 return _AnimatSimPy.BodyPart_WakeDynamics(self)
9074 def Load(self, oXml):
9075 return _AnimatSimPy.BodyPart_Load(self, oXml)
9076 BodyPart_swigregister = _AnimatSimPy.BodyPart_swigregister
9077 BodyPart_swigregister(BodyPart)
9079 def BodyPart_CastToDerived(lpBase):
9080 return _AnimatSimPy.BodyPart_CastToDerived(lpBase)
9081 BodyPart_CastToDerived = _AnimatSimPy.BodyPart_CastToDerived
9084 __swig_setmethods__ = {}
9085 for _s
in [AnimatBase]:
9086 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9087 __setattr__ =
lambda self, name, value: _swig_setattr(self, ReceptiveFieldPair, name, value)
9088 __swig_getmethods__ = {}
9089 for _s
in [AnimatBase]:
9090 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9091 __getattr__ =
lambda self, name: _swig_getattr(self, ReceptiveFieldPair, name)
9092 __repr__ = _swig_repr
9095 this = _AnimatSimPy.new_ReceptiveFieldPair()
9097 self.this.append(this)
9100 __swig_destroy__ = _AnimatSimPy.delete_ReceptiveFieldPair
9101 __del__ =
lambda self:
None
9102 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ReceptiveFieldPair_CastToDerived
9104 CastToDerived = staticmethod(_AnimatSimPy.ReceptiveFieldPair_CastToDerived)
9106 def FieldID(self, *args):
9107 return _AnimatSimPy.ReceptiveFieldPair_FieldID(self, *args)
9109 def TargetNodeID(self, *args):
9110 return _AnimatSimPy.ReceptiveFieldPair_TargetNodeID(self, *args)
9113 return _AnimatSimPy.ReceptiveFieldPair_Field(self)
9115 def Initialize(self):
9116 return _AnimatSimPy.ReceptiveFieldPair_Initialize(self)
9118 def StepSimulation(self):
9119 return _AnimatSimPy.ReceptiveFieldPair_StepSimulation(self)
9121 def Load(self, oXml):
9122 return _AnimatSimPy.ReceptiveFieldPair_Load(self, oXml)
9123 ReceptiveFieldPair_swigregister = _AnimatSimPy.ReceptiveFieldPair_swigregister
9124 ReceptiveFieldPair_swigregister(ReceptiveFieldPair)
9126 def ReceptiveFieldPair_CastToDerived(lpBase):
9127 return _AnimatSimPy.ReceptiveFieldPair_CastToDerived(lpBase)
9128 ReceptiveFieldPair_CastToDerived = _AnimatSimPy.ReceptiveFieldPair_CastToDerived
9131 _AnimatSimPy.NoDelayBuffer_swigconstant(_AnimatSimPy)
9132 NoDelayBuffer = _AnimatSimPy.NoDelayBuffer
9134 _AnimatSimPy.DelayBufferInSimOnly_swigconstant(_AnimatSimPy)
9135 DelayBufferInSimOnly = _AnimatSimPy.DelayBufferInSimOnly
9137 _AnimatSimPy.DelayBufferAlwaysOn_swigconstant(_AnimatSimPy)
9138 DelayBufferAlwaysOn = _AnimatSimPy.DelayBufferAlwaysOn
9140 __swig_setmethods__ = {}
9142 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9143 __setattr__ =
lambda self, name, value: _swig_setattr(self, Adapter, name, value)
9144 __swig_getmethods__ = {}
9146 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9147 __getattr__ =
lambda self, name: _swig_getattr(self, Adapter, name)
9148 __repr__ = _swig_repr
9151 this = _AnimatSimPy.new_Adapter()
9153 self.this.append(this)
9156 __swig_destroy__ = _AnimatSimPy.delete_Adapter
9157 __del__ =
lambda self:
None
9158 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Adapter_CastToDerived
9160 CastToDerived = staticmethod(_AnimatSimPy.Adapter_CastToDerived)
9162 def SourceModule(self, *args):
9163 return _AnimatSimPy.Adapter_SourceModule(self, *args)
9165 def SourceID(self, *args):
9166 return _AnimatSimPy.Adapter_SourceID(self, *args)
9168 def SourceDataType(self, *args):
9169 return _AnimatSimPy.Adapter_SourceDataType(self, *args)
9171 def SourceNode(self):
9172 return _AnimatSimPy.Adapter_SourceNode(self)
9174 def TargetModule(self, *args):
9175 return _AnimatSimPy.Adapter_TargetModule(self, *args)
9177 def TargetID(self, *args):
9178 return _AnimatSimPy.Adapter_TargetID(self, *args)
9180 def TargetDataType(self, *args):
9181 return _AnimatSimPy.Adapter_TargetDataType(self, *args)
9183 def TargetNode(self):
9184 return _AnimatSimPy.Adapter_TargetNode(self)
9187 return _AnimatSimPy.Adapter_GetGain(self)
9189 def SetGain(self, lpGain):
9190 return _AnimatSimPy.Adapter_SetGain(self, lpGain)
9192 def ConnectedToPhysics(self):
9193 return _AnimatSimPy.Adapter_ConnectedToPhysics(self)
9195 def DelayBufferMode(self, *args):
9196 return _AnimatSimPy.Adapter_DelayBufferMode(self, *args)
9198 def DelayBufferInterval(self, *args):
9199 return _AnimatSimPy.Adapter_DelayBufferInterval(self, *args)
9201 def DetachAdaptersFromSimulation(self):
9202 return _AnimatSimPy.Adapter_DetachAdaptersFromSimulation(self)
9204 def RobotIOScale(self, *args):
9205 return _AnimatSimPy.Adapter_RobotIOScale(self, *args)
9207 def SynchWithRobot(self, *args):
9208 return _AnimatSimPy.Adapter_SynchWithRobot(self, *args)
9210 def SynchUpdateInterval(self, *args):
9211 return _AnimatSimPy.Adapter_SynchUpdateInterval(self, *args)
9213 def SynchUpdateStartInterval(self, *args):
9214 return _AnimatSimPy.Adapter_SynchUpdateStartInterval(self, *args)
9216 def InitIODisableDuration(self, *args):
9217 return _AnimatSimPy.Adapter_InitIODisableDuration(self, *args)
9219 def Initialize(self):
9220 return _AnimatSimPy.Adapter_Initialize(self)
9222 def TimeStepModified(self):
9223 return _AnimatSimPy.Adapter_TimeStepModified(self)
9225 def ResetSimulation(self):
9226 return _AnimatSimPy.Adapter_ResetSimulation(self)
9228 def AddExternalNodeInput(self, iTargetDataType, fltInput):
9229 return _AnimatSimPy.Adapter_AddExternalNodeInput(self, iTargetDataType, fltInput)
9231 def SetData(self, strDataType, strValue, bThrowError=True):
9232 return _AnimatSimPy.Adapter_SetData(self, strDataType, strValue, bThrowError)
9234 def QueryProperties(self, aryProperties):
9235 return _AnimatSimPy.Adapter_QueryProperties(self, aryProperties)
9237 def GetDataPointer(self, strDataType):
9238 return _AnimatSimPy.Adapter_GetDataPointer(self, strDataType)
9240 def StepSimulation(self):
9241 return _AnimatSimPy.Adapter_StepSimulation(self)
9243 def Load(self, oXml):
9244 return _AnimatSimPy.Adapter_Load(self, oXml)
9245 Adapter_swigregister = _AnimatSimPy.Adapter_swigregister
9246 Adapter_swigregister(Adapter)
9248 def Adapter_CastToDerived(lpBase):
9249 return _AnimatSimPy.Adapter_CastToDerived(lpBase)
9250 Adapter_CastToDerived = _AnimatSimPy.Adapter_CastToDerived
9253 __swig_setmethods__ = {}
9254 for _s
in [Adapter]:
9255 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9256 __setattr__ =
lambda self, name, value: _swig_setattr(self, PropertyControlAdapter, name, value)
9257 __swig_getmethods__ = {}
9258 for _s
in [Adapter]:
9259 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9260 __getattr__ =
lambda self, name: _swig_getattr(self, PropertyControlAdapter, name)
9261 __repr__ = _swig_repr
9264 this = _AnimatSimPy.new_PropertyControlAdapter()
9266 self.this.append(this)
9269 __swig_destroy__ = _AnimatSimPy.delete_PropertyControlAdapter
9270 __del__ =
lambda self:
None
9271 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PropertyControlAdapter_CastToDerived
9273 CastToDerived = staticmethod(_AnimatSimPy.PropertyControlAdapter_CastToDerived)
9275 def TargetObject(self):
9276 return _AnimatSimPy.PropertyControlAdapter_TargetObject(self)
9278 def TargetID(self, strID):
9279 return _AnimatSimPy.PropertyControlAdapter_TargetID(self, strID)
9281 def PropertyName(self, *args):
9282 return _AnimatSimPy.PropertyControlAdapter_PropertyName(self, *args)
9284 def SetThreshold(self, *args):
9285 return _AnimatSimPy.PropertyControlAdapter_SetThreshold(self, *args)
9287 def InitialValue(self, *args):
9288 return _AnimatSimPy.PropertyControlAdapter_InitialValue(self, *args)
9290 def FinalValue(self, *args):
9291 return _AnimatSimPy.PropertyControlAdapter_FinalValue(self, *args)
9293 def Initialize(self):
9294 return _AnimatSimPy.PropertyControlAdapter_Initialize(self)
9296 def ResetSimulation(self):
9297 return _AnimatSimPy.PropertyControlAdapter_ResetSimulation(self)
9299 def SimStarting(self):
9300 return _AnimatSimPy.PropertyControlAdapter_SimStarting(self)
9302 def SetData(self, strDataType, strValue, bThrowError=True):
9303 return _AnimatSimPy.PropertyControlAdapter_SetData(self, strDataType, strValue, bThrowError)
9305 def QueryProperties(self, aryProperties):
9306 return _AnimatSimPy.PropertyControlAdapter_QueryProperties(self, aryProperties)
9308 def StepSimulation(self):
9309 return _AnimatSimPy.PropertyControlAdapter_StepSimulation(self)
9311 def Load(self, oXml):
9312 return _AnimatSimPy.PropertyControlAdapter_Load(self, oXml)
9313 PropertyControlAdapter_swigregister = _AnimatSimPy.PropertyControlAdapter_swigregister
9314 PropertyControlAdapter_swigregister(PropertyControlAdapter)
9316 def PropertyControlAdapter_CastToDerived(lpBase):
9317 return _AnimatSimPy.PropertyControlAdapter_CastToDerived(lpBase)
9318 PropertyControlAdapter_CastToDerived = _AnimatSimPy.PropertyControlAdapter_CastToDerived
9321 __swig_setmethods__ = {}
9322 for _s
in [Adapter]:
9323 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9324 __setattr__ =
lambda self, name, value: _swig_setattr(self, ContactAdapter, name, value)
9325 __swig_getmethods__ = {}
9326 for _s
in [Adapter]:
9327 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9328 __getattr__ =
lambda self, name: _swig_getattr(self, ContactAdapter, name)
9329 __repr__ = _swig_repr
9332 this = _AnimatSimPy.new_ContactAdapter()
9334 self.this.append(this)
9337 __swig_destroy__ = _AnimatSimPy.delete_ContactAdapter
9338 __del__ =
lambda self:
None
9339 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ContactAdapter_CastToDerived
9341 CastToDerived = staticmethod(_AnimatSimPy.ContactAdapter_CastToDerived)
9343 def SourceBodyID(self, *args):
9344 return _AnimatSimPy.ContactAdapter_SourceBodyID(self, *args)
9346 def SourceModule(self):
9347 return _AnimatSimPy.ContactAdapter_SourceModule(self)
9349 def TargetModule(self, *args):
9350 return _AnimatSimPy.ContactAdapter_TargetModule(self, *args)
9352 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
9353 return _AnimatSimPy.ContactAdapter_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
9355 def RemoveItem(self, strItemType, strID, bThrowError=True):
9356 return _AnimatSimPy.ContactAdapter_RemoveItem(self, strItemType, strID, bThrowError)
9358 def Initialize(self):
9359 return _AnimatSimPy.ContactAdapter_Initialize(self)
9361 def StepSimulation(self):
9362 return _AnimatSimPy.ContactAdapter_StepSimulation(self)
9364 def Load(self, oXml):
9365 return _AnimatSimPy.ContactAdapter_Load(self, oXml)
9366 ContactAdapter_swigregister = _AnimatSimPy.ContactAdapter_swigregister
9367 ContactAdapter_swigregister(ContactAdapter)
9369 def ContactAdapter_CastToDerived(lpBase):
9370 return _AnimatSimPy.ContactAdapter_CastToDerived(lpBase)
9371 ContactAdapter_CastToDerived = _AnimatSimPy.ContactAdapter_CastToDerived
9374 __swig_setmethods__ = {}
9375 for _s
in [AnimatBase]:
9376 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9377 __setattr__ =
lambda self, name, value: _swig_setattr(self, ConstraintLimit, name, value)
9378 __swig_getmethods__ = {}
9379 for _s
in [AnimatBase]:
9380 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9381 __getattr__ =
lambda self, name: _swig_getattr(self, ConstraintLimit, name)
9383 def __init__(self, *args, **kwargs):
9384 raise AttributeError(
"No constructor defined - class is abstract")
9385 __repr__ = _swig_repr
9386 __swig_destroy__ = _AnimatSimPy.delete_ConstraintLimit
9387 __del__ =
lambda self:
None
9388 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ConstraintLimit_CastToDerived
9390 CastToDerived = staticmethod(_AnimatSimPy.ConstraintLimit_CastToDerived)
9392 def LimitPos(self, *args):
9393 return _AnimatSimPy.ConstraintLimit_LimitPos(self, *args)
9395 def SetLimitPos(self):
9396 return _AnimatSimPy.ConstraintLimit_SetLimitPos(self)
9398 def Damping(self, *args):
9399 return _AnimatSimPy.ConstraintLimit_Damping(self, *args)
9401 def Restitution(self, *args):
9402 return _AnimatSimPy.ConstraintLimit_Restitution(self, *args)
9404 def Stiffness(self, *args):
9405 return _AnimatSimPy.ConstraintLimit_Stiffness(self, *args)
9407 def Color(self, *args):
9408 return _AnimatSimPy.ConstraintLimit_Color(self, *args)
9410 def Alpha(self, *args):
9411 return _AnimatSimPy.ConstraintLimit_Alpha(self, *args)
9413 def IsLowerLimit(self, *args):
9414 return _AnimatSimPy.ConstraintLimit_IsLowerLimit(self, *args)
9416 def IsShowPosition(self, *args):
9417 return _AnimatSimPy.ConstraintLimit_IsShowPosition(self, *args)
9419 def SetSystemPointers(self, *args):
9420 return _AnimatSimPy.ConstraintLimit_SetSystemPointers(self, *args)
9422 def VerifySystemPointers(self):
9423 return _AnimatSimPy.ConstraintLimit_VerifySystemPointers(self)
9425 def GetDataPointer(self, strDataType):
9426 return _AnimatSimPy.ConstraintLimit_GetDataPointer(self, strDataType)
9428 def SetData(self, strDataType, strValue, bThrowError=True):
9429 return _AnimatSimPy.ConstraintLimit_SetData(self, strDataType, strValue, bThrowError)
9431 def QueryProperties(self, aryProperties):
9432 return _AnimatSimPy.ConstraintLimit_QueryProperties(self, aryProperties)
9434 def Load(self, oXml, strName):
9435 return _AnimatSimPy.ConstraintLimit_Load(self, oXml, strName)
9437 def SetupGraphics(self):
9438 return _AnimatSimPy.ConstraintLimit_SetupGraphics(self)
9440 def DeleteGraphics(self):
9441 return _AnimatSimPy.ConstraintLimit_DeleteGraphics(self)
9442 ConstraintLimit_swigregister = _AnimatSimPy.ConstraintLimit_swigregister
9443 ConstraintLimit_swigregister(ConstraintLimit)
9445 def ConstraintLimit_CastToDerived(lpBase):
9446 return _AnimatSimPy.ConstraintLimit_CastToDerived(lpBase)
9447 ConstraintLimit_CastToDerived = _AnimatSimPy.ConstraintLimit_CastToDerived
9450 __swig_setmethods__ = {}
9451 for _s
in [AnimatBase]:
9452 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9453 __setattr__ =
lambda self, name, value: _swig_setattr(self, ConstraintRelaxation, name, value)
9454 __swig_getmethods__ = {}
9455 for _s
in [AnimatBase]:
9456 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9457 __getattr__ =
lambda self, name: _swig_getattr(self, ConstraintRelaxation, name)
9459 def __init__(self, *args, **kwargs):
9460 raise AttributeError(
"No constructor defined - class is abstract")
9461 __repr__ = _swig_repr
9462 __swig_destroy__ = _AnimatSimPy.delete_ConstraintRelaxation
9463 __del__ =
lambda self:
None
9464 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ConstraintRelaxation_CastToDerived
9466 CastToDerived = staticmethod(_AnimatSimPy.ConstraintRelaxation_CastToDerived)
9468 def CoordinateID(self, *args):
9469 return _AnimatSimPy.ConstraintRelaxation_CoordinateID(self, *args)
9471 def Enabled(self, *args):
9472 return _AnimatSimPy.ConstraintRelaxation_Enabled(self, *args)
9474 def Stiffness(self, *args):
9475 return _AnimatSimPy.ConstraintRelaxation_Stiffness(self, *args)
9477 def Damping(self, *args):
9478 return _AnimatSimPy.ConstraintRelaxation_Damping(self, *args)
9480 def CreateDefaultUnits(self):
9481 return _AnimatSimPy.ConstraintRelaxation_CreateDefaultUnits(self)
9483 def SetData(self, strDataType, strValue, bThrowError=True):
9484 return _AnimatSimPy.ConstraintRelaxation_SetData(self, strDataType, strValue, bThrowError)
9486 def QueryProperties(self, aryProperties):
9487 return _AnimatSimPy.ConstraintRelaxation_QueryProperties(self, aryProperties)
9489 def Load(self, oXml):
9490 return _AnimatSimPy.ConstraintRelaxation_Load(self, oXml)
9491 ConstraintRelaxation_swigregister = _AnimatSimPy.ConstraintRelaxation_swigregister
9492 ConstraintRelaxation_swigregister(ConstraintRelaxation)
9494 def ConstraintRelaxation_CastToDerived(lpBase):
9495 return _AnimatSimPy.ConstraintRelaxation_CastToDerived(lpBase)
9496 ConstraintRelaxation_CastToDerived = _AnimatSimPy.ConstraintRelaxation_CastToDerived
9499 __swig_setmethods__ = {}
9500 for _s
in [AnimatBase]:
9501 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9502 __setattr__ =
lambda self, name, value: _swig_setattr(self, ConstraintFriction, name, value)
9503 __swig_getmethods__ = {}
9504 for _s
in [AnimatBase]:
9505 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9506 __getattr__ =
lambda self, name: _swig_getattr(self, ConstraintFriction, name)
9508 def __init__(self, *args, **kwargs):
9509 raise AttributeError(
"No constructor defined - class is abstract")
9510 __repr__ = _swig_repr
9511 __swig_destroy__ = _AnimatSimPy.delete_ConstraintFriction
9512 __del__ =
lambda self:
None
9513 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ConstraintFriction_CastToDerived
9515 CastToDerived = staticmethod(_AnimatSimPy.ConstraintFriction_CastToDerived)
9517 def Enabled(self, *args):
9518 return _AnimatSimPy.ConstraintFriction_Enabled(self, *args)
9520 def Coefficient(self, *args):
9521 return _AnimatSimPy.ConstraintFriction_Coefficient(self, *args)
9523 def MaxForce(self, *args):
9524 return _AnimatSimPy.ConstraintFriction_MaxForce(self, *args)
9526 def Loss(self, *args):
9527 return _AnimatSimPy.ConstraintFriction_Loss(self, *args)
9529 def Proportional(self, *args):
9530 return _AnimatSimPy.ConstraintFriction_Proportional(self, *args)
9532 def StaticFrictionScale(self, *args):
9533 return _AnimatSimPy.ConstraintFriction_StaticFrictionScale(self, *args)
9535 def CreateDefaultUnits(self):
9536 return _AnimatSimPy.ConstraintFriction_CreateDefaultUnits(self)
9538 def SetData(self, strDataType, strValue, bThrowError=True):
9539 return _AnimatSimPy.ConstraintFriction_SetData(self, strDataType, strValue, bThrowError)
9541 def QueryProperties(self, aryProperties):
9542 return _AnimatSimPy.ConstraintFriction_QueryProperties(self, aryProperties)
9544 def Load(self, oXml):
9545 return _AnimatSimPy.ConstraintFriction_Load(self, oXml)
9546 ConstraintFriction_swigregister = _AnimatSimPy.ConstraintFriction_swigregister
9547 ConstraintFriction_swigregister(ConstraintFriction)
9549 def ConstraintFriction_CastToDerived(lpBase):
9550 return _AnimatSimPy.ConstraintFriction_CastToDerived(lpBase)
9551 ConstraintFriction_CastToDerived = _AnimatSimPy.ConstraintFriction_CastToDerived
9554 __swig_setmethods__ = {}
9555 for _s
in [BodyPart]:
9556 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9557 __setattr__ =
lambda self, name, value: _swig_setattr(self, Joint, name, value)
9558 __swig_getmethods__ = {}
9559 for _s
in [BodyPart]:
9560 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9561 __getattr__ =
lambda self, name: _swig_getattr(self, Joint, name)
9562 __repr__ = _swig_repr
9565 this = _AnimatSimPy.new_Joint()
9567 self.this.append(this)
9570 __swig_destroy__ = _AnimatSimPy.delete_Joint
9571 __del__ =
lambda self:
None
9572 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Joint_CastToDerived
9574 CastToDerived = staticmethod(_AnimatSimPy.Joint_CastToDerived)
9576 def UsesRadians(self):
9577 return _AnimatSimPy.Joint_UsesRadians(self)
9579 def Size(self, *args):
9580 return _AnimatSimPy.Joint_Size(self, *args)
9582 def EnableLimits(self, *args):
9583 return _AnimatSimPy.Joint_EnableLimits(self, *args)
9585 def Relaxation1(self, *args):
9586 return _AnimatSimPy.Joint_Relaxation1(self, *args)
9588 def Relaxation2(self, *args):
9589 return _AnimatSimPy.Joint_Relaxation2(self, *args)
9591 def Relaxation3(self, *args):
9592 return _AnimatSimPy.Joint_Relaxation3(self, *args)
9594 def Relaxation4(self, *args):
9595 return _AnimatSimPy.Joint_Relaxation4(self, *args)
9597 def Relaxation5(self, *args):
9598 return _AnimatSimPy.Joint_Relaxation5(self, *args)
9600 def Relaxation6(self, *args):
9601 return _AnimatSimPy.Joint_Relaxation6(self, *args)
9603 def Friction(self, *args):
9604 return _AnimatSimPy.Joint_Friction(self, *args)
9606 def GetPositionWithinLimits(self, fltPos):
9607 return _AnimatSimPy.Joint_GetPositionWithinLimits(self, fltPos)
9609 def GetLimitRange(self):
9610 return _AnimatSimPy.Joint_GetLimitRange(self)
9612 def VisualSelectionType(self):
9613 return _AnimatSimPy.Joint_VisualSelectionType(self)
9615 def Child(self, *args):
9616 return _AnimatSimPy.Joint_Child(self, *args)
9618 def JointPosition(self, *args):
9619 return _AnimatSimPy.Joint_JointPosition(self, *args)
9621 def JointVelocity(self, *args):
9622 return _AnimatSimPy.Joint_JointVelocity(self, *args)
9624 def JointForce(self, *args):
9625 return _AnimatSimPy.Joint_JointForce(self, *args)
9627 def WakeDynamics(self):
9628 return _AnimatSimPy.Joint_WakeDynamics(self)
9630 def CreateJoint(self):
9631 return _AnimatSimPy.Joint_CreateJoint(self)
9633 def UpdatePhysicsPosFromGraphics(self):
9634 return _AnimatSimPy.Joint_UpdatePhysicsPosFromGraphics(self)
9636 def Initialize(self):
9637 return _AnimatSimPy.Joint_Initialize(self)
9639 def GetDataPointer(self, strDataType):
9640 return _AnimatSimPy.Joint_GetDataPointer(self, strDataType)
9642 def SetData(self, strDataType, strValue, bThrowError=True):
9643 return _AnimatSimPy.Joint_SetData(self, strDataType, strValue, bThrowError)
9645 def QueryProperties(self, aryProperties):
9646 return _AnimatSimPy.Joint_QueryProperties(self, aryProperties)
9648 def AddExternalNodeInput(self, iTargetDataType, fltInput):
9649 return _AnimatSimPy.Joint_AddExternalNodeInput(self, iTargetDataType, fltInput)
9651 def ResetSimulation(self):
9652 return _AnimatSimPy.Joint_ResetSimulation(self)
9654 def AfterResetSimulation(self):
9655 return _AnimatSimPy.Joint_AfterResetSimulation(self)
9657 def StepSimulation(self):
9658 return _AnimatSimPy.Joint_StepSimulation(self)
9660 def Load(self, oXml):
9661 return _AnimatSimPy.Joint_Load(self, oXml)
9662 Joint_swigregister = _AnimatSimPy.Joint_swigregister
9663 Joint_swigregister(Joint)
9665 def Joint_CastToDerived(lpBase):
9666 return _AnimatSimPy.Joint_CastToDerived(lpBase)
9667 Joint_CastToDerived = _AnimatSimPy.Joint_CastToDerived
9670 _AnimatSimPy.VelocityControl_swigconstant(_AnimatSimPy)
9671 VelocityControl = _AnimatSimPy.VelocityControl
9673 _AnimatSimPy.PositionControl_swigconstant(_AnimatSimPy)
9674 PositionControl = _AnimatSimPy.PositionControl
9676 _AnimatSimPy.PositionVelocityControl_swigconstant(_AnimatSimPy)
9677 PositionVelocityControl = _AnimatSimPy.PositionVelocityControl
9679 __swig_setmethods__ = {}
9681 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9682 __setattr__ =
lambda self, name, value: _swig_setattr(self, MotorizedJoint, name, value)
9683 __swig_getmethods__ = {}
9685 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9686 __getattr__ =
lambda self, name: _swig_getattr(self, MotorizedJoint, name)
9687 __repr__ = _swig_repr
9690 this = _AnimatSimPy.new_MotorizedJoint()
9692 self.this.append(this)
9695 __swig_destroy__ = _AnimatSimPy.delete_MotorizedJoint
9696 __del__ =
lambda self:
None
9697 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.MotorizedJoint_CastToDerived
9699 CastToDerived = staticmethod(_AnimatSimPy.MotorizedJoint_CastToDerived)
9701 def PhysicsMotorJoint(self, *args):
9702 return _AnimatSimPy.MotorizedJoint_PhysicsMotorJoint(self, *args)
9704 def EnableMotor(self, *args):
9705 return _AnimatSimPy.MotorizedJoint_EnableMotor(self, *args)
9707 def MotorType(self, *args):
9708 return _AnimatSimPy.MotorizedJoint_MotorType(self, *args)
9710 def ServoGain(self, *args):
9711 return _AnimatSimPy.MotorizedJoint_ServoGain(self, *args)
9713 def MaxForce(self, *args):
9714 return _AnimatSimPy.MotorizedJoint_MaxForce(self, *args)
9716 def MaxForceNotScaled(self):
9717 return _AnimatSimPy.MotorizedJoint_MaxForceNotScaled(self)
9719 def MaxVelocity(self, *args):
9720 return _AnimatSimPy.MotorizedJoint_MaxVelocity(self, *args)
9722 def DesiredPosition(self, *args):
9723 return _AnimatSimPy.MotorizedJoint_DesiredPosition(self, *args)
9725 def SetPosition(self, *args):
9726 return _AnimatSimPy.MotorizedJoint_SetPosition(self, *args)
9728 def PrevSetPosition(self, *args):
9729 return _AnimatSimPy.MotorizedJoint_PrevSetPosition(self, *args)
9731 def ReachedSetPosition(self, *args):
9732 return _AnimatSimPy.MotorizedJoint_ReachedSetPosition(self, *args)
9734 def DesiredVelocity(self, *args):
9735 return _AnimatSimPy.MotorizedJoint_DesiredVelocity(self, *args)
9737 def SetVelocity(self, *args):
9738 return _AnimatSimPy.MotorizedJoint_SetVelocity(self, *args)
9740 def PrevSetVelocity(self, *args):
9741 return _AnimatSimPy.MotorizedJoint_PrevSetVelocity(self, *args)
9743 def PrevVelocity(self, *args):
9744 return _AnimatSimPy.MotorizedJoint_PrevVelocity(self, *args)
9746 def AssistCountdown(self, *args):
9747 return _AnimatSimPy.MotorizedJoint_AssistCountdown(self, *args)
9749 def MotorForceToA(self, *args):
9750 return _AnimatSimPy.MotorizedJoint_MotorForceToA(self, *args)
9752 def MotorForceToAMagnitude(self, *args):
9753 return _AnimatSimPy.MotorizedJoint_MotorForceToAMagnitude(self, *args)
9755 def MotorAssistForceToA(self, *args):
9756 return _AnimatSimPy.MotorizedJoint_MotorAssistForceToA(self, *args)
9758 def MotorAssistForceToAReport(self, *args):
9759 return _AnimatSimPy.MotorizedJoint_MotorAssistForceToAReport(self, *args)
9761 def MotorForceToB(self, *args):
9762 return _AnimatSimPy.MotorizedJoint_MotorForceToB(self, *args)
9764 def MotorForceToBMagnitude(self, *args):
9765 return _AnimatSimPy.MotorizedJoint_MotorForceToBMagnitude(self, *args)
9767 def MotorAssistForceToB(self, *args):
9768 return _AnimatSimPy.MotorizedJoint_MotorAssistForceToB(self, *args)
9770 def MotorAssistForceToBReport(self, *args):
9771 return _AnimatSimPy.MotorizedJoint_MotorAssistForceToBReport(self, *args)
9773 def MotorTorqueToA(self, *args):
9774 return _AnimatSimPy.MotorizedJoint_MotorTorqueToA(self, *args)
9776 def MotorTorqueToAMagnitude(self, *args):
9777 return _AnimatSimPy.MotorizedJoint_MotorTorqueToAMagnitude(self, *args)
9779 def MotorAssistTorqueToA(self, *args):
9780 return _AnimatSimPy.MotorizedJoint_MotorAssistTorqueToA(self, *args)
9782 def MotorAssistTorqueToAReport(self, *args):
9783 return _AnimatSimPy.MotorizedJoint_MotorAssistTorqueToAReport(self, *args)
9785 def MotorTorqueToB(self, *args):
9786 return _AnimatSimPy.MotorizedJoint_MotorTorqueToB(self, *args)
9788 def MotorTorqueToBMagnitude(self, *args):
9789 return _AnimatSimPy.MotorizedJoint_MotorTorqueToBMagnitude(self, *args)
9791 def MotorAssistTorqueToB(self, *args):
9792 return _AnimatSimPy.MotorizedJoint_MotorAssistTorqueToB(self, *args)
9794 def MotorAssistTorqueToBReport(self, *args):
9795 return _AnimatSimPy.MotorizedJoint_MotorAssistTorqueToBReport(self, *args)
9797 def AssistPid(self):
9798 return _AnimatSimPy.MotorizedJoint_AssistPid(self)
9800 def Temperature(self, *args):
9801 return _AnimatSimPy.MotorizedJoint_Temperature(self, *args)
9803 def Voltage(self, *args):
9804 return _AnimatSimPy.MotorizedJoint_Voltage(self, *args)
9806 def MotorInput(self, fltInput):
9807 return _AnimatSimPy.MotorizedJoint_MotorInput(self, fltInput)
9809 def RobotMotorControl(self, *args):
9810 return _AnimatSimPy.MotorizedJoint_RobotMotorControl(self, *args)
9812 def SetVelocityToDesired(self):
9813 return _AnimatSimPy.MotorizedJoint_SetVelocityToDesired(self)
9815 def EnableLock(self, bOn, fltPosition, fltMaxLockForce):
9816 return _AnimatSimPy.MotorizedJoint_EnableLock(self, bOn, fltPosition, fltMaxLockForce)
9818 def Initialize(self):
9819 return _AnimatSimPy.MotorizedJoint_Initialize(self)
9821 def ResetSimulation(self):
9822 return _AnimatSimPy.MotorizedJoint_ResetSimulation(self)
9824 def GetDataPointer(self, strDataType):
9825 return _AnimatSimPy.MotorizedJoint_GetDataPointer(self, strDataType)
9827 def SetData(self, strDataType, strValue, bThrowError=True):
9828 return _AnimatSimPy.MotorizedJoint_SetData(self, strDataType, strValue, bThrowError)
9830 def QueryProperties(self, aryProperties):
9831 return _AnimatSimPy.MotorizedJoint_QueryProperties(self, aryProperties)
9833 def Load(self, oXml):
9834 return _AnimatSimPy.MotorizedJoint_Load(self, oXml)
9835 MotorizedJoint_swigregister = _AnimatSimPy.MotorizedJoint_swigregister
9836 MotorizedJoint_swigregister(MotorizedJoint)
9838 def MotorizedJoint_CastToDerived(lpBase):
9839 return _AnimatSimPy.MotorizedJoint_CastToDerived(lpBase)
9840 MotorizedJoint_CastToDerived = _AnimatSimPy.MotorizedJoint_CastToDerived
9843 __swig_setmethods__ = {}
9845 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9846 __setattr__ =
lambda self, name, value: _swig_setattr(self, BallSocket, name, value)
9847 __swig_getmethods__ = {}
9849 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9850 __getattr__ =
lambda self, name: _swig_getattr(self, BallSocket, name)
9851 __repr__ = _swig_repr
9854 this = _AnimatSimPy.new_BallSocket()
9856 self.this.append(this)
9859 __swig_destroy__ = _AnimatSimPy.delete_BallSocket
9860 __del__ =
lambda self:
None
9861 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.BallSocket_CastToDerived
9863 CastToDerived = staticmethod(_AnimatSimPy.BallSocket_CastToDerived)
9865 def CylinderRadius(self):
9866 return _AnimatSimPy.BallSocket_CylinderRadius(self)
9868 def CylinderHeight(self):
9869 return _AnimatSimPy.BallSocket_CylinderHeight(self)
9871 def BallRadius(self):
9872 return _AnimatSimPy.BallSocket_BallRadius(self)
9874 def Load(self, oXml):
9875 return _AnimatSimPy.BallSocket_Load(self, oXml)
9876 BallSocket_swigregister = _AnimatSimPy.BallSocket_swigregister
9877 BallSocket_swigregister(BallSocket)
9879 def BallSocket_CastToDerived(lpBase):
9880 return _AnimatSimPy.BallSocket_CastToDerived(lpBase)
9881 BallSocket_CastToDerived = _AnimatSimPy.BallSocket_CastToDerived
9884 __swig_setmethods__ = {}
9885 for _s
in [MotorizedJoint]:
9886 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9887 __setattr__ =
lambda self, name, value: _swig_setattr(self, Hinge, name, value)
9888 __swig_getmethods__ = {}
9889 for _s
in [MotorizedJoint]:
9890 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9891 __getattr__ =
lambda self, name: _swig_getattr(self, Hinge, name)
9892 __repr__ = _swig_repr
9895 this = _AnimatSimPy.new_Hinge()
9897 self.this.append(this)
9900 __swig_destroy__ = _AnimatSimPy.delete_Hinge
9901 __del__ =
lambda self:
None
9902 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Hinge_CastToDerived
9904 CastToDerived = staticmethod(_AnimatSimPy.Hinge_CastToDerived)
9906 def CylinderRadius(self):
9907 return _AnimatSimPy.Hinge_CylinderRadius(self)
9909 def CylinderHeight(self):
9910 return _AnimatSimPy.Hinge_CylinderHeight(self)
9912 def FlapWidth(self):
9913 return _AnimatSimPy.Hinge_FlapWidth(self)
9915 def Enabled(self, bValue):
9916 return _AnimatSimPy.Hinge_Enabled(self, bValue)
9918 def UpperLimit(self):
9919 return _AnimatSimPy.Hinge_UpperLimit(self)
9921 def LowerLimit(self):
9922 return _AnimatSimPy.Hinge_LowerLimit(self)
9924 def GetPositionWithinLimits(self, fltPos):
9925 return _AnimatSimPy.Hinge_GetPositionWithinLimits(self, fltPos)
9927 def GetLimitRange(self):
9928 return _AnimatSimPy.Hinge_GetLimitRange(self)
9930 def SetData(self, strDataType, strValue, bThrowError=True):
9931 return _AnimatSimPy.Hinge_SetData(self, strDataType, strValue, bThrowError)
9933 def AddExternalNodeInput(self, iTargetDataType, fltInput):
9934 return _AnimatSimPy.Hinge_AddExternalNodeInput(self, iTargetDataType, fltInput)
9936 def GetTargetDataTypeIndex(self, strDataType):
9937 return _AnimatSimPy.Hinge_GetTargetDataTypeIndex(self, strDataType)
9939 def UpdateData(self):
9940 return _AnimatSimPy.Hinge_UpdateData(self)
9942 def ResetSimulation(self):
9943 return _AnimatSimPy.Hinge_ResetSimulation(self)
9945 def Load(self, oXml):
9946 return _AnimatSimPy.Hinge_Load(self, oXml)
9947 Hinge_swigregister = _AnimatSimPy.Hinge_swigregister
9948 Hinge_swigregister(Hinge)
9950 def Hinge_CastToDerived(lpBase):
9951 return _AnimatSimPy.Hinge_CastToDerived(lpBase)
9952 Hinge_CastToDerived = _AnimatSimPy.Hinge_CastToDerived
9955 __swig_setmethods__ = {}
9956 for _s
in [MotorizedJoint]:
9957 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
9958 __setattr__ =
lambda self, name, value: _swig_setattr(self, Prismatic, name, value)
9959 __swig_getmethods__ = {}
9960 for _s
in [MotorizedJoint]:
9961 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
9962 __getattr__ =
lambda self, name: _swig_getattr(self, Prismatic, name)
9963 __repr__ = _swig_repr
9966 this = _AnimatSimPy.new_Prismatic()
9968 self.this.append(this)
9971 __swig_destroy__ = _AnimatSimPy.delete_Prismatic
9972 __del__ =
lambda self:
None
9973 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Prismatic_CastToDerived
9975 CastToDerived = staticmethod(_AnimatSimPy.Prismatic_CastToDerived)
9977 def CylinderRadius(self):
9978 return _AnimatSimPy.Prismatic_CylinderRadius(self)
9981 return _AnimatSimPy.Prismatic_BoxSize(self)
9983 def Enabled(self, bValue):
9984 return _AnimatSimPy.Prismatic_Enabled(self, bValue)
9986 def UpperLimit(self):
9987 return _AnimatSimPy.Prismatic_UpperLimit(self)
9989 def LowerLimit(self):
9990 return _AnimatSimPy.Prismatic_LowerLimit(self)
9992 def GetPositionWithinLimits(self, fltPos):
9993 return _AnimatSimPy.Prismatic_GetPositionWithinLimits(self, fltPos)
9995 def GetLimitRange(self):
9996 return _AnimatSimPy.Prismatic_GetLimitRange(self)
9998 def UsesRadians(self):
9999 return _AnimatSimPy.Prismatic_UsesRadians(self)
10001 def SetData(self, strDataType, strValue, bThrowError=True):
10002 return _AnimatSimPy.Prismatic_SetData(self, strDataType, strValue, bThrowError)
10004 def AddExternalNodeInput(self, iTargetDataType, fltInput):
10005 return _AnimatSimPy.Prismatic_AddExternalNodeInput(self, iTargetDataType, fltInput)
10007 def GetTargetDataTypeIndex(self, strDataType):
10008 return _AnimatSimPy.Prismatic_GetTargetDataTypeIndex(self, strDataType)
10010 def Load(self, oXml):
10011 return _AnimatSimPy.Prismatic_Load(self, oXml)
10012 Prismatic_swigregister = _AnimatSimPy.Prismatic_swigregister
10013 Prismatic_swigregister(Prismatic)
10015 def Prismatic_CastToDerived(lpBase):
10016 return _AnimatSimPy.Prismatic_CastToDerived(lpBase)
10017 Prismatic_CastToDerived = _AnimatSimPy.Prismatic_CastToDerived
10020 __swig_setmethods__ = {}
10022 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10023 __setattr__ =
lambda self, name, value: _swig_setattr(self, LinearJoint, name, value)
10024 __swig_getmethods__ = {}
10026 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10027 __getattr__ =
lambda self, name: _swig_getattr(self, LinearJoint, name)
10028 __repr__ = _swig_repr
10030 def __init__(self):
10031 this = _AnimatSimPy.new_LinearJoint()
10033 self.this.append(this)
10036 __swig_destroy__ = _AnimatSimPy.delete_LinearJoint
10037 __del__ =
lambda self:
None
10038 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LinearJoint_CastToDerived
10040 CastToDerived = staticmethod(_AnimatSimPy.LinearJoint_CastToDerived)
10042 def LinearType(self, *args):
10043 return _AnimatSimPy.LinearJoint_LinearType(self, *args)
10045 def PlaneWidth(self):
10046 return _AnimatSimPy.LinearJoint_PlaneWidth(self)
10048 def PlaneSize(self):
10049 return _AnimatSimPy.LinearJoint_PlaneSize(self)
10051 def CylinderRadius(self):
10052 return _AnimatSimPy.LinearJoint_CylinderRadius(self)
10054 def CylinderHeight(self):
10055 return _AnimatSimPy.LinearJoint_CylinderHeight(self)
10057 def SetData(self, strDataType, strValue, bThrowError=True):
10058 return _AnimatSimPy.LinearJoint_SetData(self, strDataType, strValue, bThrowError)
10060 def QueryProperties(self, aryProperties):
10061 return _AnimatSimPy.LinearJoint_QueryProperties(self, aryProperties)
10063 def Load(self, oXml):
10064 return _AnimatSimPy.LinearJoint_Load(self, oXml)
10065 LinearJoint_swigregister = _AnimatSimPy.LinearJoint_swigregister
10066 LinearJoint_swigregister(LinearJoint)
10068 def LinearJoint_CastToDerived(lpBase):
10069 return _AnimatSimPy.LinearJoint_CastToDerived(lpBase)
10070 LinearJoint_CastToDerived = _AnimatSimPy.LinearJoint_CastToDerived
10073 __swig_setmethods__ = {}
10075 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10076 __setattr__ =
lambda self, name, value: _swig_setattr(self, RPRO, name, value)
10077 __swig_getmethods__ = {}
10079 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10080 __getattr__ =
lambda self, name: _swig_getattr(self, RPRO, name)
10081 __repr__ = _swig_repr
10083 def __init__(self):
10084 this = _AnimatSimPy.new_RPRO()
10086 self.this.append(this)
10089 __swig_destroy__ = _AnimatSimPy.delete_RPRO
10090 __del__ =
lambda self:
None
10091 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RPRO_CastToDerived
10093 CastToDerived = staticmethod(_AnimatSimPy.RPRO_CastToDerived)
10095 def CylinderRadius(self):
10096 return _AnimatSimPy.RPRO_CylinderRadius(self)
10098 def CylinderHeight(self):
10099 return _AnimatSimPy.RPRO_CylinderHeight(self)
10101 def BallRadius(self):
10102 return _AnimatSimPy.RPRO_BallRadius(self)
10104 def Load(self, oXml):
10105 return _AnimatSimPy.RPRO_Load(self, oXml)
10106 RPRO_swigregister = _AnimatSimPy.RPRO_swigregister
10107 RPRO_swigregister(RPRO)
10109 def RPRO_CastToDerived(lpBase):
10110 return _AnimatSimPy.RPRO_CastToDerived(lpBase)
10111 RPRO_CastToDerived = _AnimatSimPy.RPRO_CastToDerived
10114 __swig_setmethods__ = {}
10115 for _s
in [AnimatBase]:
10116 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10117 __setattr__ =
lambda self, name, value: _swig_setattr(self, ContactSensor, name, value)
10118 __swig_getmethods__ = {}
10119 for _s
in [AnimatBase]:
10120 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10121 __getattr__ =
lambda self, name: _swig_getattr(self, ContactSensor, name)
10122 __repr__ = _swig_repr
10124 def __init__(self):
10125 this = _AnimatSimPy.new_ContactSensor()
10127 self.this.append(this)
10130 __swig_destroy__ = _AnimatSimPy.delete_ContactSensor
10131 __del__ =
lambda self:
None
10132 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ContactSensor_CastToDerived
10134 CastToDerived = staticmethod(_AnimatSimPy.ContactSensor_CastToDerived)
10136 def FieldGain(self):
10137 return _AnimatSimPy.ContactSensor_FieldGain(self)
10139 def CurrentGain(self):
10140 return _AnimatSimPy.ContactSensor_CurrentGain(self)
10142 def GetReceptiveField(self, iIndex):
10143 return _AnimatSimPy.ContactSensor_GetReceptiveField(self, iIndex)
10145 def FindReceptiveField(self, fltX, fltY, fltZ, iIndex):
10146 return _AnimatSimPy.ContactSensor_FindReceptiveField(self, fltX, fltY, fltZ, iIndex)
10148 def FindClosestReceptiveField(self, fltX, fltY, fltZ):
10149 return _AnimatSimPy.ContactSensor_FindClosestReceptiveField(self, fltX, fltY, fltZ)
10151 def FinishedAddingVertices(self):
10152 return _AnimatSimPy.ContactSensor_FinishedAddingVertices(self)
10154 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
10155 return _AnimatSimPy.ContactSensor_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
10157 def RemoveItem(self, strItemType, strID, bThrowError=True):
10158 return _AnimatSimPy.ContactSensor_RemoveItem(self, strItemType, strID, bThrowError)
10160 def ClearCurrents(self):
10161 return _AnimatSimPy.ContactSensor_ClearCurrents(self)
10163 def ProcessContact(self, vPos, fltForceMagnitude):
10164 return _AnimatSimPy.ContactSensor_ProcessContact(self, vPos, fltForceMagnitude)
10166 def Load(self, oXml):
10167 return _AnimatSimPy.ContactSensor_Load(self, oXml)
10168 ContactSensor_swigregister = _AnimatSimPy.ContactSensor_swigregister
10169 ContactSensor_swigregister(ContactSensor)
10171 def ContactSensor_CastToDerived(lpBase):
10172 return _AnimatSimPy.ContactSensor_CastToDerived(lpBase)
10173 ContactSensor_CastToDerived = _AnimatSimPy.ContactSensor_CastToDerived
10176 __swig_setmethods__ = {}
10177 for _s
in [AnimatBase]:
10178 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10179 __setattr__ =
lambda self, name, value: _swig_setattr(self, Odor, name, value)
10180 __swig_getmethods__ = {}
10181 for _s
in [AnimatBase]:
10182 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10183 __getattr__ =
lambda self, name: _swig_getattr(self, Odor, name)
10184 __repr__ = _swig_repr
10186 def __init__(self, lpParent):
10187 this = _AnimatSimPy.new_Odor(lpParent)
10189 self.this.append(this)
10192 __swig_destroy__ = _AnimatSimPy.delete_Odor
10193 __del__ =
lambda self:
None
10194 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Odor_CastToDerived
10196 CastToDerived = staticmethod(_AnimatSimPy.Odor_CastToDerived)
10198 def Enabled(self, *args):
10199 return _AnimatSimPy.Odor_Enabled(self, *args)
10201 def SetOdorType(self, strType):
10202 return _AnimatSimPy.Odor_SetOdorType(self, strType)
10204 def GetOdorType(self):
10205 return _AnimatSimPy.Odor_GetOdorType(self)
10207 def Quantity(self, *args):
10208 return _AnimatSimPy.Odor_Quantity(self, *args)
10210 def UseFoodQuantity(self, *args):
10211 return _AnimatSimPy.Odor_UseFoodQuantity(self, *args)
10213 def CalculateOdorValue(self, lpType, oSensorPos):
10214 return _AnimatSimPy.Odor_CalculateOdorValue(self, lpType, oSensorPos)
10216 def SetData(self, strDataType, strValue, bThrowError=True):
10217 return _AnimatSimPy.Odor_SetData(self, strDataType, strValue, bThrowError)
10219 def QueryProperties(self, aryProperties):
10220 return _AnimatSimPy.Odor_QueryProperties(self, aryProperties)
10222 def Load(self, oXml):
10223 return _AnimatSimPy.Odor_Load(self, oXml)
10224 Odor_swigregister = _AnimatSimPy.Odor_swigregister
10225 Odor_swigregister(Odor)
10227 def Odor_CastToDerived(lpBase):
10228 return _AnimatSimPy.Odor_CastToDerived(lpBase)
10229 Odor_CastToDerived = _AnimatSimPy.Odor_CastToDerived
10232 __swig_setmethods__ = {}
10233 for _s
in [AnimatBase]:
10234 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10235 __setattr__ =
lambda self, name, value: _swig_setattr(self, OdorType, name, value)
10236 __swig_getmethods__ = {}
10237 for _s
in [AnimatBase]:
10238 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10239 __getattr__ =
lambda self, name: _swig_getattr(self, OdorType, name)
10240 __repr__ = _swig_repr
10242 def __init__(self):
10243 this = _AnimatSimPy.new_OdorType()
10245 self.this.append(this)
10248 __swig_destroy__ = _AnimatSimPy.delete_OdorType
10249 __del__ =
lambda self:
None
10250 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.OdorType_CastToDerived
10252 CastToDerived = staticmethod(_AnimatSimPy.OdorType_CastToDerived)
10254 def DiffusionConstant(self, *args):
10255 return _AnimatSimPy.OdorType_DiffusionConstant(self, *args)
10257 def FindOdorSource(self, strOdorID, bThrowError=True):
10258 return _AnimatSimPy.OdorType_FindOdorSource(self, strOdorID, bThrowError)
10260 def AddOdorSource(self, lpOdor):
10261 return _AnimatSimPy.OdorType_AddOdorSource(self, lpOdor)
10263 def CalculateOdorValue(self, oSensorPos):
10264 return _AnimatSimPy.OdorType_CalculateOdorValue(self, oSensorPos)
10266 def SetData(self, strDataType, strValue, bThrowError=True):
10267 return _AnimatSimPy.OdorType_SetData(self, strDataType, strValue, bThrowError)
10269 def QueryProperties(self, aryProperties):
10270 return _AnimatSimPy.OdorType_QueryProperties(self, aryProperties)
10272 def Load(self, oXml):
10273 return _AnimatSimPy.OdorType_Load(self, oXml)
10274 OdorType_swigregister = _AnimatSimPy.OdorType_swigregister
10275 OdorType_swigregister(OdorType)
10277 def OdorType_CastToDerived(lpBase):
10278 return _AnimatSimPy.OdorType_CastToDerived(lpBase)
10279 OdorType_CastToDerived = _AnimatSimPy.OdorType_CastToDerived
10282 __swig_setmethods__ = {}
10283 for _s
in [BodyPart]:
10284 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10285 __setattr__ =
lambda self, name, value: _swig_setattr(self, RigidBody, name, value)
10286 __swig_getmethods__ = {}
10287 for _s
in [BodyPart]:
10288 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10289 __getattr__ =
lambda self, name: _swig_getattr(self, RigidBody, name)
10290 __repr__ = _swig_repr
10292 def __init__(self):
10293 this = _AnimatSimPy.new_RigidBody()
10295 self.this.append(this)
10298 __swig_destroy__ = _AnimatSimPy.delete_RigidBody
10299 __del__ =
lambda self:
None
10300 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RigidBody_CastToDerived
10302 CastToDerived = staticmethod(_AnimatSimPy.RigidBody_CastToDerived)
10304 def Position(self, *args):
10305 return _AnimatSimPy.RigidBody_Position(self, *args)
10307 def VisualSelectionType(self):
10308 return _AnimatSimPy.RigidBody_VisualSelectionType(self)
10310 def CenterOfMassWithStaticChildren(self):
10311 return _AnimatSimPy.RigidBody_CenterOfMassWithStaticChildren(self)
10313 def CenterOfMass(self, *args):
10314 return _AnimatSimPy.RigidBody_CenterOfMass(self, *args)
10316 def ChildParts(self):
10317 return _AnimatSimPy.RigidBody_ChildParts(self)
10319 def JointToParent(self, *args):
10320 return _AnimatSimPy.RigidBody_JointToParent(self, *args)
10322 def GetContactSensor(self):
10323 return _AnimatSimPy.RigidBody_GetContactSensor(self)
10325 def Density(self, *args):
10326 return _AnimatSimPy.RigidBody_Density(self, *args)
10328 def Mass(self, *args):
10329 return _AnimatSimPy.RigidBody_Mass(self, *args)
10331 def MassWithChildren(self):
10332 return _AnimatSimPy.RigidBody_MassWithChildren(self)
10334 def Volume(self, *args):
10335 return _AnimatSimPy.RigidBody_Volume(self, *args)
10337 def Freeze(self, *args):
10338 return _AnimatSimPy.RigidBody_Freeze(self, *args)
10340 def IsContactSensor(self, *args):
10341 return _AnimatSimPy.RigidBody_IsContactSensor(self, *args)
10343 def IsCollisionObject(self, *args):
10344 return _AnimatSimPy.RigidBody_IsCollisionObject(self, *args)
10346 def IsStickyPart(self, *args):
10347 return _AnimatSimPy.RigidBody_IsStickyPart(self, *args)
10349 def StickyOn(self, *args):
10350 return _AnimatSimPy.RigidBody_StickyOn(self, *args)
10352 def StickyChild(self, *args):
10353 return _AnimatSimPy.RigidBody_StickyChild(self, *args)
10356 return _AnimatSimPy.RigidBody_IsRoot(self)
10358 def HasStaticJoint(self):
10359 return _AnimatSimPy.RigidBody_HasStaticJoint(self)
10361 def HasStaticChildren(self):
10362 return _AnimatSimPy.RigidBody_HasStaticChildren(self)
10364 def StaticChildrenMass(self):
10365 return _AnimatSimPy.RigidBody_StaticChildrenMass(self)
10367 def IsFoodSource(self, *args):
10368 return _AnimatSimPy.RigidBody_IsFoodSource(self, *args)
10370 def FoodQuantity(self, *args):
10371 return _AnimatSimPy.RigidBody_FoodQuantity(self, *args)
10373 def FoodEaten(self, *args):
10374 return _AnimatSimPy.RigidBody_FoodEaten(self, *args)
10376 def FoodReplenishRate(self, *args):
10377 return _AnimatSimPy.RigidBody_FoodReplenishRate(self, *args)
10379 def FoodEnergyContent(self, *args):
10380 return _AnimatSimPy.RigidBody_FoodEnergyContent(self, *args)
10382 def MaxFoodQuantity(self, *args):
10383 return _AnimatSimPy.RigidBody_MaxFoodQuantity(self, *args)
10385 def LinearVelocityDamping(self, *args):
10386 return _AnimatSimPy.RigidBody_LinearVelocityDamping(self, *args)
10388 def AngularVelocityDamping(self, *args):
10389 return _AnimatSimPy.RigidBody_AngularVelocityDamping(self, *args)
10391 def MaterialID(self, *args):
10392 return _AnimatSimPy.RigidBody_MaterialID(self, *args)
10394 def BuoyancyCenter(self, *args):
10395 return _AnimatSimPy.RigidBody_BuoyancyCenter(self, *args)
10397 def BuoyancyScale(self, *args):
10398 return _AnimatSimPy.RigidBody_BuoyancyScale(self, *args)
10400 def LinearDrag(self, *args):
10401 return _AnimatSimPy.RigidBody_LinearDrag(self, *args)
10403 def AngularDrag(self, *args):
10404 return _AnimatSimPy.RigidBody_AngularDrag(self, *args)
10406 def MaxHydroForce(self, *args):
10407 return _AnimatSimPy.RigidBody_MaxHydroForce(self, *args)
10409 def MaxHydroTorque(self, *args):
10410 return _AnimatSimPy.RigidBody_MaxHydroTorque(self, *args)
10412 def Magnus(self, *args):
10413 return _AnimatSimPy.RigidBody_Magnus(self, *args)
10415 def EnableFluids(self, *args):
10416 return _AnimatSimPy.RigidBody_EnableFluids(self, *args)
10418 def HasCollisionGeometry(self):
10419 return _AnimatSimPy.RigidBody_HasCollisionGeometry(self)
10421 def DisplayDebugCollisionGraphic(self, *args):
10422 return _AnimatSimPy.RigidBody_DisplayDebugCollisionGraphic(self, *args)
10424 def GetExclusionCollisionSet(self):
10425 return _AnimatSimPy.RigidBody_GetExclusionCollisionSet(self)
10427 def FindCollisionExclusionBody(self, lpBody, bThrowError=True):
10428 return _AnimatSimPy.RigidBody_FindCollisionExclusionBody(self, lpBody, bThrowError)
10430 def SurfaceContactCount(self):
10431 return _AnimatSimPy.RigidBody_SurfaceContactCount(self)
10433 def Eat(self, fltBiteSize, lTimeSlice):
10434 return _AnimatSimPy.RigidBody_Eat(self, fltBiteSize, lTimeSlice)
10436 def AddSurfaceContact(self, lpContactedSurface):
10437 return _AnimatSimPy.RigidBody_AddSurfaceContact(self, lpContactedSurface)
10439 def RemoveSurfaceContact(self, lpContactedSurface):
10440 return _AnimatSimPy.RigidBody_RemoveSurfaceContact(self, lpContactedSurface)
10442 def SetSurfaceContactCount(self, iCount):
10443 return _AnimatSimPy.RigidBody_SetSurfaceContactCount(self, iCount)
10445 def AddForceAtLocalPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits):
10446 return _AnimatSimPy.RigidBody_AddForceAtLocalPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits)
10448 def AddForceAtWorldPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits):
10449 return _AnimatSimPy.RigidBody_AddForceAtWorldPos(self, fltPx, fltPy, fltPz, fltFx, fltFy, fltFz, bScaleUnits)
10451 def AddTorque(self, fltTx, fltTy, fltTz, bScaleUnits):
10452 return _AnimatSimPy.RigidBody_AddTorque(self, fltTx, fltTy, fltTz, bScaleUnits)
10454 def GetVelocityAtPoint(self, x, y, z):
10455 return _AnimatSimPy.RigidBody_GetVelocityAtPoint(self, x, y, z)
10457 def GetMassValueWithStaticChildren(self):
10458 return _AnimatSimPy.RigidBody_GetMassValueWithStaticChildren(self)
10460 def GetDensity(self):
10461 return _AnimatSimPy.RigidBody_GetDensity(self)
10464 return _AnimatSimPy.RigidBody_GetMass(self)
10466 def GetVolume(self):
10467 return _AnimatSimPy.RigidBody_GetVolume(self)
10469 def UpdatePhysicsPosFromGraphics(self):
10470 return _AnimatSimPy.RigidBody_UpdatePhysicsPosFromGraphics(self)
10472 def UpdateChildPhysicsPosFromGraphics(self):
10473 return _AnimatSimPy.RigidBody_UpdateChildPhysicsPosFromGraphics(self)
10475 def ParentWithCollisionGeometry(self):
10476 return _AnimatSimPy.RigidBody_ParentWithCollisionGeometry(self)
10478 def EnableCollision(self, lpBody):
10479 return _AnimatSimPy.RigidBody_EnableCollision(self, lpBody)
10481 def DisableCollision(self, lpBody):
10482 return _AnimatSimPy.RigidBody_DisableCollision(self, lpBody)
10484 def CreateParts(self):
10485 return _AnimatSimPy.RigidBody_CreateParts(self)
10487 def CreateChildParts(self):
10488 return _AnimatSimPy.RigidBody_CreateChildParts(self)
10490 def CreateJoints(self):
10491 return _AnimatSimPy.RigidBody_CreateJoints(self)
10493 def CreateChildJoints(self):
10494 return _AnimatSimPy.RigidBody_CreateChildJoints(self)
10496 def GetDataPointer(self, strDataType):
10497 return _AnimatSimPy.RigidBody_GetDataPointer(self, strDataType)
10499 def SetData(self, strDataType, strValue, bThrowError=True):
10500 return _AnimatSimPy.RigidBody_SetData(self, strDataType, strValue, bThrowError)
10502 def QueryProperties(self, aryProperties):
10503 return _AnimatSimPy.RigidBody_QueryProperties(self, aryProperties)
10505 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
10506 return _AnimatSimPy.RigidBody_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
10508 def RemoveItem(self, strItemType, strID, bThrowError=True):
10509 return _AnimatSimPy.RigidBody_RemoveItem(self, strItemType, strID, bThrowError)
10511 def SimPausing(self):
10512 return _AnimatSimPy.RigidBody_SimPausing(self)
10514 def GetTargetDataTypeIndex(self, strDataType):
10515 return _AnimatSimPy.RigidBody_GetTargetDataTypeIndex(self, strDataType)
10517 def AddExternalNodeInput(self, iTargetDataType, fltInput):
10518 return _AnimatSimPy.RigidBody_AddExternalNodeInput(self, iTargetDataType, fltInput)
10520 def StepSimulation(self):
10521 return _AnimatSimPy.RigidBody_StepSimulation(self)
10523 def ResetSimulation(self):
10524 return _AnimatSimPy.RigidBody_ResetSimulation(self)
10526 def AfterResetSimulation(self):
10527 return _AnimatSimPy.RigidBody_AfterResetSimulation(self)
10529 def Kill(self, bState=True):
10530 return _AnimatSimPy.RigidBody_Kill(self, bState)
10532 def Load(self, oXml):
10533 return _AnimatSimPy.RigidBody_Load(self, oXml)
10534 RigidBody_swigregister = _AnimatSimPy.RigidBody_swigregister
10535 RigidBody_swigregister(RigidBody)
10537 def RigidBody_CastToDerived(lpBase):
10538 return _AnimatSimPy.RigidBody_CastToDerived(lpBase)
10539 RigidBody_CastToDerived = _AnimatSimPy.RigidBody_CastToDerived
10542 __swig_setmethods__ = {}
10543 for _s
in [RigidBody]:
10544 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10545 __setattr__ =
lambda self, name, value: _swig_setattr(self, Plane, name, value)
10546 __swig_getmethods__ = {}
10547 for _s
in [RigidBody]:
10548 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10549 __getattr__ =
lambda self, name: _swig_getattr(self, Plane, name)
10550 __repr__ = _swig_repr
10552 def __init__(self):
10553 this = _AnimatSimPy.new_Plane()
10555 self.this.append(this)
10558 __swig_destroy__ = _AnimatSimPy.delete_Plane
10559 __del__ =
lambda self:
None
10560 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Plane_CastToDerived
10562 CastToDerived = staticmethod(_AnimatSimPy.Plane_CastToDerived)
10565 return _AnimatSimPy.Plane_CornerX(self)
10568 return _AnimatSimPy.Plane_CornerY(self)
10571 return _AnimatSimPy.Plane_GridX(self)
10574 return _AnimatSimPy.Plane_GridY(self)
10576 def Size(self, *args):
10577 return _AnimatSimPy.Plane_Size(self, *args)
10579 def WidthSegments(self, *args):
10580 return _AnimatSimPy.Plane_WidthSegments(self, *args)
10582 def LengthSegments(self, *args):
10583 return _AnimatSimPy.Plane_LengthSegments(self, *args)
10585 def SetData(self, strDataType, strValue, bThrowError=True):
10586 return _AnimatSimPy.Plane_SetData(self, strDataType, strValue, bThrowError)
10588 def QueryProperties(self, aryProperties):
10589 return _AnimatSimPy.Plane_QueryProperties(self, aryProperties)
10591 def Load(self, oXml):
10592 return _AnimatSimPy.Plane_Load(self, oXml)
10593 Plane_swigregister = _AnimatSimPy.Plane_swigregister
10594 Plane_swigregister(Plane)
10596 def Plane_CastToDerived(lpBase):
10597 return _AnimatSimPy.Plane_CastToDerived(lpBase)
10598 Plane_CastToDerived = _AnimatSimPy.Plane_CastToDerived
10601 __swig_setmethods__ = {}
10603 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10604 __setattr__ =
lambda self, name, value: _swig_setattr(self, FluidPlane, name, value)
10605 __swig_getmethods__ = {}
10607 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10608 __getattr__ =
lambda self, name: _swig_getattr(self, FluidPlane, name)
10609 __repr__ = _swig_repr
10611 def __init__(self):
10612 this = _AnimatSimPy.new_FluidPlane()
10614 self.this.append(this)
10617 __swig_destroy__ = _AnimatSimPy.delete_FluidPlane
10618 __del__ =
lambda self:
None
10619 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.FluidPlane_CastToDerived
10621 CastToDerived = staticmethod(_AnimatSimPy.FluidPlane_CastToDerived)
10623 def AllowRotateDragX(self):
10624 return _AnimatSimPy.FluidPlane_AllowRotateDragX(self)
10626 def AllowRotateDragY(self):
10627 return _AnimatSimPy.FluidPlane_AllowRotateDragY(self)
10629 def AllowRotateDragZ(self):
10630 return _AnimatSimPy.FluidPlane_AllowRotateDragZ(self)
10633 return _AnimatSimPy.FluidPlane_Height(self)
10635 def Velocity(self, *args):
10636 return _AnimatSimPy.FluidPlane_Velocity(self, *args)
10638 def SetData(self, strDataType, strValue, bThrowError=True):
10639 return _AnimatSimPy.FluidPlane_SetData(self, strDataType, strValue, bThrowError)
10641 def QueryProperties(self, aryProperties):
10642 return _AnimatSimPy.FluidPlane_QueryProperties(self, aryProperties)
10644 def Load(self, oXml):
10645 return _AnimatSimPy.FluidPlane_Load(self, oXml)
10646 FluidPlane_swigregister = _AnimatSimPy.FluidPlane_swigregister
10647 FluidPlane_swigregister(FluidPlane)
10649 def FluidPlane_CastToDerived(lpBase):
10650 return _AnimatSimPy.FluidPlane_CastToDerived(lpBase)
10651 FluidPlane_CastToDerived = _AnimatSimPy.FluidPlane_CastToDerived
10654 __swig_setmethods__ = {}
10655 for _s
in [RigidBody]:
10656 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10657 __setattr__ =
lambda self, name, value: _swig_setattr(self, Cylinder, name, value)
10658 __swig_getmethods__ = {}
10659 for _s
in [RigidBody]:
10660 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10661 __getattr__ =
lambda self, name: _swig_getattr(self, Cylinder, name)
10662 __repr__ = _swig_repr
10664 def __init__(self):
10665 this = _AnimatSimPy.new_Cylinder()
10667 self.this.append(this)
10670 __swig_destroy__ = _AnimatSimPy.delete_Cylinder
10671 __del__ =
lambda self:
None
10672 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Cylinder_CastToDerived
10674 CastToDerived = staticmethod(_AnimatSimPy.Cylinder_CastToDerived)
10676 def Radius(self, *args):
10677 return _AnimatSimPy.Cylinder_Radius(self, *args)
10679 def Height(self, *args):
10680 return _AnimatSimPy.Cylinder_Height(self, *args)
10682 def Sides(self, *args):
10683 return _AnimatSimPy.Cylinder_Sides(self, *args)
10685 def SetData(self, strDataType, strValue, bThrowError=True):
10686 return _AnimatSimPy.Cylinder_SetData(self, strDataType, strValue, bThrowError)
10688 def QueryProperties(self, aryProperties):
10689 return _AnimatSimPy.Cylinder_QueryProperties(self, aryProperties)
10691 def Load(self, oXml):
10692 return _AnimatSimPy.Cylinder_Load(self, oXml)
10693 Cylinder_swigregister = _AnimatSimPy.Cylinder_swigregister
10694 Cylinder_swigregister(Cylinder)
10696 def Cylinder_CastToDerived(lpBase):
10697 return _AnimatSimPy.Cylinder_CastToDerived(lpBase)
10698 Cylinder_CastToDerived = _AnimatSimPy.Cylinder_CastToDerived
10701 __swig_setmethods__ = {}
10702 for _s
in [RigidBody]:
10703 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10704 __setattr__ =
lambda self, name, value: _swig_setattr(self, Cone, name, value)
10705 __swig_getmethods__ = {}
10706 for _s
in [RigidBody]:
10707 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10708 __getattr__ =
lambda self, name: _swig_getattr(self, Cone, name)
10709 __repr__ = _swig_repr
10711 def __init__(self):
10712 this = _AnimatSimPy.new_Cone()
10714 self.this.append(this)
10717 __swig_destroy__ = _AnimatSimPy.delete_Cone
10718 __del__ =
lambda self:
None
10719 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Cone_CastToDerived
10721 CastToDerived = staticmethod(_AnimatSimPy.Cone_CastToDerived)
10723 def LowerRadius(self, *args):
10724 return _AnimatSimPy.Cone_LowerRadius(self, *args)
10726 def UpperRadius(self, *args):
10727 return _AnimatSimPy.Cone_UpperRadius(self, *args)
10729 def Height(self, *args):
10730 return _AnimatSimPy.Cone_Height(self, *args)
10732 def Sides(self, *args):
10733 return _AnimatSimPy.Cone_Sides(self, *args)
10735 def SetData(self, strDataType, strValue, bThrowError=True):
10736 return _AnimatSimPy.Cone_SetData(self, strDataType, strValue, bThrowError)
10738 def QueryProperties(self, aryProperties):
10739 return _AnimatSimPy.Cone_QueryProperties(self, aryProperties)
10741 def Load(self, oXml):
10742 return _AnimatSimPy.Cone_Load(self, oXml)
10743 Cone_swigregister = _AnimatSimPy.Cone_swigregister
10744 Cone_swigregister(Cone)
10746 def Cone_CastToDerived(lpBase):
10747 return _AnimatSimPy.Cone_CastToDerived(lpBase)
10748 Cone_CastToDerived = _AnimatSimPy.Cone_CastToDerived
10751 __swig_setmethods__ = {}
10752 for _s
in [RigidBody]:
10753 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10754 __setattr__ =
lambda self, name, value: _swig_setattr(self, Ellipsoid, name, value)
10755 __swig_getmethods__ = {}
10756 for _s
in [RigidBody]:
10757 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10758 __getattr__ =
lambda self, name: _swig_getattr(self, Ellipsoid, name)
10759 __repr__ = _swig_repr
10761 def __init__(self):
10762 this = _AnimatSimPy.new_Ellipsoid()
10764 self.this.append(this)
10767 __swig_destroy__ = _AnimatSimPy.delete_Ellipsoid
10768 __del__ =
lambda self:
None
10769 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Ellipsoid_CastToDerived
10771 CastToDerived = staticmethod(_AnimatSimPy.Ellipsoid_CastToDerived)
10773 def MajorRadius(self, *args):
10774 return _AnimatSimPy.Ellipsoid_MajorRadius(self, *args)
10776 def MinorRadius(self, *args):
10777 return _AnimatSimPy.Ellipsoid_MinorRadius(self, *args)
10779 def LatSegments(self, *args):
10780 return _AnimatSimPy.Ellipsoid_LatSegments(self, *args)
10782 def LongSegments(self, *args):
10783 return _AnimatSimPy.Ellipsoid_LongSegments(self, *args)
10785 def SetData(self, strDataType, strValue, bThrowError=True):
10786 return _AnimatSimPy.Ellipsoid_SetData(self, strDataType, strValue, bThrowError)
10788 def QueryProperties(self, aryProperties):
10789 return _AnimatSimPy.Ellipsoid_QueryProperties(self, aryProperties)
10791 def Load(self, oXml):
10792 return _AnimatSimPy.Ellipsoid_Load(self, oXml)
10793 Ellipsoid_swigregister = _AnimatSimPy.Ellipsoid_swigregister
10794 Ellipsoid_swigregister(Ellipsoid)
10796 def Ellipsoid_CastToDerived(lpBase):
10797 return _AnimatSimPy.Ellipsoid_CastToDerived(lpBase)
10798 Ellipsoid_CastToDerived = _AnimatSimPy.Ellipsoid_CastToDerived
10801 __swig_setmethods__ = {}
10802 for _s
in [RigidBody]:
10803 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10804 __setattr__ =
lambda self, name, value: _swig_setattr(self, Torus, name, value)
10805 __swig_getmethods__ = {}
10806 for _s
in [RigidBody]:
10807 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10808 __getattr__ =
lambda self, name: _swig_getattr(self, Torus, name)
10809 __repr__ = _swig_repr
10811 def __init__(self):
10812 this = _AnimatSimPy.new_Torus()
10814 self.this.append(this)
10817 __swig_destroy__ = _AnimatSimPy.delete_Torus
10818 __del__ =
lambda self:
None
10819 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Torus_CastToDerived
10821 CastToDerived = staticmethod(_AnimatSimPy.Torus_CastToDerived)
10823 def OutsideRadius(self, *args):
10824 return _AnimatSimPy.Torus_OutsideRadius(self, *args)
10826 def InsideRadius(self, *args):
10827 return _AnimatSimPy.Torus_InsideRadius(self, *args)
10829 def Sides(self, *args):
10830 return _AnimatSimPy.Torus_Sides(self, *args)
10832 def Rings(self, *args):
10833 return _AnimatSimPy.Torus_Rings(self, *args)
10835 def SetData(self, strDataType, strValue, bThrowError=True):
10836 return _AnimatSimPy.Torus_SetData(self, strDataType, strValue, bThrowError)
10838 def QueryProperties(self, aryProperties):
10839 return _AnimatSimPy.Torus_QueryProperties(self, aryProperties)
10841 def Load(self, oXml):
10842 return _AnimatSimPy.Torus_Load(self, oXml)
10843 Torus_swigregister = _AnimatSimPy.Torus_swigregister
10844 Torus_swigregister(Torus)
10846 def Torus_CastToDerived(lpBase):
10847 return _AnimatSimPy.Torus_CastToDerived(lpBase)
10848 Torus_CastToDerived = _AnimatSimPy.Torus_CastToDerived
10851 __swig_setmethods__ = {}
10852 for _s
in [RigidBody]:
10853 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10854 __setattr__ =
lambda self, name, value: _swig_setattr(self, Box, name, value)
10855 __swig_getmethods__ = {}
10856 for _s
in [RigidBody]:
10857 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10858 __getattr__ =
lambda self, name: _swig_getattr(self, Box, name)
10859 __repr__ = _swig_repr
10861 def __init__(self):
10862 this = _AnimatSimPy.new_Box()
10864 self.this.append(this)
10867 __swig_destroy__ = _AnimatSimPy.delete_Box
10868 __del__ =
lambda self:
None
10869 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Box_CastToDerived
10871 CastToDerived = staticmethod(_AnimatSimPy.Box_CastToDerived)
10873 def Length(self, *args):
10874 return _AnimatSimPy.Box_Length(self, *args)
10876 def Width(self, *args):
10877 return _AnimatSimPy.Box_Width(self, *args)
10879 def Height(self, *args):
10880 return _AnimatSimPy.Box_Height(self, *args)
10882 def LengthSections(self, *args):
10883 return _AnimatSimPy.Box_LengthSections(self, *args)
10885 def WidthSections(self, *args):
10886 return _AnimatSimPy.Box_WidthSections(self, *args)
10888 def HeightSections(self, *args):
10889 return _AnimatSimPy.Box_HeightSections(self, *args)
10891 def LengthSegmentSize(self):
10892 return _AnimatSimPy.Box_LengthSegmentSize(self)
10894 def WidthSegmentSize(self):
10895 return _AnimatSimPy.Box_WidthSegmentSize(self)
10897 def HeightSegmentSize(self):
10898 return _AnimatSimPy.Box_HeightSegmentSize(self)
10900 def SetData(self, strDataType, strValue, bThrowError=True):
10901 return _AnimatSimPy.Box_SetData(self, strDataType, strValue, bThrowError)
10903 def QueryProperties(self, aryProperties):
10904 return _AnimatSimPy.Box_QueryProperties(self, aryProperties)
10906 def Load(self, oXml):
10907 return _AnimatSimPy.Box_Load(self, oXml)
10908 Box_swigregister = _AnimatSimPy.Box_swigregister
10909 Box_swigregister(Box)
10911 def Box_CastToDerived(lpBase):
10912 return _AnimatSimPy.Box_CastToDerived(lpBase)
10913 Box_CastToDerived = _AnimatSimPy.Box_CastToDerived
10916 __swig_setmethods__ = {}
10917 for _s
in [RigidBody]:
10918 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10919 __setattr__ =
lambda self, name, value: _swig_setattr(self, Mesh, name, value)
10920 __swig_getmethods__ = {}
10921 for _s
in [RigidBody]:
10922 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10923 __getattr__ =
lambda self, name: _swig_getattr(self, Mesh, name)
10924 __repr__ = _swig_repr
10926 def __init__(self):
10927 this = _AnimatSimPy.new_Mesh()
10929 self.this.append(this)
10932 __swig_destroy__ = _AnimatSimPy.delete_Mesh
10933 __del__ =
lambda self:
None
10934 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Mesh_CastToDerived
10936 CastToDerived = staticmethod(_AnimatSimPy.Mesh_CastToDerived)
10938 def MeshFile(self, *args):
10939 return _AnimatSimPy.Mesh_MeshFile(self, *args)
10941 def CollisionMeshType(self, *args):
10942 return _AnimatSimPy.Mesh_CollisionMeshType(self, *args)
10944 def ConvexMeshFile(self, *args):
10945 return _AnimatSimPy.Mesh_ConvexMeshFile(self, *args)
10947 def SetMeshFile(self, strXml):
10948 return _AnimatSimPy.Mesh_SetMeshFile(self, strXml)
10950 def SetBoundingBox(self, iIdx, fltVal):
10951 return _AnimatSimPy.Mesh_SetBoundingBox(self, iIdx, fltVal)
10953 def Scale(self, *args):
10954 return _AnimatSimPy.Mesh_Scale(self, *args)
10956 def GetDataPointer(self, strDataType):
10957 return _AnimatSimPy.Mesh_GetDataPointer(self, strDataType)
10959 def SetData(self, strDataType, strValue, bThrowError=True):
10960 return _AnimatSimPy.Mesh_SetData(self, strDataType, strValue, bThrowError)
10962 def QueryProperties(self, aryProperties):
10963 return _AnimatSimPy.Mesh_QueryProperties(self, aryProperties)
10965 def Load(self, oXml):
10966 return _AnimatSimPy.Mesh_Load(self, oXml)
10967 Mesh_swigregister = _AnimatSimPy.Mesh_swigregister
10968 Mesh_swigregister(Mesh)
10970 def Mesh_CastToDerived(lpBase):
10971 return _AnimatSimPy.Mesh_CastToDerived(lpBase)
10972 Mesh_CastToDerived = _AnimatSimPy.Mesh_CastToDerived
10975 __swig_setmethods__ = {}
10977 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
10978 __setattr__ =
lambda self, name, value: _swig_setattr(self, Terrain, name, value)
10979 __swig_getmethods__ = {}
10981 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
10982 __getattr__ =
lambda self, name: _swig_getattr(self, Terrain, name)
10983 __repr__ = _swig_repr
10985 def __init__(self):
10986 this = _AnimatSimPy.new_Terrain()
10988 self.this.append(this)
10991 __swig_destroy__ = _AnimatSimPy.delete_Terrain
10992 __del__ =
lambda self:
None
10993 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Terrain_CastToDerived
10995 CastToDerived = staticmethod(_AnimatSimPy.Terrain_CastToDerived)
10997 def AllowRotateDragX(self):
10998 return _AnimatSimPy.Terrain_AllowRotateDragX(self)
11000 def AllowRotateDragY(self):
11001 return _AnimatSimPy.Terrain_AllowRotateDragY(self)
11003 def AllowRotateDragZ(self):
11004 return _AnimatSimPy.Terrain_AllowRotateDragZ(self)
11006 def SegmentWidth(self, *args):
11007 return _AnimatSimPy.Terrain_SegmentWidth(self, *args)
11009 def SegmentLength(self, *args):
11010 return _AnimatSimPy.Terrain_SegmentLength(self, *args)
11012 def MaxHeight(self, *args):
11013 return _AnimatSimPy.Terrain_MaxHeight(self, *args)
11015 def TextureLengthSegments(self, *args):
11016 return _AnimatSimPy.Terrain_TextureLengthSegments(self, *args)
11018 def TextureWidthSegments(self, *args):
11019 return _AnimatSimPy.Terrain_TextureWidthSegments(self, *args)
11021 def SetData(self, strDataType, strValue, bThrowError=True):
11022 return _AnimatSimPy.Terrain_SetData(self, strDataType, strValue, bThrowError)
11024 def QueryProperties(self, aryProperties):
11025 return _AnimatSimPy.Terrain_QueryProperties(self, aryProperties)
11027 def Load(self, oXml):
11028 return _AnimatSimPy.Terrain_Load(self, oXml)
11029 Terrain_swigregister = _AnimatSimPy.Terrain_swigregister
11030 Terrain_swigregister(Terrain)
11032 def Terrain_CastToDerived(lpBase):
11033 return _AnimatSimPy.Terrain_CastToDerived(lpBase)
11034 Terrain_CastToDerived = _AnimatSimPy.Terrain_CastToDerived
11037 __swig_setmethods__ = {}
11038 for _s
in [RigidBody]:
11039 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11040 __setattr__ =
lambda self, name, value: _swig_setattr(self, Sensor, name, value)
11041 __swig_getmethods__ = {}
11042 for _s
in [RigidBody]:
11043 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11044 __getattr__ =
lambda self, name: _swig_getattr(self, Sensor, name)
11045 __repr__ = _swig_repr
11047 def __init__(self):
11048 this = _AnimatSimPy.new_Sensor()
11050 self.this.append(this)
11053 __swig_destroy__ = _AnimatSimPy.delete_Sensor
11054 __del__ =
lambda self:
None
11055 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Sensor_CastToDerived
11057 CastToDerived = staticmethod(_AnimatSimPy.Sensor_CastToDerived)
11059 def Radius(self, *args):
11060 return _AnimatSimPy.Sensor_Radius(self, *args)
11062 def LatitudeSegments(self, *args):
11063 return _AnimatSimPy.Sensor_LatitudeSegments(self, *args)
11065 def LongtitudeSegments(self, *args):
11066 return _AnimatSimPy.Sensor_LongtitudeSegments(self, *args)
11068 def AllowRotateDragX(self):
11069 return _AnimatSimPy.Sensor_AllowRotateDragX(self)
11071 def AllowRotateDragY(self):
11072 return _AnimatSimPy.Sensor_AllowRotateDragY(self)
11074 def AllowRotateDragZ(self):
11075 return _AnimatSimPy.Sensor_AllowRotateDragZ(self)
11077 def CreateParts(self):
11078 return _AnimatSimPy.Sensor_CreateParts(self)
11080 def CreateJoints(self):
11081 return _AnimatSimPy.Sensor_CreateJoints(self)
11083 def HasStaticJoint(self):
11084 return _AnimatSimPy.Sensor_HasStaticJoint(self)
11086 def Initialize(self):
11087 return _AnimatSimPy.Sensor_Initialize(self)
11089 def SetData(self, strDataType, strValue, bThrowError=True):
11090 return _AnimatSimPy.Sensor_SetData(self, strDataType, strValue, bThrowError)
11092 def QueryProperties(self, aryProperties):
11093 return _AnimatSimPy.Sensor_QueryProperties(self, aryProperties)
11095 def Load(self, oXml):
11096 return _AnimatSimPy.Sensor_Load(self, oXml)
11097 Sensor_swigregister = _AnimatSimPy.Sensor_swigregister
11098 Sensor_swigregister(Sensor)
11100 def Sensor_CastToDerived(lpBase):
11101 return _AnimatSimPy.Sensor_CastToDerived(lpBase)
11102 Sensor_CastToDerived = _AnimatSimPy.Sensor_CastToDerived
11105 __swig_setmethods__ = {}
11106 for _s
in [Sensor]:
11107 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11108 __setattr__ =
lambda self, name, value: _swig_setattr(self, Attachment, name, value)
11109 __swig_getmethods__ = {}
11110 for _s
in [Sensor]:
11111 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11112 __getattr__ =
lambda self, name: _swig_getattr(self, Attachment, name)
11113 __repr__ = _swig_repr
11115 def __init__(self):
11116 this = _AnimatSimPy.new_Attachment()
11118 self.this.append(this)
11121 __swig_destroy__ = _AnimatSimPy.delete_Attachment
11122 __del__ =
lambda self:
None
11123 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Attachment_CastToDerived
11125 CastToDerived = staticmethod(_AnimatSimPy.Attachment_CastToDerived)
11126 Attachment_swigregister = _AnimatSimPy.Attachment_swigregister
11127 Attachment_swigregister(Attachment)
11129 def Attachment_CastToDerived(lpBase):
11130 return _AnimatSimPy.Attachment_CastToDerived(lpBase)
11131 Attachment_CastToDerived = _AnimatSimPy.Attachment_CastToDerived
11134 __swig_setmethods__ = {}
11135 for _s
in [RigidBody]:
11136 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11137 __setattr__ =
lambda self, name, value: _swig_setattr(self, LineBase, name, value)
11138 __swig_getmethods__ = {}
11139 for _s
in [RigidBody]:
11140 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11141 __getattr__ =
lambda self, name: _swig_getattr(self, LineBase, name)
11142 __repr__ = _swig_repr
11144 def __init__(self):
11145 this = _AnimatSimPy.new_LineBase()
11147 self.this.append(this)
11150 __swig_destroy__ = _AnimatSimPy.delete_LineBase
11151 __del__ =
lambda self:
None
11152 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LineBase_CastToDerived
11154 CastToDerived = staticmethod(_AnimatSimPy.LineBase_CastToDerived)
11156 def Enabled(self, bValue):
11157 return _AnimatSimPy.LineBase_Enabled(self, bValue)
11160 return _AnimatSimPy.LineBase_Length(self)
11162 def PrevLength(self):
11163 return _AnimatSimPy.LineBase_PrevLength(self)
11165 def HasStaticJoint(self):
11166 return _AnimatSimPy.LineBase_HasStaticJoint(self)
11168 def AllowMouseManipulation(self):
11169 return _AnimatSimPy.LineBase_AllowMouseManipulation(self)
11171 def Position(self, oPoint, bUseScaling=True, bFireChangeEvent=False, bUpdateMatrix=True):
11172 return _AnimatSimPy.LineBase_Position(self, oPoint, bUseScaling, bFireChangeEvent, bUpdateMatrix)
11174 def AbsolutePosition(self, oPoint):
11175 return _AnimatSimPy.LineBase_AbsolutePosition(self, oPoint)
11177 def OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm):
11178 return _AnimatSimPy.LineBase_OrientNewPart(self, fltXPos, fltYPos, fltZPos, fltXNorm, fltYNorm, fltZNorm)
11180 def AttachmentPoints(self, *args):
11181 return _AnimatSimPy.LineBase_AttachmentPoints(self, *args)
11184 return _AnimatSimPy.LineBase_Resize(self)
11186 def CalculateLength(self):
11187 return _AnimatSimPy.LineBase_CalculateLength(self)
11189 def AfterResetSimulation(self):
11190 return _AnimatSimPy.LineBase_AfterResetSimulation(self)
11192 def GetDataPointer(self, strDataType):
11193 return _AnimatSimPy.LineBase_GetDataPointer(self, strDataType)
11195 def SetData(self, strDataType, strValue, bThrowError=True):
11196 return _AnimatSimPy.LineBase_SetData(self, strDataType, strValue, bThrowError)
11198 def QueryProperties(self, aryProperties):
11199 return _AnimatSimPy.LineBase_QueryProperties(self, aryProperties)
11201 def CreateParts(self):
11202 return _AnimatSimPy.LineBase_CreateParts(self)
11204 def CreateJoints(self):
11205 return _AnimatSimPy.LineBase_CreateJoints(self)
11207 def Load(self, oXml):
11208 return _AnimatSimPy.LineBase_Load(self, oXml)
11209 LineBase_swigregister = _AnimatSimPy.LineBase_swigregister
11210 LineBase_swigregister(LineBase)
11212 def LineBase_CastToDerived(lpBase):
11213 return _AnimatSimPy.LineBase_CastToDerived(lpBase)
11214 LineBase_CastToDerived = _AnimatSimPy.LineBase_CastToDerived
11217 __swig_setmethods__ = {}
11218 for _s
in [LineBase]:
11219 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11220 __setattr__ =
lambda self, name, value: _swig_setattr(self, MuscleBase, name, value)
11221 __swig_getmethods__ = {}
11222 for _s
in [LineBase]:
11223 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11224 __getattr__ =
lambda self, name: _swig_getattr(self, MuscleBase, name)
11226 def __init__(self, *args, **kwargs):
11227 raise AttributeError(
"No constructor defined - class is abstract")
11228 __repr__ = _swig_repr
11229 __swig_destroy__ = _AnimatSimPy.delete_MuscleBase
11230 __del__ =
lambda self:
None
11231 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.MuscleBase_CastToDerived
11233 CastToDerived = staticmethod(_AnimatSimPy.MuscleBase_CastToDerived)
11235 def Tension(self, *args):
11236 return _AnimatSimPy.MuscleBase_Tension(self, *args)
11238 def MaxTension(self, *args):
11239 return _AnimatSimPy.MuscleBase_MaxTension(self, *args)
11242 return _AnimatSimPy.MuscleBase_Vm(self)
11245 return _AnimatSimPy.MuscleBase_Tdot(self)
11247 def PrevTension(self):
11248 return _AnimatSimPy.MuscleBase_PrevTension(self)
11250 def Enabled(self, *args):
11251 return _AnimatSimPy.MuscleBase_Enabled(self, *args)
11253 def StimTension(self, *args):
11254 return _AnimatSimPy.MuscleBase_StimTension(self, *args)
11256 def LengthTension(self, *args):
11257 return _AnimatSimPy.MuscleBase_LengthTension(self, *args)
11259 def CalculateInverseDynamics(self, fltLength, fltVelocity, fltT, fltVm, fltA):
11260 return _AnimatSimPy.MuscleBase_CalculateInverseDynamics(self, fltLength, fltVelocity, fltT, fltVm, fltA)
11262 def AddExternalNodeInput(self, iTargetDataType, fltInput):
11263 return _AnimatSimPy.MuscleBase_AddExternalNodeInput(self, iTargetDataType, fltInput)
11265 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
11266 return _AnimatSimPy.MuscleBase_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
11268 def VerifySystemPointers(self):
11269 return _AnimatSimPy.MuscleBase_VerifySystemPointers(self)
11271 def ResetSimulation(self):
11272 return _AnimatSimPy.MuscleBase_ResetSimulation(self)
11274 def GetDataPointer(self, strDataType):
11275 return _AnimatSimPy.MuscleBase_GetDataPointer(self, strDataType)
11277 def SetData(self, strDataType, strValue, bThrowError=True):
11278 return _AnimatSimPy.MuscleBase_SetData(self, strDataType, strValue, bThrowError)
11280 def QueryProperties(self, aryProperties):
11281 return _AnimatSimPy.MuscleBase_QueryProperties(self, aryProperties)
11283 def Load(self, oXml):
11284 return _AnimatSimPy.MuscleBase_Load(self, oXml)
11285 MuscleBase_swigregister = _AnimatSimPy.MuscleBase_swigregister
11286 MuscleBase_swigregister(MuscleBase)
11288 def MuscleBase_CastToDerived(lpBase):
11289 return _AnimatSimPy.MuscleBase_CastToDerived(lpBase)
11290 MuscleBase_CastToDerived = _AnimatSimPy.MuscleBase_CastToDerived
11293 __swig_setmethods__ = {}
11294 for _s
in [MuscleBase]:
11295 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11296 __setattr__ =
lambda self, name, value: _swig_setattr(self, LinearHillMuscle, name, value)
11297 __swig_getmethods__ = {}
11298 for _s
in [MuscleBase]:
11299 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11300 __getattr__ =
lambda self, name: _swig_getattr(self, LinearHillMuscle, name)
11301 __repr__ = _swig_repr
11303 def __init__(self):
11304 this = _AnimatSimPy.new_LinearHillMuscle()
11306 self.this.append(this)
11309 __swig_destroy__ = _AnimatSimPy.delete_LinearHillMuscle
11310 __del__ =
lambda self:
None
11311 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LinearHillMuscle_CastToDerived
11313 CastToDerived = staticmethod(_AnimatSimPy.LinearHillMuscle_CastToDerived)
11315 def Kse(self, *args):
11316 return _AnimatSimPy.LinearHillMuscle_Kse(self, *args)
11318 def Kpe(self, *args):
11319 return _AnimatSimPy.LinearHillMuscle_Kpe(self, *args)
11321 def B(self, *args):
11322 return _AnimatSimPy.LinearHillMuscle_B(self, *args)
11324 def RestingLength(self, *args):
11325 return _AnimatSimPy.LinearHillMuscle_RestingLength(self, *args)
11327 def IbDischargeConstant(self, *args):
11328 return _AnimatSimPy.LinearHillMuscle_IbDischargeConstant(self, *args)
11330 def SeLength(self):
11331 return _AnimatSimPy.LinearHillMuscle_SeLength(self)
11333 def PeLength(self):
11334 return _AnimatSimPy.LinearHillMuscle_PeLength(self)
11336 def Displacement(self):
11337 return _AnimatSimPy.LinearHillMuscle_Displacement(self)
11339 def DisplacementRatio(self):
11340 return _AnimatSimPy.LinearHillMuscle_DisplacementRatio(self)
11343 return _AnimatSimPy.LinearHillMuscle_TL(self)
11346 return _AnimatSimPy.LinearHillMuscle_Act(self)
11349 return _AnimatSimPy.LinearHillMuscle_A(self)
11351 def InternalTension(self):
11352 return _AnimatSimPy.LinearHillMuscle_InternalTension(self)
11355 return _AnimatSimPy.LinearHillMuscle_Vmuscle(self)
11357 def Enabled(self, bVal):
11358 return _AnimatSimPy.LinearHillMuscle_Enabled(self, bVal)
11360 def CalculateInverseDynamics(self, fltLength, fltVelocity, fltT, fltVm, fltA):
11361 return _AnimatSimPy.LinearHillMuscle_CalculateInverseDynamics(self, fltLength, fltVelocity, fltT, fltVm, fltA)
11363 def ResetSimulation(self):
11364 return _AnimatSimPy.LinearHillMuscle_ResetSimulation(self)
11366 def AfterResetSimulation(self):
11367 return _AnimatSimPy.LinearHillMuscle_AfterResetSimulation(self)
11369 def CreateJoints(self):
11370 return _AnimatSimPy.LinearHillMuscle_CreateJoints(self)
11372 def GetDataPointer(self, strDataType):
11373 return _AnimatSimPy.LinearHillMuscle_GetDataPointer(self, strDataType)
11375 def SetData(self, strDataType, strValue, bThrowError=True):
11376 return _AnimatSimPy.LinearHillMuscle_SetData(self, strDataType, strValue, bThrowError)
11378 def QueryProperties(self, aryProperties):
11379 return _AnimatSimPy.LinearHillMuscle_QueryProperties(self, aryProperties)
11381 def Load(self, oXml):
11382 return _AnimatSimPy.LinearHillMuscle_Load(self, oXml)
11383 LinearHillMuscle_swigregister = _AnimatSimPy.LinearHillMuscle_swigregister
11384 LinearHillMuscle_swigregister(LinearHillMuscle)
11386 def LinearHillMuscle_CastToDerived(lpBase):
11387 return _AnimatSimPy.LinearHillMuscle_CastToDerived(lpBase)
11388 LinearHillMuscle_CastToDerived = _AnimatSimPy.LinearHillMuscle_CastToDerived
11391 __swig_setmethods__ = {}
11392 for _s
in [LinearHillMuscle]:
11393 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11394 __setattr__ =
lambda self, name, value: _swig_setattr(self, LinearHillStretchReceptor, name, value)
11395 __swig_getmethods__ = {}
11396 for _s
in [LinearHillMuscle]:
11397 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11398 __getattr__ =
lambda self, name: _swig_getattr(self, LinearHillStretchReceptor, name)
11399 __repr__ = _swig_repr
11401 def __init__(self):
11402 this = _AnimatSimPy.new_LinearHillStretchReceptor()
11404 self.this.append(this)
11407 __swig_destroy__ = _AnimatSimPy.delete_LinearHillStretchReceptor
11408 __del__ =
lambda self:
None
11409 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LinearHillStretchReceptor_CastToDerived
11411 CastToDerived = staticmethod(_AnimatSimPy.LinearHillStretchReceptor_CastToDerived)
11413 def ApplyTension(self, *args):
11414 return _AnimatSimPy.LinearHillStretchReceptor_ApplyTension(self, *args)
11416 def IaDischargeConstant(self, *args):
11417 return _AnimatSimPy.LinearHillStretchReceptor_IaDischargeConstant(self, *args)
11419 def IIDischargeConstant(self, *args):
11420 return _AnimatSimPy.LinearHillStretchReceptor_IIDischargeConstant(self, *args)
11423 return _AnimatSimPy.LinearHillStretchReceptor_IaRate(self)
11426 return _AnimatSimPy.LinearHillStretchReceptor_IIRate(self)
11428 def GetDataPointer(self, strDataType):
11429 return _AnimatSimPy.LinearHillStretchReceptor_GetDataPointer(self, strDataType)
11431 def SetData(self, strDataType, strValue, bThrowError=True):
11432 return _AnimatSimPy.LinearHillStretchReceptor_SetData(self, strDataType, strValue, bThrowError)
11434 def QueryProperties(self, aryProperties):
11435 return _AnimatSimPy.LinearHillStretchReceptor_QueryProperties(self, aryProperties)
11437 def ResetSimulation(self):
11438 return _AnimatSimPy.LinearHillStretchReceptor_ResetSimulation(self)
11440 def Load(self, oXml):
11441 return _AnimatSimPy.LinearHillStretchReceptor_Load(self, oXml)
11442 LinearHillStretchReceptor_swigregister = _AnimatSimPy.LinearHillStretchReceptor_swigregister
11443 LinearHillStretchReceptor_swigregister(LinearHillStretchReceptor)
11445 def LinearHillStretchReceptor_CastToDerived(lpBase):
11446 return _AnimatSimPy.LinearHillStretchReceptor_CastToDerived(lpBase)
11447 LinearHillStretchReceptor_CastToDerived = _AnimatSimPy.LinearHillStretchReceptor_CastToDerived
11450 __swig_setmethods__ = {}
11451 for _s
in [Sensor]:
11452 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11453 __setattr__ =
lambda self, name, value: _swig_setattr(self, OdorSensor, name, value)
11454 __swig_getmethods__ = {}
11455 for _s
in [Sensor]:
11456 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11457 __getattr__ =
lambda self, name: _swig_getattr(self, OdorSensor, name)
11458 __repr__ = _swig_repr
11460 def __init__(self):
11461 this = _AnimatSimPy.new_OdorSensor()
11463 self.this.append(this)
11466 __swig_destroy__ = _AnimatSimPy.delete_OdorSensor
11467 __del__ =
lambda self:
None
11468 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.OdorSensor_CastToDerived
11470 CastToDerived = staticmethod(_AnimatSimPy.OdorSensor_CastToDerived)
11472 def OdorTypeID(self, *args):
11473 return _AnimatSimPy.OdorSensor_OdorTypeID(self, *args)
11475 def ResetSimulation(self):
11476 return _AnimatSimPy.OdorSensor_ResetSimulation(self)
11478 def SetData(self, strDataType, strValue, bThrowError=True):
11479 return _AnimatSimPy.OdorSensor_SetData(self, strDataType, strValue, bThrowError)
11481 def QueryProperties(self, aryProperties):
11482 return _AnimatSimPy.OdorSensor_QueryProperties(self, aryProperties)
11484 def GetDataPointer(self, strDataType):
11485 return _AnimatSimPy.OdorSensor_GetDataPointer(self, strDataType)
11487 def StepSimulation(self):
11488 return _AnimatSimPy.OdorSensor_StepSimulation(self)
11490 def Load(self, oXml):
11491 return _AnimatSimPy.OdorSensor_Load(self, oXml)
11492 OdorSensor_swigregister = _AnimatSimPy.OdorSensor_swigregister
11493 OdorSensor_swigregister(OdorSensor)
11495 def OdorSensor_CastToDerived(lpBase):
11496 return _AnimatSimPy.OdorSensor_CastToDerived(lpBase)
11497 OdorSensor_CastToDerived = _AnimatSimPy.OdorSensor_CastToDerived
11500 __swig_setmethods__ = {}
11501 for _s
in [RigidBody]:
11502 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11503 __setattr__ =
lambda self, name, value: _swig_setattr(self, Sphere, name, value)
11504 __swig_getmethods__ = {}
11505 for _s
in [RigidBody]:
11506 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11507 __getattr__ =
lambda self, name: _swig_getattr(self, Sphere, name)
11508 __repr__ = _swig_repr
11510 def __init__(self):
11511 this = _AnimatSimPy.new_Sphere()
11513 self.this.append(this)
11516 __swig_destroy__ = _AnimatSimPy.delete_Sphere
11517 __del__ =
lambda self:
None
11518 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Sphere_CastToDerived
11520 CastToDerived = staticmethod(_AnimatSimPy.Sphere_CastToDerived)
11522 def Radius(self, *args):
11523 return _AnimatSimPy.Sphere_Radius(self, *args)
11525 def LatitudeSegments(self, *args):
11526 return _AnimatSimPy.Sphere_LatitudeSegments(self, *args)
11528 def LongtitudeSegments(self, *args):
11529 return _AnimatSimPy.Sphere_LongtitudeSegments(self, *args)
11531 def SetData(self, strDataType, strValue, bThrowError=True):
11532 return _AnimatSimPy.Sphere_SetData(self, strDataType, strValue, bThrowError)
11534 def QueryProperties(self, aryProperties):
11535 return _AnimatSimPy.Sphere_QueryProperties(self, aryProperties)
11537 def Load(self, oXml):
11538 return _AnimatSimPy.Sphere_Load(self, oXml)
11539 Sphere_swigregister = _AnimatSimPy.Sphere_swigregister
11540 Sphere_swigregister(Sphere)
11542 def Sphere_CastToDerived(lpBase):
11543 return _AnimatSimPy.Sphere_CastToDerived(lpBase)
11544 Sphere_CastToDerived = _AnimatSimPy.Sphere_CastToDerived
11547 __swig_setmethods__ = {}
11548 for _s
in [LineBase]:
11549 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11550 __setattr__ =
lambda self, name, value: _swig_setattr(self, Spring, name, value)
11551 __swig_getmethods__ = {}
11552 for _s
in [LineBase]:
11553 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11554 __getattr__ =
lambda self, name: _swig_getattr(self, Spring, name)
11555 __repr__ = _swig_repr
11557 def __init__(self):
11558 this = _AnimatSimPy.new_Spring()
11560 self.this.append(this)
11563 __swig_destroy__ = _AnimatSimPy.delete_Spring
11564 __del__ =
lambda self:
None
11565 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Spring_CastToDerived
11567 CastToDerived = staticmethod(_AnimatSimPy.Spring_CastToDerived)
11569 def InitEnabled(self):
11570 return _AnimatSimPy.Spring_InitEnabled(self)
11572 def NaturalLength(self, *args):
11573 return _AnimatSimPy.Spring_NaturalLength(self, *args)
11575 def Stiffness(self, *args):
11576 return _AnimatSimPy.Spring_Stiffness(self, *args)
11578 def Damping(self, *args):
11579 return _AnimatSimPy.Spring_Damping(self, *args)
11581 def Displacement(self):
11582 return _AnimatSimPy.Spring_Displacement(self)
11585 return _AnimatSimPy.Spring_Tension(self)
11588 return _AnimatSimPy.Spring_Energy(self)
11590 def Velocity(self):
11591 return _AnimatSimPy.Spring_Velocity(self)
11593 def ResetSimulation(self):
11594 return _AnimatSimPy.Spring_ResetSimulation(self)
11596 def CreateParts(self):
11597 return _AnimatSimPy.Spring_CreateParts(self)
11599 def GetDataPointer(self, strDataType):
11600 return _AnimatSimPy.Spring_GetDataPointer(self, strDataType)
11602 def SetData(self, strDataType, strValue, bThrowError=True):
11603 return _AnimatSimPy.Spring_SetData(self, strDataType, strValue, bThrowError)
11605 def QueryProperties(self, aryProperties):
11606 return _AnimatSimPy.Spring_QueryProperties(self, aryProperties)
11608 def AddExternalNodeInput(self, iTargetDataType, fltInput):
11609 return _AnimatSimPy.Spring_AddExternalNodeInput(self, iTargetDataType, fltInput)
11611 def Load(self, oXml):
11612 return _AnimatSimPy.Spring_Load(self, oXml)
11613 Spring_swigregister = _AnimatSimPy.Spring_swigregister
11614 Spring_swigregister(Spring)
11616 def Spring_CastToDerived(lpBase):
11617 return _AnimatSimPy.Spring_CastToDerived(lpBase)
11618 Spring_CastToDerived = _AnimatSimPy.Spring_CastToDerived
11621 __swig_setmethods__ = {}
11622 for _s
in [RigidBody]:
11623 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11624 __setattr__ =
lambda self, name, value: _swig_setattr(self, Stomach, name, value)
11625 __swig_getmethods__ = {}
11626 for _s
in [RigidBody]:
11627 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11628 __getattr__ =
lambda self, name: _swig_getattr(self, Stomach, name)
11629 __repr__ = _swig_repr
11631 def __init__(self):
11632 this = _AnimatSimPy.new_Stomach()
11634 self.this.append(this)
11637 __swig_destroy__ = _AnimatSimPy.delete_Stomach
11638 __del__ =
lambda self:
None
11639 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Stomach_CastToDerived
11641 CastToDerived = staticmethod(_AnimatSimPy.Stomach_CastToDerived)
11643 def EnergyLevel(self, *args):
11644 return _AnimatSimPy.Stomach_EnergyLevel(self, *args)
11646 def AddEnergy(self, fltVal):
11647 return _AnimatSimPy.Stomach_AddEnergy(self, fltVal)
11649 def ConsumptionRate(self, *args):
11650 return _AnimatSimPy.Stomach_ConsumptionRate(self, *args)
11652 def BaseConsumptionRate(self, *args):
11653 return _AnimatSimPy.Stomach_BaseConsumptionRate(self, *args)
11655 def MaxEnergyLevel(self, *args):
11656 return _AnimatSimPy.Stomach_MaxEnergyLevel(self, *args)
11658 def KillOrganism(self, *args):
11659 return _AnimatSimPy.Stomach_KillOrganism(self, *args)
11661 def HasStaticJoint(self):
11662 return _AnimatSimPy.Stomach_HasStaticJoint(self)
11664 def CreateParts(self):
11665 return _AnimatSimPy.Stomach_CreateParts(self)
11667 def AddExternalNodeInput(self, iTargetDataType, fltInput):
11668 return _AnimatSimPy.Stomach_AddExternalNodeInput(self, iTargetDataType, fltInput)
11670 def GetDataPointer(self, strDataType):
11671 return _AnimatSimPy.Stomach_GetDataPointer(self, strDataType)
11673 def SetData(self, strDataType, strValue, bThrowError=True):
11674 return _AnimatSimPy.Stomach_SetData(self, strDataType, strValue, bThrowError)
11676 def QueryProperties(self, aryProperties):
11677 return _AnimatSimPy.Stomach_QueryProperties(self, aryProperties)
11679 def StepSimulation(self):
11680 return _AnimatSimPy.Stomach_StepSimulation(self)
11682 def ResetSimulation(self):
11683 return _AnimatSimPy.Stomach_ResetSimulation(self)
11685 def Load(self, oXml):
11686 return _AnimatSimPy.Stomach_Load(self, oXml)
11687 Stomach_swigregister = _AnimatSimPy.Stomach_swigregister
11688 Stomach_swigregister(Stomach)
11690 def Stomach_CastToDerived(lpBase):
11691 return _AnimatSimPy.Stomach_CastToDerived(lpBase)
11692 Stomach_CastToDerived = _AnimatSimPy.Stomach_CastToDerived
11695 __swig_setmethods__ = {}
11696 for _s
in [Sensor]:
11697 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11698 __setattr__ =
lambda self, name, value: _swig_setattr(self, Mouth, name, value)
11699 __swig_getmethods__ = {}
11700 for _s
in [Sensor]:
11701 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11702 __getattr__ =
lambda self, name: _swig_getattr(self, Mouth, name)
11703 __repr__ = _swig_repr
11705 def __init__(self):
11706 this = _AnimatSimPy.new_Mouth()
11708 self.this.append(this)
11711 __swig_destroy__ = _AnimatSimPy.delete_Mouth
11712 __del__ =
lambda self:
None
11713 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Mouth_CastToDerived
11715 CastToDerived = staticmethod(_AnimatSimPy.Mouth_CastToDerived)
11717 def EatingRate(self):
11718 return _AnimatSimPy.Mouth_EatingRate(self)
11720 def MinFoodRadius(self, *args):
11721 return _AnimatSimPy.Mouth_MinFoodRadius(self, *args)
11723 def StomachID(self, *args):
11724 return _AnimatSimPy.Mouth_StomachID(self, *args)
11726 def Initialize(self):
11727 return _AnimatSimPy.Mouth_Initialize(self)
11729 def AddExternalNodeInput(self, iTargetDataType, fltInput):
11730 return _AnimatSimPy.Mouth_AddExternalNodeInput(self, iTargetDataType, fltInput)
11732 def SetData(self, strDataType, strValue, bThrowError=True):
11733 return _AnimatSimPy.Mouth_SetData(self, strDataType, strValue, bThrowError)
11735 def QueryProperties(self, aryProperties):
11736 return _AnimatSimPy.Mouth_QueryProperties(self, aryProperties)
11738 def GetDataPointer(self, strDataType):
11739 return _AnimatSimPy.Mouth_GetDataPointer(self, strDataType)
11741 def StepSimulation(self):
11742 return _AnimatSimPy.Mouth_StepSimulation(self)
11744 def ResetSimulation(self):
11745 return _AnimatSimPy.Mouth_ResetSimulation(self)
11747 def Load(self, oXml):
11748 return _AnimatSimPy.Mouth_Load(self, oXml)
11749 Mouth_swigregister = _AnimatSimPy.Mouth_swigregister
11750 Mouth_swigregister(Mouth)
11752 def Mouth_CastToDerived(lpBase):
11753 return _AnimatSimPy.Mouth_CastToDerived(lpBase)
11754 Mouth_CastToDerived = _AnimatSimPy.Mouth_CastToDerived
11757 __swig_setmethods__ = {}
11758 for _s
in [AnimatBase]:
11759 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11760 __setattr__ =
lambda self, name, value: _swig_setattr(self, CollisionPair, name, value)
11761 __swig_getmethods__ = {}
11762 for _s
in [AnimatBase]:
11763 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11764 __getattr__ =
lambda self, name: _swig_getattr(self, CollisionPair, name)
11765 __repr__ = _swig_repr
11766 __swig_setmethods__[
"m_strPart1ID"] = _AnimatSimPy.CollisionPair_m_strPart1ID_set
11767 __swig_getmethods__[
"m_strPart1ID"] = _AnimatSimPy.CollisionPair_m_strPart1ID_get
11769 m_strPart1ID = _swig_property(_AnimatSimPy.CollisionPair_m_strPart1ID_get, _AnimatSimPy.CollisionPair_m_strPart1ID_set)
11770 __swig_setmethods__[
"m_strPart2ID"] = _AnimatSimPy.CollisionPair_m_strPart2ID_set
11771 __swig_getmethods__[
"m_strPart2ID"] = _AnimatSimPy.CollisionPair_m_strPart2ID_get
11773 m_strPart2ID = _swig_property(_AnimatSimPy.CollisionPair_m_strPart2ID_get, _AnimatSimPy.CollisionPair_m_strPart2ID_set)
11775 def __init__(self):
11776 this = _AnimatSimPy.new_CollisionPair()
11778 self.this.append(this)
11781 __swig_destroy__ = _AnimatSimPy.delete_CollisionPair
11782 __del__ =
lambda self:
None
11783 CollisionPair_swigregister = _AnimatSimPy.CollisionPair_swigregister
11784 CollisionPair_swigregister(CollisionPair)
11787 __swig_setmethods__ = {}
11788 for _s
in [AnimatBase, MovableItem]:
11789 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11790 __setattr__ =
lambda self, name, value: _swig_setattr(self, Structure, name, value)
11791 __swig_getmethods__ = {}
11792 for _s
in [AnimatBase, MovableItem]:
11793 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11794 __getattr__ =
lambda self, name: _swig_getattr(self, Structure, name)
11795 __repr__ = _swig_repr
11797 def __init__(self):
11798 this = _AnimatSimPy.new_Structure()
11800 self.this.append(this)
11803 __swig_destroy__ = _AnimatSimPy.delete_Structure
11804 __del__ =
lambda self:
None
11805 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Structure_CastToDerived
11807 CastToDerived = staticmethod(_AnimatSimPy.Structure_CastToDerived)
11809 def Sim(self, lpSim):
11810 return _AnimatSimPy.Structure_Sim(self, lpSim)
11812 def Body(self, *args):
11813 return _AnimatSimPy.Structure_Body(self, *args)
11815 def Position(self, *args):
11816 return _AnimatSimPy.Structure_Position(self, *args)
11818 def Size(self, *args):
11819 return _AnimatSimPy.Structure_Size(self, *args)
11821 def GetRobotInterface(self):
11822 return _AnimatSimPy.Structure_GetRobotInterface(self)
11824 def AllowTranslateDragX(self):
11825 return _AnimatSimPy.Structure_AllowTranslateDragX(self)
11827 def AllowTranslateDragY(self):
11828 return _AnimatSimPy.Structure_AllowTranslateDragY(self)
11830 def AllowTranslateDragZ(self):
11831 return _AnimatSimPy.Structure_AllowTranslateDragZ(self)
11833 def AllowRotateDragX(self):
11834 return _AnimatSimPy.Structure_AllowRotateDragX(self)
11836 def AllowRotateDragY(self):
11837 return _AnimatSimPy.Structure_AllowRotateDragY(self)
11839 def AllowRotateDragZ(self):
11840 return _AnimatSimPy.Structure_AllowRotateDragZ(self)
11842 def ExclusionList(self):
11843 return _AnimatSimPy.Structure_ExclusionList(self)
11845 def AddCollisionPair(self, strID1, strID2):
11846 return _AnimatSimPy.Structure_AddCollisionPair(self, strID1, strID2)
11848 def MinTimeStep(self, fltMin):
11849 return _AnimatSimPy.Structure_MinTimeStep(self, fltMin)
11852 return _AnimatSimPy.Structure_Create(self)
11854 def StepPhysicsEngine(self):
11855 return _AnimatSimPy.Structure_StepPhysicsEngine(self)
11857 def ResetSimulation(self):
11858 return _AnimatSimPy.Structure_ResetSimulation(self)
11860 def AddJoint(self, lpJoint):
11861 return _AnimatSimPy.Structure_AddJoint(self, lpJoint)
11863 def RemoveJoint(self, strID):
11864 return _AnimatSimPy.Structure_RemoveJoint(self, strID)
11866 def AddRigidBody(self, lpBody):
11867 return _AnimatSimPy.Structure_AddRigidBody(self, lpBody)
11869 def RemoveRigidBody(self, strID):
11870 return _AnimatSimPy.Structure_RemoveRigidBody(self, strID)
11872 def FindJoint(self, strJointID, bThrowError=True):
11873 return _AnimatSimPy.Structure_FindJoint(self, strJointID, bThrowError)
11875 def FindRigidBody(self, strBodyID, bThrowError=True):
11876 return _AnimatSimPy.Structure_FindRigidBody(self, strBodyID, bThrowError)
11878 def FindNode(self, strID, bThrowError=True):
11879 return _AnimatSimPy.Structure_FindNode(self, strID, bThrowError)
11881 def EnableMotor(self, strJointID, bVal):
11882 return _AnimatSimPy.Structure_EnableMotor(self, strJointID, bVal)
11884 def SetMotorInput(self, strJointID, fltInput):
11885 return _AnimatSimPy.Structure_SetMotorInput(self, strJointID, fltInput)
11887 def EnableCollision(self, lpCollisionBody):
11888 return _AnimatSimPy.Structure_EnableCollision(self, lpCollisionBody)
11890 def DisableCollision(self, lpCollisionBody):
11891 return _AnimatSimPy.Structure_DisableCollision(self, lpCollisionBody)
11893 def Selected(self, bValue, bSelectMultiple):
11894 return _AnimatSimPy.Structure_Selected(self, bValue, bSelectMultiple)
11896 def UpdatePhysicsPosFromGraphics(self):
11897 return _AnimatSimPy.Structure_UpdatePhysicsPosFromGraphics(self)
11899 def Script(self, *args):
11900 return _AnimatSimPy.Structure_Script(self, *args)
11902 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
11903 return _AnimatSimPy.Structure_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
11905 def GetDataPointer(self, strDataType):
11906 return _AnimatSimPy.Structure_GetDataPointer(self, strDataType)
11908 def SetData(self, strDataType, strValue, bThrowError=True):
11909 return _AnimatSimPy.Structure_SetData(self, strDataType, strValue, bThrowError)
11911 def QueryProperties(self, aryProperties):
11912 return _AnimatSimPy.Structure_QueryProperties(self, aryProperties)
11914 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
11915 return _AnimatSimPy.Structure_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
11917 def RemoveItem(self, strItemType, strID, bThrowError=True):
11918 return _AnimatSimPy.Structure_RemoveItem(self, strItemType, strID, bThrowError)
11920 def CalculateSnapshotByteSize(self):
11921 return _AnimatSimPy.Structure_CalculateSnapshotByteSize(self)
11923 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
11924 return _AnimatSimPy.Structure_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
11926 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
11927 return _AnimatSimPy.Structure_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
11929 def Initialize(self):
11930 return _AnimatSimPy.Structure_Initialize(self)
11932 def Kill(self, bState=True):
11933 return _AnimatSimPy.Structure_Kill(self, bState)
11935 def SimStarting(self):
11936 return _AnimatSimPy.Structure_SimStarting(self)
11938 def SimPausing(self):
11939 return _AnimatSimPy.Structure_SimPausing(self)
11941 def SimStopping(self):
11942 return _AnimatSimPy.Structure_SimStopping(self)
11944 def Load(self, oXml):
11945 return _AnimatSimPy.Structure_Load(self, oXml)
11946 Structure_swigregister = _AnimatSimPy.Structure_swigregister
11947 Structure_swigregister(Structure)
11949 def Structure_CastToDerived(lpBase):
11950 return _AnimatSimPy.Structure_CastToDerived(lpBase)
11951 Structure_CastToDerived = _AnimatSimPy.Structure_CastToDerived
11954 __swig_setmethods__ = {}
11955 for _s
in [AnimatBase]:
11956 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
11957 __setattr__ =
lambda self, name, value: _swig_setattr(self, NervousSystem, name, value)
11958 __swig_getmethods__ = {}
11959 for _s
in [AnimatBase]:
11960 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
11961 __getattr__ =
lambda self, name: _swig_getattr(self, NervousSystem, name)
11962 __repr__ = _swig_repr
11964 def __init__(self):
11965 this = _AnimatSimPy.new_NervousSystem()
11967 self.this.append(this)
11970 __swig_destroy__ = _AnimatSimPy.delete_NervousSystem
11971 __del__ =
lambda self:
None
11972 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.NervousSystem_CastToDerived
11974 CastToDerived = staticmethod(_AnimatSimPy.NervousSystem_CastToDerived)
11976 def FindNeuralModule(self, strModuleName, bThrowError=True):
11977 return _AnimatSimPy.NervousSystem_FindNeuralModule(self, strModuleName, bThrowError)
11979 def AddNeuralModule(self, strXml):
11980 return _AnimatSimPy.NervousSystem_AddNeuralModule(self, strXml)
11982 def RemoveNeuralModule(self, strID):
11983 return _AnimatSimPy.NervousSystem_RemoveNeuralModule(self, strID)
11985 def Kill(self, bState=True):
11986 return _AnimatSimPy.NervousSystem_Kill(self, bState)
11988 def ResetSimulation(self):
11989 return _AnimatSimPy.NervousSystem_ResetSimulation(self)
11991 def MinTimeStep(self, fltMin):
11992 return _AnimatSimPy.NervousSystem_MinTimeStep(self, fltMin)
11994 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
11995 return _AnimatSimPy.NervousSystem_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
11997 def VerifySystemPointers(self):
11998 return _AnimatSimPy.NervousSystem_VerifySystemPointers(self)
12000 def Initialize(self):
12001 return _AnimatSimPy.NervousSystem_Initialize(self)
12003 def StepSimulation(self):
12004 return _AnimatSimPy.NervousSystem_StepSimulation(self)
12006 def CalculateSnapshotByteSize(self):
12007 return _AnimatSimPy.NervousSystem_CalculateSnapshotByteSize(self)
12009 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
12010 return _AnimatSimPy.NervousSystem_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
12012 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
12013 return _AnimatSimPy.NervousSystem_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
12015 def Load(self, oXml):
12016 return _AnimatSimPy.NervousSystem_Load(self, oXml)
12017 NervousSystem_swigregister = _AnimatSimPy.NervousSystem_swigregister
12018 NervousSystem_swigregister(NervousSystem)
12020 def NervousSystem_CastToDerived(lpBase):
12021 return _AnimatSimPy.NervousSystem_CastToDerived(lpBase)
12022 NervousSystem_CastToDerived = _AnimatSimPy.NervousSystem_CastToDerived
12025 __swig_setmethods__ = {}
12026 for _s
in [AnimatBase]:
12027 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12028 __setattr__ =
lambda self, name, value: _swig_setattr(self, NeuralModule, name, value)
12029 __swig_getmethods__ = {}
12030 for _s
in [AnimatBase]:
12031 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12032 __getattr__ =
lambda self, name: _swig_getattr(self, NeuralModule, name)
12034 def __init__(self, *args, **kwargs):
12035 raise AttributeError(
"No constructor defined - class is abstract")
12036 __repr__ = _swig_repr
12037 __swig_destroy__ = _AnimatSimPy.delete_NeuralModule
12038 __del__ =
lambda self:
None
12039 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.NeuralModule_CastToDerived
12041 CastToDerived = staticmethod(_AnimatSimPy.NeuralModule_CastToDerived)
12043 def ModuleName(self):
12044 return _AnimatSimPy.NeuralModule_ModuleName(self)
12046 def TimeStepInterval(self, *args):
12047 return _AnimatSimPy.NeuralModule_TimeStepInterval(self, *args)
12049 def TimeStep(self, *args):
12050 return _AnimatSimPy.NeuralModule_TimeStep(self, *args)
12052 def ClassFactory(self, *args):
12053 return _AnimatSimPy.NeuralModule_ClassFactory(self, *args)
12055 def GetSimulator(self):
12056 return _AnimatSimPy.NeuralModule_GetSimulator(self)
12058 def GetOrganism(self):
12059 return _AnimatSimPy.NeuralModule_GetOrganism(self)
12061 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
12062 return _AnimatSimPy.NeuralModule_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
12064 def VerifySystemPointers(self):
12065 return _AnimatSimPy.NeuralModule_VerifySystemPointers(self)
12067 def AttachSourceAdapter(self, lpAdapter):
12068 return _AnimatSimPy.NeuralModule_AttachSourceAdapter(self, lpAdapter)
12070 def RemoveSourceAdapter(self, lpAdapter):
12071 return _AnimatSimPy.NeuralModule_RemoveSourceAdapter(self, lpAdapter)
12073 def AttachTargetAdapter(self, lpAdapter):
12074 return _AnimatSimPy.NeuralModule_AttachTargetAdapter(self, lpAdapter)
12076 def RemoveTargetAdapter(self, lpAdapter):
12077 return _AnimatSimPy.NeuralModule_RemoveTargetAdapter(self, lpAdapter)
12079 def GetDataPointer(self, strDataType):
12080 return _AnimatSimPy.NeuralModule_GetDataPointer(self, strDataType)
12082 def AddExternalSynapse(self, *args):
12083 return _AnimatSimPy.NeuralModule_AddExternalSynapse(self, *args)
12085 def RemoveExternalSynapse(self, strID, bThrowError=True):
12086 return _AnimatSimPy.NeuralModule_RemoveExternalSynapse(self, strID, bThrowError)
12088 def FindExternalSynapseListPos(self, strID, bThrowError=True):
12089 return _AnimatSimPy.NeuralModule_FindExternalSynapseListPos(self, strID, bThrowError)
12091 def Initialize(self):
12092 return _AnimatSimPy.NeuralModule_Initialize(self)
12094 def ResetSimulation(self):
12095 return _AnimatSimPy.NeuralModule_ResetSimulation(self)
12097 def NeedToStep(self, bIncrement):
12098 return _AnimatSimPy.NeuralModule_NeedToStep(self, bIncrement)
12100 def ResetStepCounter(self):
12101 return _AnimatSimPy.NeuralModule_ResetStepCounter(self)
12103 def StepSimulation(self):
12104 return _AnimatSimPy.NeuralModule_StepSimulation(self)
12106 def StepAdapters(self):
12107 return _AnimatSimPy.NeuralModule_StepAdapters(self)
12108 NeuralModule_swigregister = _AnimatSimPy.NeuralModule_swigregister
12109 NeuralModule_swigregister(NeuralModule)
12111 def NeuralModule_CastToDerived(lpBase):
12112 return _AnimatSimPy.NeuralModule_CastToDerived(lpBase)
12113 NeuralModule_CastToDerived = _AnimatSimPy.NeuralModule_CastToDerived
12116 __swig_setmethods__ = {}
12117 for _s
in [NeuralModule]:
12118 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12119 __setattr__ =
lambda self, name, value: _swig_setattr(self, PhysicsNeuralModule, name, value)
12120 __swig_getmethods__ = {}
12121 for _s
in [NeuralModule]:
12122 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12123 __getattr__ =
lambda self, name: _swig_getattr(self, PhysicsNeuralModule, name)
12124 __repr__ = _swig_repr
12126 def __init__(self):
12127 this = _AnimatSimPy.new_PhysicsNeuralModule()
12129 self.this.append(this)
12132 __swig_destroy__ = _AnimatSimPy.delete_PhysicsNeuralModule
12133 __del__ =
lambda self:
None
12134 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PhysicsNeuralModule_CastToDerived
12136 CastToDerived = staticmethod(_AnimatSimPy.PhysicsNeuralModule_CastToDerived)
12138 def TimeStep(self, *args):
12139 return _AnimatSimPy.PhysicsNeuralModule_TimeStep(self, *args)
12141 def ModuleName(self):
12142 return _AnimatSimPy.PhysicsNeuralModule_ModuleName(self)
12144 def AddAdapter(self, strXml, bDoNotInit):
12145 return _AnimatSimPy.PhysicsNeuralModule_AddAdapter(self, strXml, bDoNotInit)
12147 def RemoveAdapter(self, strID):
12148 return _AnimatSimPy.PhysicsNeuralModule_RemoveAdapter(self, strID)
12150 def FindAdapterListPos(self, strID, bThrowError=True):
12151 return _AnimatSimPy.PhysicsNeuralModule_FindAdapterListPos(self, strID, bThrowError)
12153 def Kill(self, bState=True):
12154 return _AnimatSimPy.PhysicsNeuralModule_Kill(self, bState)
12156 def Initialize(self):
12157 return _AnimatSimPy.PhysicsNeuralModule_Initialize(self)
12159 def ResetSimulation(self):
12160 return _AnimatSimPy.PhysicsNeuralModule_ResetSimulation(self)
12162 def Load(self, oXml):
12163 return _AnimatSimPy.PhysicsNeuralModule_Load(self, oXml)
12165 def SetData(self, strDataType, strValue, bThrowError=True):
12166 return _AnimatSimPy.PhysicsNeuralModule_SetData(self, strDataType, strValue, bThrowError)
12168 def QueryProperties(self, aryProperties):
12169 return _AnimatSimPy.PhysicsNeuralModule_QueryProperties(self, aryProperties)
12171 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
12172 return _AnimatSimPy.PhysicsNeuralModule_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
12174 def RemoveItem(self, strItemType, strID, bThrowError=True):
12175 return _AnimatSimPy.PhysicsNeuralModule_RemoveItem(self, strItemType, strID, bThrowError)
12177 def CalculateSnapshotByteSize(self):
12178 return _AnimatSimPy.PhysicsNeuralModule_CalculateSnapshotByteSize(self)
12180 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
12181 return _AnimatSimPy.PhysicsNeuralModule_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
12183 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
12184 return _AnimatSimPy.PhysicsNeuralModule_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
12185 PhysicsNeuralModule_swigregister = _AnimatSimPy.PhysicsNeuralModule_swigregister
12186 PhysicsNeuralModule_swigregister(PhysicsNeuralModule)
12188 def PhysicsNeuralModule_CastToDerived(lpBase):
12189 return _AnimatSimPy.PhysicsNeuralModule_CastToDerived(lpBase)
12190 PhysicsNeuralModule_CastToDerived = _AnimatSimPy.PhysicsNeuralModule_CastToDerived
12193 __swig_setmethods__ = {}
12194 for _s
in [Structure]:
12195 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12196 __setattr__ =
lambda self, name, value: _swig_setattr(self, Organism, name, value)
12197 __swig_getmethods__ = {}
12198 for _s
in [Structure]:
12199 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12200 __getattr__ =
lambda self, name: _swig_getattr(self, Organism, name)
12201 __repr__ = _swig_repr
12203 def __init__(self):
12204 this = _AnimatSimPy.new_Organism()
12206 self.this.append(this)
12209 __swig_destroy__ = _AnimatSimPy.delete_Organism
12210 __del__ =
lambda self:
None
12211 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Organism_CastToDerived
12213 CastToDerived = staticmethod(_AnimatSimPy.Organism_CastToDerived)
12216 return _AnimatSimPy.Organism_IsDead(self)
12218 def GetRobotInterface(self):
12219 return _AnimatSimPy.Organism_GetRobotInterface(self)
12221 def CalculateSnapshotByteSize(self):
12222 return _AnimatSimPy.Organism_CalculateSnapshotByteSize(self)
12224 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
12225 return _AnimatSimPy.Organism_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
12227 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
12228 return _AnimatSimPy.Organism_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
12230 def SetData(self, strDataType, strValue, bThrowError=True):
12231 return _AnimatSimPy.Organism_SetData(self, strDataType, strValue, bThrowError)
12233 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
12234 return _AnimatSimPy.Organism_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
12236 def RemoveItem(self, strItemType, strID, bThrowError=True):
12237 return _AnimatSimPy.Organism_RemoveItem(self, strItemType, strID, bThrowError)
12239 def Initialize(self):
12240 return _AnimatSimPy.Organism_Initialize(self)
12242 def StepNeuralEngine(self):
12243 return _AnimatSimPy.Organism_StepNeuralEngine(self)
12245 def StepPhysicsEngine(self):
12246 return _AnimatSimPy.Organism_StepPhysicsEngine(self)
12248 def ResetSimulation(self):
12249 return _AnimatSimPy.Organism_ResetSimulation(self)
12251 def Kill(self, bState=True):
12252 return _AnimatSimPy.Organism_Kill(self, bState)
12254 def MinTimeStep(self, fltMin):
12255 return _AnimatSimPy.Organism_MinTimeStep(self, fltMin)
12257 def Load(self, oXml):
12258 return _AnimatSimPy.Organism_Load(self, oXml)
12260 def GetNervousSystem(self):
12261 return _AnimatSimPy.Organism_GetNervousSystem(self)
12262 Organism_swigregister = _AnimatSimPy.Organism_swigregister
12263 Organism_swigregister(Organism)
12265 def Organism_CastToDerived(lpBase):
12266 return _AnimatSimPy.Organism_CastToDerived(lpBase)
12267 Organism_CastToDerived = _AnimatSimPy.Organism_CastToDerived
12270 __swig_setmethods__ = {}
12271 for _s
in [AnimatBase, MovableItem]:
12272 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12273 __setattr__ =
lambda self, name, value: _swig_setattr(self, Light, name, value)
12274 __swig_getmethods__ = {}
12275 for _s
in [AnimatBase, MovableItem]:
12276 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12277 __getattr__ =
lambda self, name: _swig_getattr(self, Light, name)
12278 __repr__ = _swig_repr
12280 def __init__(self):
12281 this = _AnimatSimPy.new_Light()
12283 self.this.append(this)
12286 __swig_destroy__ = _AnimatSimPy.delete_Light
12287 __del__ =
lambda self:
None
12288 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Light_CastToDerived
12290 CastToDerived = staticmethod(_AnimatSimPy.Light_CastToDerived)
12292 def Enabled(self, *args):
12293 return _AnimatSimPy.Light_Enabled(self, *args)
12296 return _AnimatSimPy.Light_Resize(self)
12298 def Radius(self, *args):
12299 return _AnimatSimPy.Light_Radius(self, *args)
12301 def LatitudeSegments(self, *args):
12302 return _AnimatSimPy.Light_LatitudeSegments(self, *args)
12304 def LongtitudeSegments(self, *args):
12305 return _AnimatSimPy.Light_LongtitudeSegments(self, *args)
12307 def LightNumber(self, *args):
12308 return _AnimatSimPy.Light_LightNumber(self, *args)
12310 def ConstantAttenRatio(self, *args):
12311 return _AnimatSimPy.Light_ConstantAttenRatio(self, *args)
12313 def LinearAttenDistance(self, *args):
12314 return _AnimatSimPy.Light_LinearAttenDistance(self, *args)
12316 def QuadraticAttenDistance(self, *args):
12317 return _AnimatSimPy.Light_QuadraticAttenDistance(self, *args)
12319 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
12320 return _AnimatSimPy.Light_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
12322 def SetData(self, strDataType, strValue, bThrowError=True):
12323 return _AnimatSimPy.Light_SetData(self, strDataType, strValue, bThrowError)
12325 def QueryProperties(self, aryProperties):
12326 return _AnimatSimPy.Light_QueryProperties(self, aryProperties)
12328 def Selected(self, bValue, bSelectMultiple):
12329 return _AnimatSimPy.Light_Selected(self, bValue, bSelectMultiple)
12331 def VisualSelectionModeChanged(self, iNewMode):
12332 return _AnimatSimPy.Light_VisualSelectionModeChanged(self, iNewMode)
12335 return _AnimatSimPy.Light_Create(self)
12337 def Load(self, oXml):
12338 return _AnimatSimPy.Light_Load(self, oXml)
12339 Light_swigregister = _AnimatSimPy.Light_swigregister
12340 Light_swigregister(Light)
12342 def Light_CastToDerived(lpBase):
12343 return _AnimatSimPy.Light_CastToDerived(lpBase)
12344 Light_CastToDerived = _AnimatSimPy.Light_CastToDerived
12347 __swig_setmethods__ = {}
12348 for _s
in [AnimatBase]:
12349 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12350 __setattr__ =
lambda self, name, value: _swig_setattr(self, LightManager, name, value)
12351 __swig_getmethods__ = {}
12352 for _s
in [AnimatBase]:
12353 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12354 __getattr__ =
lambda self, name: _swig_getattr(self, LightManager, name)
12355 __repr__ = _swig_repr
12357 def __init__(self):
12358 this = _AnimatSimPy.new_LightManager()
12360 self.this.append(this)
12363 __swig_destroy__ = _AnimatSimPy.delete_LightManager
12364 __del__ =
lambda self:
None
12365 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.LightManager_CastToDerived
12367 CastToDerived = staticmethod(_AnimatSimPy.LightManager_CastToDerived)
12370 return _AnimatSimPy.LightManager_Lights(self)
12372 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
12373 return _AnimatSimPy.LightManager_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
12375 def RemoveItem(self, strItemType, strID, bThrowError=True):
12376 return _AnimatSimPy.LightManager_RemoveItem(self, strItemType, strID, bThrowError)
12378 def FindChildListPos(self, strID, bThrowError=True):
12379 return _AnimatSimPy.LightManager_FindChildListPos(self, strID, bThrowError)
12381 def Initialize(self):
12382 return _AnimatSimPy.LightManager_Initialize(self)
12384 def Load(self, oXml):
12385 return _AnimatSimPy.LightManager_Load(self, oXml)
12386 LightManager_swigregister = _AnimatSimPy.LightManager_swigregister
12387 LightManager_swigregister(LightManager)
12389 def LightManager_CastToDerived(lpBase):
12390 return _AnimatSimPy.LightManager_CastToDerived(lpBase)
12391 LightManager_CastToDerived = _AnimatSimPy.LightManager_CastToDerived
12394 __swig_setmethods__ = {}
12395 for _s
in [AnimatBase]:
12396 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12397 __setattr__ =
lambda self, name, value: _swig_setattr(self, ActivatedItem, name, value)
12398 __swig_getmethods__ = {}
12399 for _s
in [AnimatBase]:
12400 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12401 __getattr__ =
lambda self, name: _swig_getattr(self, ActivatedItem, name)
12403 def __init__(self, *args, **kwargs):
12404 raise AttributeError(
"No constructor defined - class is abstract")
12405 __repr__ = _swig_repr
12406 __swig_destroy__ = _AnimatSimPy.delete_ActivatedItem
12407 __del__ =
lambda self:
None
12408 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ActivatedItem_CastToDerived
12410 CastToDerived = staticmethod(_AnimatSimPy.ActivatedItem_CastToDerived)
12412 def Enabled(self, *args):
12413 return _AnimatSimPy.ActivatedItem_Enabled(self, *args)
12415 def LoadedTime(self, *args):
12416 return _AnimatSimPy.ActivatedItem_LoadedTime(self, *args)
12418 def StartSlice(self, *args):
12419 return _AnimatSimPy.ActivatedItem_StartSlice(self, *args)
12421 def EndSlice(self, *args):
12422 return _AnimatSimPy.ActivatedItem_EndSlice(self, *args)
12424 def StartTime(self, *args):
12425 return _AnimatSimPy.ActivatedItem_StartTime(self, *args)
12427 def EndTime(self, *args):
12428 return _AnimatSimPy.ActivatedItem_EndTime(self, *args)
12430 def StepInterval(self, *args):
12431 return _AnimatSimPy.ActivatedItem_StepInterval(self, *args)
12433 def StepIntervalCount(self, *args):
12434 return _AnimatSimPy.ActivatedItem_StepIntervalCount(self, *args)
12436 def AlwaysActive(self, *args):
12437 return _AnimatSimPy.ActivatedItem_AlwaysActive(self, *args)
12439 def IsActivated(self):
12440 return _AnimatSimPy.ActivatedItem_IsActivated(self)
12442 def IsInitialized(self):
12443 return _AnimatSimPy.ActivatedItem_IsInitialized(self)
12445 def NeedToActivate(self):
12446 return _AnimatSimPy.ActivatedItem_NeedToActivate(self)
12448 def NeedToDeactivate(self):
12449 return _AnimatSimPy.ActivatedItem_NeedToDeactivate(self)
12451 def __lt__(self, lpItem):
12452 return _AnimatSimPy.ActivatedItem___lt__(self, lpItem)
12454 def Initialize(self):
12455 return _AnimatSimPy.ActivatedItem_Initialize(self)
12457 def ReInitialize(self):
12458 return _AnimatSimPy.ActivatedItem_ReInitialize(self)
12460 def NeedToStep(self):
12461 return _AnimatSimPy.ActivatedItem_NeedToStep(self)
12463 def ResetSimulation(self):
12464 return _AnimatSimPy.ActivatedItem_ResetSimulation(self)
12466 def Activate(self):
12467 return _AnimatSimPy.ActivatedItem_Activate(self)
12469 def Deactivate(self):
12470 return _AnimatSimPy.ActivatedItem_Deactivate(self)
12472 def TimeStepModified(self):
12473 return _AnimatSimPy.ActivatedItem_TimeStepModified(self)
12475 def SetData(self, strDataType, strValue, bThrowError=True):
12476 return _AnimatSimPy.ActivatedItem_SetData(self, strDataType, strValue, bThrowError)
12478 def Overlaps(self, lpItem):
12479 return _AnimatSimPy.ActivatedItem_Overlaps(self, lpItem)
12481 def Load(self, oXml):
12482 return _AnimatSimPy.ActivatedItem_Load(self, oXml)
12483 ActivatedItem_swigregister = _AnimatSimPy.ActivatedItem_swigregister
12484 ActivatedItem_swigregister(ActivatedItem)
12486 def ActivatedItem_CastToDerived(lpBase):
12487 return _AnimatSimPy.ActivatedItem_CastToDerived(lpBase)
12488 ActivatedItem_CastToDerived = _AnimatSimPy.ActivatedItem_CastToDerived
12492 return _AnimatSimPy.LessThanActivatedItemCompare(lpItem1, lpItem2)
12493 LessThanActivatedItemCompare = _AnimatSimPy.LessThanActivatedItemCompare
12495 __swig_setmethods__ = {}
12496 for _s
in [AnimatBase]:
12497 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12498 __setattr__ =
lambda self, name, value: _swig_setattr(self, ActivatedItemMgr, name, value)
12499 __swig_getmethods__ = {}
12500 for _s
in [AnimatBase]:
12501 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12502 __getattr__ =
lambda self, name: _swig_getattr(self, ActivatedItemMgr, name)
12503 __repr__ = _swig_repr
12505 def __init__(self):
12506 this = _AnimatSimPy.new_ActivatedItemMgr()
12508 self.this.append(this)
12511 __swig_destroy__ = _AnimatSimPy.delete_ActivatedItemMgr
12512 __del__ =
lambda self:
None
12513 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ActivatedItemMgr_CastToDerived
12515 CastToDerived = staticmethod(_AnimatSimPy.ActivatedItemMgr_CastToDerived)
12517 def Add(self, lpItem):
12518 return _AnimatSimPy.ActivatedItemMgr_Add(self, lpItem)
12520 def Remove(self, strID, bThrowError=True):
12521 return _AnimatSimPy.ActivatedItemMgr_Remove(self, strID, bThrowError)
12523 def Find(self, *args):
12524 return _AnimatSimPy.ActivatedItemMgr_Find(self, *args)
12526 def FindListPos(self, strID, bThrowError=True):
12527 return _AnimatSimPy.ActivatedItemMgr_FindListPos(self, strID, bThrowError)
12530 return _AnimatSimPy.ActivatedItemMgr_Reset(self)
12532 def Initialize(self):
12533 return _AnimatSimPy.ActivatedItemMgr_Initialize(self)
12535 def ResetSimulation(self):
12536 return _AnimatSimPy.ActivatedItemMgr_ResetSimulation(self)
12538 def ReInitialize(self):
12539 return _AnimatSimPy.ActivatedItemMgr_ReInitialize(self)
12541 def StepSimulation(self):
12542 return _AnimatSimPy.ActivatedItemMgr_StepSimulation(self)
12543 ActivatedItemMgr_swigregister = _AnimatSimPy.ActivatedItemMgr_swigregister
12544 ActivatedItemMgr_swigregister(ActivatedItemMgr)
12546 def ActivatedItemMgr_CastToDerived(lpBase):
12547 return _AnimatSimPy.ActivatedItemMgr_CastToDerived(lpBase)
12548 ActivatedItemMgr_CastToDerived = _AnimatSimPy.ActivatedItemMgr_CastToDerived
12551 __swig_setmethods__ = {}
12552 for _s
in [AnimatBase]:
12553 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12554 __setattr__ =
lambda self, name, value: _swig_setattr(self, DataColumn, name, value)
12555 __swig_getmethods__ = {}
12556 for _s
in [AnimatBase]:
12557 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12558 __getattr__ =
lambda self, name: _swig_getattr(self, DataColumn, name)
12559 __repr__ = _swig_repr
12561 def __init__(self):
12562 this = _AnimatSimPy.new_DataColumn()
12564 self.this.append(this)
12567 __swig_destroy__ = _AnimatSimPy.delete_DataColumn
12568 __del__ =
lambda self:
None
12569 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.DataColumn_CastToDerived
12571 CastToDerived = staticmethod(_AnimatSimPy.DataColumn_CastToDerived)
12573 def ColumnCount(self):
12574 return _AnimatSimPy.DataColumn_ColumnCount(self)
12576 def Name(self, strValue):
12577 return _AnimatSimPy.DataColumn_Name(self, strValue)
12579 def DataType(self, *args):
12580 return _AnimatSimPy.DataColumn_DataType(self, *args)
12582 def TargetID(self, *args):
12583 return _AnimatSimPy.DataColumn_TargetID(self, *args)
12585 def AppendSpaces(self, *args):
12586 return _AnimatSimPy.DataColumn_AppendSpaces(self, *args)
12588 def IsInitialized(self, *args):
12589 return _AnimatSimPy.DataColumn_IsInitialized(self, *args)
12591 def ColumnIndex(self, *args):
12592 return _AnimatSimPy.DataColumn_ColumnIndex(self, *args)
12594 def RowIndex(self, *args):
12595 return _AnimatSimPy.DataColumn_RowIndex(self, *args)
12597 def DataValue(self):
12598 return _AnimatSimPy.DataColumn_DataValue(self)
12600 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, lpChart, bVerify):
12601 return _AnimatSimPy.DataColumn_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, lpChart, bVerify)
12603 def VerifySystemPointers(self):
12604 return _AnimatSimPy.DataColumn_VerifySystemPointers(self)
12606 def Initialize(self):
12607 return _AnimatSimPy.DataColumn_Initialize(self)
12609 def ReInitialize(self):
12610 return _AnimatSimPy.DataColumn_ReInitialize(self)
12612 def StepSimulation(self):
12613 return _AnimatSimPy.DataColumn_StepSimulation(self)
12615 def __lt__(self, lpColumn):
12616 return _AnimatSimPy.DataColumn___lt__(self, lpColumn)
12618 def SetData(self, strDataType, strValue, bThrowError=True):
12619 return _AnimatSimPy.DataColumn_SetData(self, strDataType, strValue, bThrowError)
12621 def QueryProperties(self, aryProperties):
12622 return _AnimatSimPy.DataColumn_QueryProperties(self, aryProperties)
12624 def Activate(self):
12625 return _AnimatSimPy.DataColumn_Activate(self)
12627 def Deactivate(self):
12628 return _AnimatSimPy.DataColumn_Deactivate(self)
12630 def Load(self, oXml):
12631 return _AnimatSimPy.DataColumn_Load(self, oXml)
12633 def SaveColumnNames(self, oStream):
12634 return _AnimatSimPy.DataColumn_SaveColumnNames(self, oStream)
12635 DataColumn_swigregister = _AnimatSimPy.DataColumn_swigregister
12636 DataColumn_swigregister(DataColumn)
12638 def DataColumn_CastToDerived(lpBase):
12639 return _AnimatSimPy.DataColumn_CastToDerived(lpBase)
12640 DataColumn_CastToDerived = _AnimatSimPy.DataColumn_CastToDerived
12644 return _AnimatSimPy.LessThanDataColumnCompare(lpColumn1, lpColumn2)
12645 LessThanDataColumnCompare = _AnimatSimPy.LessThanDataColumnCompare
12647 __swig_setmethods__ = {}
12648 for _s
in [ActivatedItem]:
12649 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12650 __setattr__ =
lambda self, name, value: _swig_setattr(self, DataChart, name, value)
12651 __swig_getmethods__ = {}
12652 for _s
in [ActivatedItem]:
12653 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12654 __getattr__ =
lambda self, name: _swig_getattr(self, DataChart, name)
12655 __repr__ = _swig_repr
12657 def __init__(self):
12658 this = _AnimatSimPy.new_DataChart()
12660 self.this.append(this)
12663 __swig_destroy__ = _AnimatSimPy.delete_DataChart
12664 __del__ =
lambda self:
None
12665 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.DataChart_CastToDerived
12667 CastToDerived = staticmethod(_AnimatSimPy.DataChart_CastToDerived)
12670 return _AnimatSimPy.DataChart_Type(self)
12672 def StartTime(self, fltVal, bReInit=True):
12673 return _AnimatSimPy.DataChart_StartTime(self, fltVal, bReInit)
12675 def EndTime(self, fltVal, bReInit=True):
12676 return _AnimatSimPy.DataChart_EndTime(self, fltVal, bReInit)
12678 def SetStartEndTime(self, *args):
12679 return _AnimatSimPy.DataChart_SetStartEndTime(self, *args)
12681 def BufferSize(self):
12682 return _AnimatSimPy.DataChart_BufferSize(self)
12684 def UsedBufferSize(self):
12685 return _AnimatSimPy.DataChart_UsedBufferSize(self)
12687 def BufferByteSize(self):
12688 return _AnimatSimPy.DataChart_BufferByteSize(self)
12690 def UsedBufferByteSize(self):
12691 return _AnimatSimPy.DataChart_UsedBufferByteSize(self)
12693 def TimeBuffer(self):
12694 return _AnimatSimPy.DataChart_TimeBuffer(self)
12696 def DataBuffer(self):
12697 return _AnimatSimPy.DataChart_DataBuffer(self)
12699 def CollectInterval(self, *args):
12700 return _AnimatSimPy.DataChart_CollectInterval(self, *args)
12702 def ChartTimeBase(self):
12703 return _AnimatSimPy.DataChart_ChartTimeBase(self)
12705 def CollectTimeWindow(self, *args):
12706 return _AnimatSimPy.DataChart_CollectTimeWindow(self, *args)
12708 def ProjectPath(self, *args):
12709 return _AnimatSimPy.DataChart_ProjectPath(self, *args)
12711 def ColumnCount(self):
12712 return _AnimatSimPy.DataChart_ColumnCount(self)
12714 def RowCount(self):
12715 return _AnimatSimPy.DataChart_RowCount(self)
12717 def CurrentRow(self, *args):
12718 return _AnimatSimPy.DataChart_CurrentRow(self, *args)
12721 return _AnimatSimPy.DataChart_Lock(self)
12724 return _AnimatSimPy.DataChart_Unlock(self)
12726 def AddData(self, iColumn, iRow, fltVal):
12727 return _AnimatSimPy.DataChart_AddData(self, iColumn, iRow, fltVal)
12729 def Load(self, *args):
12730 return _AnimatSimPy.DataChart_Load(self, *args)
12732 def AddColumn(self, *args):
12733 return _AnimatSimPy.DataChart_AddColumn(self, *args)
12735 def RemoveColumn(self, strID, bThrowError=True):
12736 return _AnimatSimPy.DataChart_RemoveColumn(self, strID, bThrowError)
12738 def FindColumn(self, strID, bThrowError=True):
12739 return _AnimatSimPy.DataChart_FindColumn(self, strID, bThrowError)
12741 def Activate(self):
12742 return _AnimatSimPy.DataChart_Activate(self)
12744 def Deactivate(self):
12745 return _AnimatSimPy.DataChart_Deactivate(self)
12747 def SetData(self, *args):
12748 return _AnimatSimPy.DataChart_SetData(self, *args)
12750 def QueryProperties(self, aryProperties):
12751 return _AnimatSimPy.DataChart_QueryProperties(self, aryProperties)
12753 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
12754 return _AnimatSimPy.DataChart_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
12756 def RemoveItem(self, strItemType, strID, bThrowError=True):
12757 return _AnimatSimPy.DataChart_RemoveItem(self, strItemType, strID, bThrowError)
12759 def __lt__(self, lpItem):
12760 return _AnimatSimPy.DataChart___lt__(self, lpItem)
12762 def Initialize(self):
12763 return _AnimatSimPy.DataChart_Initialize(self)
12765 def ReInitialize(self):
12766 return _AnimatSimPy.DataChart_ReInitialize(self)
12768 def ResetSimulation(self):
12769 return _AnimatSimPy.DataChart_ResetSimulation(self)
12771 def StepSimulation(self):
12772 return _AnimatSimPy.DataChart_StepSimulation(self)
12773 DataChart_swigregister = _AnimatSimPy.DataChart_swigregister
12774 DataChart_swigregister(DataChart)
12776 def DataChart_CastToDerived(lpBase):
12777 return _AnimatSimPy.DataChart_CastToDerived(lpBase)
12778 DataChart_CastToDerived = _AnimatSimPy.DataChart_CastToDerived
12781 __swig_setmethods__ = {}
12782 for _s
in [DataChart]:
12783 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12784 __setattr__ =
lambda self, name, value: _swig_setattr(self, FileChart, name, value)
12785 __swig_getmethods__ = {}
12786 for _s
in [DataChart]:
12787 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12788 __getattr__ =
lambda self, name: _swig_getattr(self, FileChart, name)
12789 __repr__ = _swig_repr
12791 def __init__(self):
12792 this = _AnimatSimPy.new_FileChart()
12794 self.this.append(this)
12797 __swig_destroy__ = _AnimatSimPy.delete_FileChart
12798 __del__ =
lambda self:
None
12799 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.FileChart_CastToDerived
12801 CastToDerived = staticmethod(_AnimatSimPy.FileChart_CastToDerived)
12804 return _AnimatSimPy.FileChart_Type(self)
12806 def OutputFilename(self, *args):
12807 return _AnimatSimPy.FileChart_OutputFilename(self, *args)
12809 def ResetSimulation(self):
12810 return _AnimatSimPy.FileChart_ResetSimulation(self)
12812 def Initialize(self):
12813 return _AnimatSimPy.FileChart_Initialize(self)
12815 def Deactivate(self):
12816 return _AnimatSimPy.FileChart_Deactivate(self)
12818 def Load(self, oXml):
12819 return _AnimatSimPy.FileChart_Load(self, oXml)
12821 def SaveOutput(self):
12822 return _AnimatSimPy.FileChart_SaveOutput(self)
12823 FileChart_swigregister = _AnimatSimPy.FileChart_swigregister
12824 FileChart_swigregister(FileChart)
12826 def FileChart_CastToDerived(lpBase):
12827 return _AnimatSimPy.FileChart_CastToDerived(lpBase)
12828 FileChart_CastToDerived = _AnimatSimPy.FileChart_CastToDerived
12831 __swig_setmethods__ = {}
12832 for _s
in [DataChart]:
12833 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12834 __setattr__ =
lambda self, name, value: _swig_setattr(self, ArrayChart, name, value)
12835 __swig_getmethods__ = {}
12836 for _s
in [DataChart]:
12837 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12838 __getattr__ =
lambda self, name: _swig_getattr(self, ArrayChart, name)
12839 __repr__ = _swig_repr
12841 def __init__(self):
12842 this = _AnimatSimPy.new_ArrayChart()
12844 self.this.append(this)
12847 __swig_destroy__ = _AnimatSimPy.delete_ArrayChart
12848 __del__ =
lambda self:
None
12849 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ArrayChart_CastToDerived
12851 CastToDerived = staticmethod(_AnimatSimPy.ArrayChart_CastToDerived)
12854 return _AnimatSimPy.ArrayChart_Type(self)
12856 def CurrentRow(self, iVal):
12857 return _AnimatSimPy.ArrayChart_CurrentRow(self, iVal)
12859 def Initialize(self):
12860 return _AnimatSimPy.ArrayChart_Initialize(self)
12862 def ReInitialize(self):
12863 return _AnimatSimPy.ArrayChart_ReInitialize(self)
12865 def StepSimulation(self):
12866 return _AnimatSimPy.ArrayChart_StepSimulation(self)
12868 def Load(self, oXml):
12869 return _AnimatSimPy.ArrayChart_Load(self, oXml)
12870 ArrayChart_swigregister = _AnimatSimPy.ArrayChart_swigregister
12871 ArrayChart_swigregister(ArrayChart)
12873 def ArrayChart_CastToDerived(lpBase):
12874 return _AnimatSimPy.ArrayChart_CastToDerived(lpBase)
12875 ArrayChart_CastToDerived = _AnimatSimPy.ArrayChart_CastToDerived
12878 __swig_setmethods__ = {}
12879 for _s
in [DataChart]:
12880 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12881 __setattr__ =
lambda self, name, value: _swig_setattr(self, MemoryChart, name, value)
12882 __swig_getmethods__ = {}
12883 for _s
in [DataChart]:
12884 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12885 __getattr__ =
lambda self, name: _swig_getattr(self, MemoryChart, name)
12886 __repr__ = _swig_repr
12888 def __init__(self):
12889 this = _AnimatSimPy.new_MemoryChart()
12891 self.this.append(this)
12894 __swig_destroy__ = _AnimatSimPy.delete_MemoryChart
12895 __del__ =
lambda self:
None
12896 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.MemoryChart_CastToDerived
12898 CastToDerived = staticmethod(_AnimatSimPy.MemoryChart_CastToDerived)
12901 return _AnimatSimPy.MemoryChart_Type(self)
12904 return _AnimatSimPy.MemoryChart_Lock(self)
12907 return _AnimatSimPy.MemoryChart_Unlock(self)
12909 def Initialize(self):
12910 return _AnimatSimPy.MemoryChart_Initialize(self)
12912 def StepSimulation(self):
12913 return _AnimatSimPy.MemoryChart_StepSimulation(self)
12915 def Load(self, oXml):
12916 return _AnimatSimPy.MemoryChart_Load(self, oXml)
12917 MemoryChart_swigregister = _AnimatSimPy.MemoryChart_swigregister
12918 MemoryChart_swigregister(MemoryChart)
12920 def MemoryChart_CastToDerived(lpBase):
12921 return _AnimatSimPy.MemoryChart_CastToDerived(lpBase)
12922 MemoryChart_CastToDerived = _AnimatSimPy.MemoryChart_CastToDerived
12925 __swig_setmethods__ = {}
12926 for _s
in [ActivatedItemMgr]:
12927 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12928 __setattr__ =
lambda self, name, value: _swig_setattr(self, DataChartMgr, name, value)
12929 __swig_getmethods__ = {}
12930 for _s
in [ActivatedItemMgr]:
12931 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12932 __getattr__ =
lambda self, name: _swig_getattr(self, DataChartMgr, name)
12933 __repr__ = _swig_repr
12935 def __init__(self):
12936 this = _AnimatSimPy.new_DataChartMgr()
12938 self.this.append(this)
12941 __swig_destroy__ = _AnimatSimPy.delete_DataChartMgr
12942 __del__ =
lambda self:
None
12943 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.DataChartMgr_CastToDerived
12945 CastToDerived = staticmethod(_AnimatSimPy.DataChartMgr_CastToDerived)
12947 def AddDataChart(self, strXml):
12948 return _AnimatSimPy.DataChartMgr_AddDataChart(self, strXml)
12950 def RemoveDataChart(self, strID):
12951 return _AnimatSimPy.DataChartMgr_RemoveDataChart(self, strID)
12953 def AddDataColumn(self, strChartKey, lpColumn):
12954 return _AnimatSimPy.DataChartMgr_AddDataColumn(self, strChartKey, lpColumn)
12956 def RemoveDataColumn(self, strChartKey, strColumnName, bThrowError=True):
12957 return _AnimatSimPy.DataChartMgr_RemoveDataColumn(self, strChartKey, strColumnName, bThrowError)
12959 def FindDataColumn(self, strChartKey, strColumnName, bThrowError=True):
12960 return _AnimatSimPy.DataChartMgr_FindDataColumn(self, strChartKey, strColumnName, bThrowError)
12962 def Load(self, oXml):
12963 return _AnimatSimPy.DataChartMgr_Load(self, oXml)
12964 DataChartMgr_swigregister = _AnimatSimPy.DataChartMgr_swigregister
12965 DataChartMgr_swigregister(DataChartMgr)
12967 def DataChartMgr_CastToDerived(lpBase):
12968 return _AnimatSimPy.DataChartMgr_CastToDerived(lpBase)
12969 DataChartMgr_CastToDerived = _AnimatSimPy.DataChartMgr_CastToDerived
12972 __swig_setmethods__ = {}
12973 for _s
in [ActivatedItem]:
12974 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
12975 __setattr__ =
lambda self, name, value: _swig_setattr(self, ExternalStimulus, name, value)
12976 __swig_getmethods__ = {}
12977 for _s
in [ActivatedItem]:
12978 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
12979 __getattr__ =
lambda self, name: _swig_getattr(self, ExternalStimulus, name)
12980 __repr__ = _swig_repr
12982 def __init__(self):
12983 this = _AnimatSimPy.new_ExternalStimulus()
12985 self.this.append(this)
12988 __swig_destroy__ = _AnimatSimPy.delete_ExternalStimulus
12989 __del__ =
lambda self:
None
12990 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ExternalStimulus_CastToDerived
12992 CastToDerived = staticmethod(_AnimatSimPy.ExternalStimulus_CastToDerived)
12994 def SetData(self, strDataType, strValue, bThrowError=True):
12995 return _AnimatSimPy.ExternalStimulus_SetData(self, strDataType, strValue, bThrowError)
12997 def QueryProperties(self, aryProperties):
12998 return _AnimatSimPy.ExternalStimulus_QueryProperties(self, aryProperties)
13000 def __lt__(self, lpItem):
13001 return _AnimatSimPy.ExternalStimulus___lt__(self, lpItem)
13002 ExternalStimulus_swigregister = _AnimatSimPy.ExternalStimulus_swigregister
13003 ExternalStimulus_swigregister(ExternalStimulus)
13005 def ExternalStimulus_CastToDerived(lpBase):
13006 return _AnimatSimPy.ExternalStimulus_CastToDerived(lpBase)
13007 ExternalStimulus_CastToDerived = _AnimatSimPy.ExternalStimulus_CastToDerived
13010 __swig_setmethods__ = {}
13011 for _s
in [ActivatedItemMgr]:
13012 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13013 __setattr__ =
lambda self, name, value: _swig_setattr(self, ExternalStimuliMgr, name, value)
13014 __swig_getmethods__ = {}
13015 for _s
in [ActivatedItemMgr]:
13016 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13017 __getattr__ =
lambda self, name: _swig_getattr(self, ExternalStimuliMgr, name)
13018 __repr__ = _swig_repr
13020 def __init__(self):
13021 this = _AnimatSimPy.new_ExternalStimuliMgr()
13023 self.this.append(this)
13026 __swig_destroy__ = _AnimatSimPy.delete_ExternalStimuliMgr
13027 __del__ =
lambda self:
None
13028 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ExternalStimuliMgr_CastToDerived
13030 CastToDerived = staticmethod(_AnimatSimPy.ExternalStimuliMgr_CastToDerived)
13032 def AddStimulus(self, strXml):
13033 return _AnimatSimPy.ExternalStimuliMgr_AddStimulus(self, strXml)
13035 def RemoveStimulus(self, strID):
13036 return _AnimatSimPy.ExternalStimuliMgr_RemoveStimulus(self, strID)
13038 def Load(self, oXml):
13039 return _AnimatSimPy.ExternalStimuliMgr_Load(self, oXml)
13040 ExternalStimuliMgr_swigregister = _AnimatSimPy.ExternalStimuliMgr_swigregister
13041 ExternalStimuliMgr_swigregister(ExternalStimuliMgr)
13043 def ExternalStimuliMgr_CastToDerived(lpBase):
13044 return _AnimatSimPy.ExternalStimuliMgr_CastToDerived(lpBase)
13045 ExternalStimuliMgr_CastToDerived = _AnimatSimPy.ExternalStimuliMgr_CastToDerived
13048 __swig_setmethods__ = {}
13049 for _s
in [ExternalStimulus]:
13050 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13051 __setattr__ =
lambda self, name, value: _swig_setattr(self, ExternalInputStimulus, name, value)
13052 __swig_getmethods__ = {}
13053 for _s
in [ExternalStimulus]:
13054 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13055 __getattr__ =
lambda self, name: _swig_getattr(self, ExternalInputStimulus, name)
13056 __repr__ = _swig_repr
13058 def __init__(self):
13059 this = _AnimatSimPy.new_ExternalInputStimulus()
13061 self.this.append(this)
13064 __swig_destroy__ = _AnimatSimPy.delete_ExternalInputStimulus
13065 __del__ =
lambda self:
None
13066 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ExternalInputStimulus_CastToDerived
13068 CastToDerived = staticmethod(_AnimatSimPy.ExternalInputStimulus_CastToDerived)
13071 return _AnimatSimPy.ExternalInputStimulus_Type(self)
13073 def TargetNodeID(self, *args):
13074 return _AnimatSimPy.ExternalInputStimulus_TargetNodeID(self, *args)
13076 def Input(self, *args):
13077 return _AnimatSimPy.ExternalInputStimulus_Input(self, *args)
13079 def InputEquation(self, *args):
13080 return _AnimatSimPy.ExternalInputStimulus_InputEquation(self, *args)
13082 def Load(self, oXml):
13083 return _AnimatSimPy.ExternalInputStimulus_Load(self, oXml)
13085 def Activate(self):
13086 return _AnimatSimPy.ExternalInputStimulus_Activate(self)
13088 def Initialize(self):
13089 return _AnimatSimPy.ExternalInputStimulus_Initialize(self)
13091 def StepSimulation(self):
13092 return _AnimatSimPy.ExternalInputStimulus_StepSimulation(self)
13094 def Deactivate(self):
13095 return _AnimatSimPy.ExternalInputStimulus_Deactivate(self)
13097 def GetDataPointer(self, strDataType):
13098 return _AnimatSimPy.ExternalInputStimulus_GetDataPointer(self, strDataType)
13100 def SetData(self, strDataType, strValue, bThrowError=True):
13101 return _AnimatSimPy.ExternalInputStimulus_SetData(self, strDataType, strValue, bThrowError)
13103 def QueryProperties(self, aryProperties):
13104 return _AnimatSimPy.ExternalInputStimulus_QueryProperties(self, aryProperties)
13105 ExternalInputStimulus_swigregister = _AnimatSimPy.ExternalInputStimulus_swigregister
13106 ExternalInputStimulus_swigregister(ExternalInputStimulus)
13108 def ExternalInputStimulus_CastToDerived(lpBase):
13109 return _AnimatSimPy.ExternalInputStimulus_CastToDerived(lpBase)
13110 ExternalInputStimulus_CastToDerived = _AnimatSimPy.ExternalInputStimulus_CastToDerived
13113 __swig_setmethods__ = {}
13114 for _s
in [ExternalStimulus]:
13115 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13116 __setattr__ =
lambda self, name, value: _swig_setattr(self, CurrentStimulus, name, value)
13117 __swig_getmethods__ = {}
13118 for _s
in [ExternalStimulus]:
13119 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13120 __getattr__ =
lambda self, name: _swig_getattr(self, CurrentStimulus, name)
13121 __repr__ = _swig_repr
13123 def __init__(self):
13124 this = _AnimatSimPy.new_CurrentStimulus()
13126 self.this.append(this)
13129 __swig_destroy__ = _AnimatSimPy.delete_CurrentStimulus
13130 __del__ =
lambda self:
None
13131 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.CurrentStimulus_CastToDerived
13133 CastToDerived = staticmethod(_AnimatSimPy.CurrentStimulus_CastToDerived)
13135 def Type(self, *args):
13136 return _AnimatSimPy.CurrentStimulus_Type(self, *args)
13138 def AlwaysActive(self, bVal):
13139 return _AnimatSimPy.CurrentStimulus_AlwaysActive(self, bVal)
13141 def TargetNodeID(self, *args):
13142 return _AnimatSimPy.CurrentStimulus_TargetNodeID(self, *args)
13144 def CurrentOn(self, *args):
13145 return _AnimatSimPy.CurrentStimulus_CurrentOn(self, *args)
13147 def CurrentOff(self, *args):
13148 return _AnimatSimPy.CurrentStimulus_CurrentOff(self, *args)
13150 def CurrentBurstOff(self, *args):
13151 return _AnimatSimPy.CurrentStimulus_CurrentBurstOff(self, *args)
13153 def CycleOnDuration(self, *args):
13154 return _AnimatSimPy.CurrentStimulus_CycleOnDuration(self, *args)
13156 def CycleOffDuration(self, *args):
13157 return _AnimatSimPy.CurrentStimulus_CycleOffDuration(self, *args)
13159 def BurstOnDuration(self, *args):
13160 return _AnimatSimPy.CurrentStimulus_BurstOnDuration(self, *args)
13162 def BurstOffDuration(self, *args):
13163 return _AnimatSimPy.CurrentStimulus_BurstOffDuration(self, *args)
13165 def CurrentEquation(self, *args):
13166 return _AnimatSimPy.CurrentStimulus_CurrentEquation(self, *args)
13168 def Load(self, oXml):
13169 return _AnimatSimPy.CurrentStimulus_Load(self, oXml)
13171 def Initialize(self):
13172 return _AnimatSimPy.CurrentStimulus_Initialize(self)
13174 def ResetSimulation(self):
13175 return _AnimatSimPy.CurrentStimulus_ResetSimulation(self)
13177 def Activate(self):
13178 return _AnimatSimPy.CurrentStimulus_Activate(self)
13180 def StepSimulation(self):
13181 return _AnimatSimPy.CurrentStimulus_StepSimulation(self)
13183 def Deactivate(self):
13184 return _AnimatSimPy.CurrentStimulus_Deactivate(self)
13186 def GetDataPointer(self, strDataType):
13187 return _AnimatSimPy.CurrentStimulus_GetDataPointer(self, strDataType)
13189 def SetData(self, strDataType, strValue, bThrowError=True):
13190 return _AnimatSimPy.CurrentStimulus_SetData(self, strDataType, strValue, bThrowError)
13192 def QueryProperties(self, aryProperties):
13193 return _AnimatSimPy.CurrentStimulus_QueryProperties(self, aryProperties)
13194 CurrentStimulus_swigregister = _AnimatSimPy.CurrentStimulus_swigregister
13195 CurrentStimulus_swigregister(CurrentStimulus)
13197 def CurrentStimulus_CastToDerived(lpBase):
13198 return _AnimatSimPy.CurrentStimulus_CastToDerived(lpBase)
13199 CurrentStimulus_CastToDerived = _AnimatSimPy.CurrentStimulus_CastToDerived
13202 __swig_setmethods__ = {}
13203 for _s
in [ExternalStimulus]:
13204 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13205 __setattr__ =
lambda self, name, value: _swig_setattr(self, EnablerStimulus, name, value)
13206 __swig_getmethods__ = {}
13207 for _s
in [ExternalStimulus]:
13208 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13209 __getattr__ =
lambda self, name: _swig_getattr(self, EnablerStimulus, name)
13210 __repr__ = _swig_repr
13212 def __init__(self):
13213 this = _AnimatSimPy.new_EnablerStimulus()
13215 self.this.append(this)
13218 __swig_destroy__ = _AnimatSimPy.delete_EnablerStimulus
13219 __del__ =
lambda self:
None
13220 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.EnablerStimulus_CastToDerived
13222 CastToDerived = staticmethod(_AnimatSimPy.EnablerStimulus_CastToDerived)
13225 return _AnimatSimPy.EnablerStimulus_Type(self)
13227 def TargetNodeID(self, *args):
13228 return _AnimatSimPy.EnablerStimulus_TargetNodeID(self, *args)
13230 def EnableWhenActive(self, *args):
13231 return _AnimatSimPy.EnablerStimulus_EnableWhenActive(self, *args)
13233 def Initialize(self):
13234 return _AnimatSimPy.EnablerStimulus_Initialize(self)
13236 def Activate(self):
13237 return _AnimatSimPy.EnablerStimulus_Activate(self)
13239 def StepSimulation(self):
13240 return _AnimatSimPy.EnablerStimulus_StepSimulation(self)
13242 def Deactivate(self):
13243 return _AnimatSimPy.EnablerStimulus_Deactivate(self)
13245 def SetData(self, strDataType, strValue, bThrowError=True):
13246 return _AnimatSimPy.EnablerStimulus_SetData(self, strDataType, strValue, bThrowError)
13248 def QueryProperties(self, aryProperties):
13249 return _AnimatSimPy.EnablerStimulus_QueryProperties(self, aryProperties)
13251 def Load(self, oXml):
13252 return _AnimatSimPy.EnablerStimulus_Load(self, oXml)
13253 EnablerStimulus_swigregister = _AnimatSimPy.EnablerStimulus_swigregister
13254 EnablerStimulus_swigregister(EnablerStimulus)
13256 def EnablerStimulus_CastToDerived(lpBase):
13257 return _AnimatSimPy.EnablerStimulus_CastToDerived(lpBase)
13258 EnablerStimulus_CastToDerived = _AnimatSimPy.EnablerStimulus_CastToDerived
13261 __swig_setmethods__ = {}
13262 for _s
in [ExternalStimulus]:
13263 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13264 __setattr__ =
lambda self, name, value: _swig_setattr(self, VoltageClamp, name, value)
13265 __swig_getmethods__ = {}
13266 for _s
in [ExternalStimulus]:
13267 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13268 __getattr__ =
lambda self, name: _swig_getattr(self, VoltageClamp, name)
13269 __repr__ = _swig_repr
13271 def __init__(self):
13272 this = _AnimatSimPy.new_VoltageClamp()
13274 self.this.append(this)
13277 __swig_destroy__ = _AnimatSimPy.delete_VoltageClamp
13278 __del__ =
lambda self:
None
13279 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.VoltageClamp_CastToDerived
13281 CastToDerived = staticmethod(_AnimatSimPy.VoltageClamp_CastToDerived)
13284 return _AnimatSimPy.VoltageClamp_Type(self)
13286 def TargetNodeID(self, *args):
13287 return _AnimatSimPy.VoltageClamp_TargetNodeID(self, *args)
13289 def Vtarget(self, *args):
13290 return _AnimatSimPy.VoltageClamp_Vtarget(self, *args)
13292 def Load(self, oXml):
13293 return _AnimatSimPy.VoltageClamp_Load(self, oXml)
13295 def Initialize(self):
13296 return _AnimatSimPy.VoltageClamp_Initialize(self)
13298 def Activate(self):
13299 return _AnimatSimPy.VoltageClamp_Activate(self)
13301 def ResetSimulation(self):
13302 return _AnimatSimPy.VoltageClamp_ResetSimulation(self)
13304 def StepSimulation(self):
13305 return _AnimatSimPy.VoltageClamp_StepSimulation(self)
13307 def Deactivate(self):
13308 return _AnimatSimPy.VoltageClamp_Deactivate(self)
13310 def GetDataPointer(self, strDataType):
13311 return _AnimatSimPy.VoltageClamp_GetDataPointer(self, strDataType)
13313 def SetData(self, strDataType, strValue, bThrowError=True):
13314 return _AnimatSimPy.VoltageClamp_SetData(self, strDataType, strValue, bThrowError)
13316 def QueryProperties(self, aryProperties):
13317 return _AnimatSimPy.VoltageClamp_QueryProperties(self, aryProperties)
13318 VoltageClamp_swigregister = _AnimatSimPy.VoltageClamp_swigregister
13319 VoltageClamp_swigregister(VoltageClamp)
13321 def VoltageClamp_CastToDerived(lpBase):
13322 return _AnimatSimPy.VoltageClamp_CastToDerived(lpBase)
13323 VoltageClamp_CastToDerived = _AnimatSimPy.VoltageClamp_CastToDerived
13326 __swig_setmethods__ = {}
13327 for _s
in [ExternalStimulus]:
13328 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13329 __setattr__ =
lambda self, name, value: _swig_setattr(self, InverseMuscleCurrent, name, value)
13330 __swig_getmethods__ = {}
13331 for _s
in [ExternalStimulus]:
13332 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13333 __getattr__ =
lambda self, name: _swig_getattr(self, InverseMuscleCurrent, name)
13334 __repr__ = _swig_repr
13336 def __init__(self):
13337 this = _AnimatSimPy.new_InverseMuscleCurrent()
13339 self.this.append(this)
13342 __swig_destroy__ = _AnimatSimPy.delete_InverseMuscleCurrent
13343 __del__ =
lambda self:
None
13344 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.InverseMuscleCurrent_CastToDerived
13346 CastToDerived = staticmethod(_AnimatSimPy.InverseMuscleCurrent_CastToDerived)
13348 def RestPotential(self, *args):
13349 return _AnimatSimPy.InverseMuscleCurrent_RestPotential(self, *args)
13351 def Conductance(self, *args):
13352 return _AnimatSimPy.InverseMuscleCurrent_Conductance(self, *args)
13354 def TargetNodeID(self, *args):
13355 return _AnimatSimPy.InverseMuscleCurrent_TargetNodeID(self, *args)
13357 def TargetNode(self):
13358 return _AnimatSimPy.InverseMuscleCurrent_TargetNode(self)
13360 def MuscleID(self, *args):
13361 return _AnimatSimPy.InverseMuscleCurrent_MuscleID(self, *args)
13364 return _AnimatSimPy.InverseMuscleCurrent_Muscle(self)
13366 def MuscleLengthData(self, *args):
13367 return _AnimatSimPy.InverseMuscleCurrent_MuscleLengthData(self, *args)
13369 def Load(self, oXml):
13370 return _AnimatSimPy.InverseMuscleCurrent_Load(self, oXml)
13372 def GetDataPointer(self, strDataType):
13373 return _AnimatSimPy.InverseMuscleCurrent_GetDataPointer(self, strDataType)
13375 def SetData(self, strDataType, strValue, bThrowError=True):
13376 return _AnimatSimPy.InverseMuscleCurrent_SetData(self, strDataType, strValue, bThrowError)
13378 def QueryProperties(self, aryProperties):
13379 return _AnimatSimPy.InverseMuscleCurrent_QueryProperties(self, aryProperties)
13382 return _AnimatSimPy.InverseMuscleCurrent_Type(self)
13384 def Initialize(self):
13385 return _AnimatSimPy.InverseMuscleCurrent_Initialize(self)
13387 def Activate(self):
13388 return _AnimatSimPy.InverseMuscleCurrent_Activate(self)
13390 def ResetSimulation(self):
13391 return _AnimatSimPy.InverseMuscleCurrent_ResetSimulation(self)
13393 def StepSimulation(self):
13394 return _AnimatSimPy.InverseMuscleCurrent_StepSimulation(self)
13396 def Deactivate(self):
13397 return _AnimatSimPy.InverseMuscleCurrent_Deactivate(self)
13398 InverseMuscleCurrent_swigregister = _AnimatSimPy.InverseMuscleCurrent_swigregister
13399 InverseMuscleCurrent_swigregister(InverseMuscleCurrent)
13401 def InverseMuscleCurrent_CastToDerived(lpBase):
13402 return _AnimatSimPy.InverseMuscleCurrent_CastToDerived(lpBase)
13403 InverseMuscleCurrent_CastToDerived = _AnimatSimPy.InverseMuscleCurrent_CastToDerived
13406 __swig_setmethods__ = {}
13407 for _s
in [ExternalStimulus]:
13408 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13409 __setattr__ =
lambda self, name, value: _swig_setattr(self, PropertyControlStimulus, name, value)
13410 __swig_getmethods__ = {}
13411 for _s
in [ExternalStimulus]:
13412 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13413 __getattr__ =
lambda self, name: _swig_getattr(self, PropertyControlStimulus, name)
13414 __repr__ = _swig_repr
13416 def __init__(self):
13417 this = _AnimatSimPy.new_PropertyControlStimulus()
13419 self.this.append(this)
13422 __swig_destroy__ = _AnimatSimPy.delete_PropertyControlStimulus
13423 __del__ =
lambda self:
None
13424 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PropertyControlStimulus_CastToDerived
13426 CastToDerived = staticmethod(_AnimatSimPy.PropertyControlStimulus_CastToDerived)
13429 return _AnimatSimPy.PropertyControlStimulus_Type(self)
13431 def TargetID(self, *args):
13432 return _AnimatSimPy.PropertyControlStimulus_TargetID(self, *args)
13434 def TargetObject(self):
13435 return _AnimatSimPy.PropertyControlStimulus_TargetObject(self)
13437 def PropertyName(self, *args):
13438 return _AnimatSimPy.PropertyControlStimulus_PropertyName(self, *args)
13440 def SetThreshold(self, *args):
13441 return _AnimatSimPy.PropertyControlStimulus_SetThreshold(self, *args)
13443 def InitialValue(self, *args):
13444 return _AnimatSimPy.PropertyControlStimulus_InitialValue(self, *args)
13446 def FinalValue(self, *args):
13447 return _AnimatSimPy.PropertyControlStimulus_FinalValue(self, *args)
13449 def Equation(self, *args):
13450 return _AnimatSimPy.PropertyControlStimulus_Equation(self, *args)
13452 def Initialize(self):
13453 return _AnimatSimPy.PropertyControlStimulus_Initialize(self)
13455 def Activate(self):
13456 return _AnimatSimPy.PropertyControlStimulus_Activate(self)
13458 def StepSimulation(self):
13459 return _AnimatSimPy.PropertyControlStimulus_StepSimulation(self)
13461 def Deactivate(self):
13462 return _AnimatSimPy.PropertyControlStimulus_Deactivate(self)
13464 def SetData(self, strDataType, strValue, bThrowError=True):
13465 return _AnimatSimPy.PropertyControlStimulus_SetData(self, strDataType, strValue, bThrowError)
13467 def QueryProperties(self, aryProperties):
13468 return _AnimatSimPy.PropertyControlStimulus_QueryProperties(self, aryProperties)
13470 def Load(self, oXml):
13471 return _AnimatSimPy.PropertyControlStimulus_Load(self, oXml)
13472 PropertyControlStimulus_swigregister = _AnimatSimPy.PropertyControlStimulus_swigregister
13473 PropertyControlStimulus_swigregister(PropertyControlStimulus)
13475 def PropertyControlStimulus_CastToDerived(lpBase):
13476 return _AnimatSimPy.PropertyControlStimulus_CastToDerived(lpBase)
13477 PropertyControlStimulus_CastToDerived = _AnimatSimPy.PropertyControlStimulus_CastToDerived
13480 __swig_setmethods__ = {}
13481 for _s
in [ExternalStimulus]:
13482 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13483 __setattr__ =
lambda self, name, value: _swig_setattr(self, MotorStimulus, name, value)
13484 __swig_getmethods__ = {}
13485 for _s
in [ExternalStimulus]:
13486 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13487 __getattr__ =
lambda self, name: _swig_getattr(self, MotorStimulus, name)
13488 __repr__ = _swig_repr
13490 def __init__(self):
13491 this = _AnimatSimPy.new_MotorStimulus()
13493 self.this.append(this)
13496 __swig_destroy__ = _AnimatSimPy.delete_MotorStimulus
13497 __del__ =
lambda self:
None
13498 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.MotorStimulus_CastToDerived
13500 CastToDerived = staticmethod(_AnimatSimPy.MotorStimulus_CastToDerived)
13502 def StructureID(self, *args):
13503 return _AnimatSimPy.MotorStimulus_StructureID(self, *args)
13505 def JointID(self, *args):
13506 return _AnimatSimPy.MotorStimulus_JointID(self, *args)
13508 def Equation(self, *args):
13509 return _AnimatSimPy.MotorStimulus_Equation(self, *args)
13511 def TargetID(self, *args):
13512 return _AnimatSimPy.MotorStimulus_TargetID(self, *args)
13514 def DisableMotorWhenDone(self, *args):
13515 return _AnimatSimPy.MotorStimulus_DisableMotorWhenDone(self, *args)
13517 def Load(self, oXml):
13518 return _AnimatSimPy.MotorStimulus_Load(self, oXml)
13521 return _AnimatSimPy.MotorStimulus_Type(self)
13523 def Initialize(self):
13524 return _AnimatSimPy.MotorStimulus_Initialize(self)
13526 def Activate(self):
13527 return _AnimatSimPy.MotorStimulus_Activate(self)
13529 def ResetSimulation(self):
13530 return _AnimatSimPy.MotorStimulus_ResetSimulation(self)
13532 def StepSimulation(self):
13533 return _AnimatSimPy.MotorStimulus_StepSimulation(self)
13535 def Deactivate(self):
13536 return _AnimatSimPy.MotorStimulus_Deactivate(self)
13538 def GetDataPointer(self, strDataType):
13539 return _AnimatSimPy.MotorStimulus_GetDataPointer(self, strDataType)
13541 def SetData(self, strDataType, strValue, bThrowError=True):
13542 return _AnimatSimPy.MotorStimulus_SetData(self, strDataType, strValue, bThrowError)
13544 def QueryProperties(self, aryProperties):
13545 return _AnimatSimPy.MotorStimulus_QueryProperties(self, aryProperties)
13546 MotorStimulus_swigregister = _AnimatSimPy.MotorStimulus_swigregister
13547 MotorStimulus_swigregister(MotorStimulus)
13549 def MotorStimulus_CastToDerived(lpBase):
13550 return _AnimatSimPy.MotorStimulus_CastToDerived(lpBase)
13551 MotorStimulus_CastToDerived = _AnimatSimPy.MotorStimulus_CastToDerived
13554 __swig_setmethods__ = {}
13555 for _s
in [ExternalStimulus]:
13556 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13557 __setattr__ =
lambda self, name, value: _swig_setattr(self, ForceStimulus, name, value)
13558 __swig_getmethods__ = {}
13559 for _s
in [ExternalStimulus]:
13560 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13561 __getattr__ =
lambda self, name: _swig_getattr(self, ForceStimulus, name)
13562 __repr__ = _swig_repr
13564 def __init__(self):
13565 this = _AnimatSimPy.new_ForceStimulus()
13567 self.this.append(this)
13570 __swig_destroy__ = _AnimatSimPy.delete_ForceStimulus
13571 __del__ =
lambda self:
None
13572 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ForceStimulus_CastToDerived
13574 CastToDerived = staticmethod(_AnimatSimPy.ForceStimulus_CastToDerived)
13576 def RelativePositionX(self, *args):
13577 return _AnimatSimPy.ForceStimulus_RelativePositionX(self, *args)
13579 def RelativePositionY(self, *args):
13580 return _AnimatSimPy.ForceStimulus_RelativePositionY(self, *args)
13582 def RelativePositionZ(self, *args):
13583 return _AnimatSimPy.ForceStimulus_RelativePositionZ(self, *args)
13585 def ForceXEquation(self, *args):
13586 return _AnimatSimPy.ForceStimulus_ForceXEquation(self, *args)
13588 def ForceYEquation(self, *args):
13589 return _AnimatSimPy.ForceStimulus_ForceYEquation(self, *args)
13591 def ForceZEquation(self, *args):
13592 return _AnimatSimPy.ForceStimulus_ForceZEquation(self, *args)
13594 def TorqueXEquation(self, *args):
13595 return _AnimatSimPy.ForceStimulus_TorqueXEquation(self, *args)
13597 def TorqueYEquation(self, *args):
13598 return _AnimatSimPy.ForceStimulus_TorqueYEquation(self, *args)
13600 def TorqueZEquation(self, *args):
13601 return _AnimatSimPy.ForceStimulus_TorqueZEquation(self, *args)
13603 def Load(self, oXml):
13604 return _AnimatSimPy.ForceStimulus_Load(self, oXml)
13607 return _AnimatSimPy.ForceStimulus_Type(self)
13609 def Initialize(self):
13610 return _AnimatSimPy.ForceStimulus_Initialize(self)
13612 def ResetSimulation(self):
13613 return _AnimatSimPy.ForceStimulus_ResetSimulation(self)
13615 def StepSimulation(self):
13616 return _AnimatSimPy.ForceStimulus_StepSimulation(self)
13618 def Deactivate(self):
13619 return _AnimatSimPy.ForceStimulus_Deactivate(self)
13621 def GetDataPointer(self, strDataType):
13622 return _AnimatSimPy.ForceStimulus_GetDataPointer(self, strDataType)
13624 def SetData(self, strDataType, strValue, bThrowError=True):
13625 return _AnimatSimPy.ForceStimulus_SetData(self, strDataType, strValue, bThrowError)
13627 def QueryProperties(self, aryProperties):
13628 return _AnimatSimPy.ForceStimulus_QueryProperties(self, aryProperties)
13629 ForceStimulus_swigregister = _AnimatSimPy.ForceStimulus_swigregister
13630 ForceStimulus_swigregister(ForceStimulus)
13632 def ForceStimulus_CastToDerived(lpBase):
13633 return _AnimatSimPy.ForceStimulus_CastToDerived(lpBase)
13634 ForceStimulus_CastToDerived = _AnimatSimPy.ForceStimulus_CastToDerived
13637 __swig_setmethods__ = {}
13638 for _s
in [ActivatedItem]:
13639 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13640 __setattr__ =
lambda self, name, value: _swig_setattr(self, KeyFrame, name, value)
13641 __swig_getmethods__ = {}
13642 for _s
in [ActivatedItem]:
13643 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13644 __getattr__ =
lambda self, name: _swig_getattr(self, KeyFrame, name)
13646 def __init__(self, *args, **kwargs):
13647 raise AttributeError(
"No constructor defined - class is abstract")
13648 __repr__ = _swig_repr
13649 __swig_destroy__ = _AnimatSimPy.delete_KeyFrame
13650 __del__ =
lambda self:
None
13651 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.KeyFrame_CastToDerived
13653 CastToDerived = staticmethod(_AnimatSimPy.KeyFrame_CastToDerived)
13655 def CollectInterval(self, *args):
13656 return _AnimatSimPy.KeyFrame_CollectInterval(self, *args)
13658 def GenerateID(self):
13659 return _AnimatSimPy.KeyFrame_GenerateID(self)
13661 def Load(self, oXml):
13662 return _AnimatSimPy.KeyFrame_Load(self, oXml)
13664 def __lt__(self, lpItem):
13665 return _AnimatSimPy.KeyFrame___lt__(self, lpItem)
13667 def EnableVideoPlayback(self):
13668 return _AnimatSimPy.KeyFrame_EnableVideoPlayback(self)
13670 def DisableVideoPlayback(self):
13671 return _AnimatSimPy.KeyFrame_DisableVideoPlayback(self)
13673 def StartVideoPlayback(self):
13674 return _AnimatSimPy.KeyFrame_StartVideoPlayback(self)
13676 def StopVideoPlayback(self):
13677 return _AnimatSimPy.KeyFrame_StopVideoPlayback(self)
13679 def PlaybackVideoFrame(self):
13680 return _AnimatSimPy.KeyFrame_PlaybackVideoFrame(self)
13682 def StepVideoPlayback(self, iFrameCount):
13683 return _AnimatSimPy.KeyFrame_StepVideoPlayback(self, iFrameCount)
13685 def RecordVideoFrame(self):
13686 return _AnimatSimPy.KeyFrame_RecordVideoFrame(self)
13688 def SaveVideo(self, strPath):
13689 return _AnimatSimPy.KeyFrame_SaveVideo(self, strPath)
13691 def MakeCurrentFrame(self):
13692 return _AnimatSimPy.KeyFrame_MakeCurrentFrame(self)
13693 KeyFrame_swigregister = _AnimatSimPy.KeyFrame_swigregister
13694 KeyFrame_swigregister(KeyFrame)
13696 def KeyFrame_CastToDerived(lpBase):
13697 return _AnimatSimPy.KeyFrame_CastToDerived(lpBase)
13698 KeyFrame_CastToDerived = _AnimatSimPy.KeyFrame_CastToDerived
13701 __swig_setmethods__ = {}
13702 for _s
in [ActivatedItemMgr]:
13703 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13704 __setattr__ =
lambda self, name, value: _swig_setattr(self, SimulationRecorder, name, value)
13705 __swig_getmethods__ = {}
13706 for _s
in [ActivatedItemMgr]:
13707 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13708 __getattr__ =
lambda self, name: _swig_getattr(self, SimulationRecorder, name)
13709 __repr__ = _swig_repr
13711 def __init__(self):
13712 this = _AnimatSimPy.new_SimulationRecorder()
13714 self.this.append(this)
13717 __swig_destroy__ = _AnimatSimPy.delete_SimulationRecorder
13718 __del__ =
lambda self:
None
13719 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.SimulationRecorder_CastToDerived
13721 CastToDerived = staticmethod(_AnimatSimPy.SimulationRecorder_CastToDerived)
13723 def Add(self, *args):
13724 return _AnimatSimPy.SimulationRecorder_Add(self, *args)
13726 def Load(self, oXml):
13727 return _AnimatSimPy.SimulationRecorder_Load(self, oXml)
13728 SimulationRecorder_swigregister = _AnimatSimPy.SimulationRecorder_swigregister
13729 SimulationRecorder_swigregister(SimulationRecorder)
13731 def SimulationRecorder_CastToDerived(lpBase):
13732 return _AnimatSimPy.SimulationRecorder_CastToDerived(lpBase)
13733 SimulationRecorder_CastToDerived = _AnimatSimPy.SimulationRecorder_CastToDerived
13736 __swig_setmethods__ = {}
13737 for _s
in [AnimatBase]:
13738 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13739 __setattr__ =
lambda self, name, value: _swig_setattr(self, MaterialType, name, value)
13740 __swig_getmethods__ = {}
13741 for _s
in [AnimatBase]:
13742 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13743 __getattr__ =
lambda self, name: _swig_getattr(self, MaterialType, name)
13745 def __init__(self, *args, **kwargs):
13746 raise AttributeError(
"No constructor defined - class is abstract")
13747 __repr__ = _swig_repr
13748 __swig_destroy__ = _AnimatSimPy.delete_MaterialType
13749 __del__ =
lambda self:
None
13750 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.MaterialType_CastToDerived
13752 CastToDerived = staticmethod(_AnimatSimPy.MaterialType_CastToDerived)
13754 def GetMaterialID(self, strName):
13755 return _AnimatSimPy.MaterialType_GetMaterialID(self, strName)
13757 def CreateDefaultUnits(self):
13758 return _AnimatSimPy.MaterialType_CreateDefaultUnits(self)
13759 MaterialType_swigregister = _AnimatSimPy.MaterialType_swigregister
13760 MaterialType_swigregister(MaterialType)
13762 def MaterialType_CastToDerived(lpBase):
13763 return _AnimatSimPy.MaterialType_CastToDerived(lpBase)
13764 MaterialType_CastToDerived = _AnimatSimPy.MaterialType_CastToDerived
13767 __swig_setmethods__ = {}
13768 for _s
in [AnimatBase]:
13769 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13770 __setattr__ =
lambda self, name, value: _swig_setattr(self, Materials, name, value)
13771 __swig_getmethods__ = {}
13772 for _s
in [AnimatBase]:
13773 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13774 __getattr__ =
lambda self, name: _swig_getattr(self, Materials, name)
13775 __repr__ = _swig_repr
13777 def __init__(self):
13778 this = _AnimatSimPy.new_Materials()
13780 self.this.append(this)
13783 __swig_destroy__ = _AnimatSimPy.delete_Materials
13784 __del__ =
lambda self:
None
13785 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Materials_CastToDerived
13787 CastToDerived = staticmethod(_AnimatSimPy.Materials_CastToDerived)
13790 return _AnimatSimPy.Materials_Reset(self)
13792 def Initialize(self):
13793 return _AnimatSimPy.Materials_Initialize(self)
13795 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
13796 return _AnimatSimPy.Materials_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
13798 def RemoveItem(self, strItemType, strID, bThrowError=True):
13799 return _AnimatSimPy.Materials_RemoveItem(self, strItemType, strID, bThrowError)
13801 def Load(self, oXml):
13802 return _AnimatSimPy.Materials_Load(self, oXml)
13803 Materials_swigregister = _AnimatSimPy.Materials_swigregister
13804 Materials_swigregister(Materials)
13806 def Materials_CastToDerived(lpBase):
13807 return _AnimatSimPy.Materials_CastToDerived(lpBase)
13808 Materials_CastToDerived = _AnimatSimPy.Materials_CastToDerived
13811 __swig_setmethods__ = {}
13812 for _s
in [AnimatBase]:
13813 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13814 __setattr__ =
lambda self, name, value: _swig_setattr(self, HudItem, name, value)
13815 __swig_getmethods__ = {}
13816 for _s
in [AnimatBase]:
13817 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13818 __getattr__ =
lambda self, name: _swig_getattr(self, HudItem, name)
13820 def __init__(self, *args, **kwargs):
13821 raise AttributeError(
"No constructor defined - class is abstract")
13822 __repr__ = _swig_repr
13823 __swig_destroy__ = _AnimatSimPy.delete_HudItem
13824 __del__ =
lambda self:
None
13825 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.HudItem_CastToDerived
13827 CastToDerived = staticmethod(_AnimatSimPy.HudItem_CastToDerived)
13829 def Initialize(self, lpVoidProjection):
13830 return _AnimatSimPy.HudItem_Initialize(self, lpVoidProjection)
13833 return _AnimatSimPy.HudItem_Update(self)
13835 def Load(self, oXml):
13836 return _AnimatSimPy.HudItem_Load(self, oXml)
13837 HudItem_swigregister = _AnimatSimPy.HudItem_swigregister
13838 HudItem_swigregister(HudItem)
13840 def HudItem_CastToDerived(lpBase):
13841 return _AnimatSimPy.HudItem_CastToDerived(lpBase)
13842 HudItem_CastToDerived = _AnimatSimPy.HudItem_CastToDerived
13845 __swig_setmethods__ = {}
13846 for _s
in [HudItem]:
13847 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13848 __setattr__ =
lambda self, name, value: _swig_setattr(self, HudText, name, value)
13849 __swig_getmethods__ = {}
13850 for _s
in [HudItem]:
13851 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13852 __getattr__ =
lambda self, name: _swig_getattr(self, HudText, name)
13854 def __init__(self, *args, **kwargs):
13855 raise AttributeError(
"No constructor defined - class is abstract")
13856 __repr__ = _swig_repr
13857 __swig_destroy__ = _AnimatSimPy.delete_HudText
13858 __del__ =
lambda self:
None
13859 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.HudText_CastToDerived
13861 CastToDerived = staticmethod(_AnimatSimPy.HudText_CastToDerived)
13863 def Initialize(self, lpVoidProjection):
13864 return _AnimatSimPy.HudText_Initialize(self, lpVoidProjection)
13866 def Load(self, oXml):
13867 return _AnimatSimPy.HudText_Load(self, oXml)
13868 HudText_swigregister = _AnimatSimPy.HudText_swigregister
13869 HudText_swigregister(HudText)
13871 def HudText_CastToDerived(lpBase):
13872 return _AnimatSimPy.HudText_CastToDerived(lpBase)
13873 HudText_CastToDerived = _AnimatSimPy.HudText_CastToDerived
13876 __swig_setmethods__ = {}
13877 for _s
in [AnimatBase]:
13878 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13879 __setattr__ =
lambda self, name, value: _swig_setattr(self, Hud, name, value)
13880 __swig_getmethods__ = {}
13881 for _s
in [AnimatBase]:
13882 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13883 __getattr__ =
lambda self, name: _swig_getattr(self, Hud, name)
13885 def __init__(self, *args, **kwargs):
13886 raise AttributeError(
"No constructor defined - class is abstract")
13887 __repr__ = _swig_repr
13888 __swig_destroy__ = _AnimatSimPy.delete_Hud
13889 __del__ =
lambda self:
None
13890 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Hud_CastToDerived
13892 CastToDerived = staticmethod(_AnimatSimPy.Hud_CastToDerived)
13895 return _AnimatSimPy.Hud_Reset(self)
13897 def ResetSimulation(self):
13898 return _AnimatSimPy.Hud_ResetSimulation(self)
13900 def Initialize(self):
13901 return _AnimatSimPy.Hud_Initialize(self)
13904 return _AnimatSimPy.Hud_Update(self)
13906 def Load(self, oXml):
13907 return _AnimatSimPy.Hud_Load(self, oXml)
13908 Hud_swigregister = _AnimatSimPy.Hud_swigregister
13909 Hud_swigregister(Hud)
13911 def Hud_CastToDerived(lpBase):
13912 return _AnimatSimPy.Hud_CastToDerived(lpBase)
13913 Hud_CastToDerived = _AnimatSimPy.Hud_CastToDerived
13916 __swig_setmethods__ = {}
13917 for _s
in [AnimatBase]:
13918 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
13919 __setattr__ =
lambda self, name, value: _swig_setattr(self, SimulationWindow, name, value)
13920 __swig_getmethods__ = {}
13921 for _s
in [AnimatBase]:
13922 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
13923 __getattr__ =
lambda self, name: _swig_getattr(self, SimulationWindow, name)
13925 def __init__(self, *args, **kwargs):
13926 raise AttributeError(
"No constructor defined - class is abstract")
13927 __repr__ = _swig_repr
13928 __swig_destroy__ = _AnimatSimPy.delete_SimulationWindow
13929 __del__ =
lambda self:
None
13930 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.SimulationWindow_CastToDerived
13932 CastToDerived = staticmethod(_AnimatSimPy.SimulationWindow_CastToDerived)
13934 def LookAtStructureID(self, *args):
13935 return _AnimatSimPy.SimulationWindow_LookAtStructureID(self, *args)
13937 def LookAtBodyID(self, *args):
13938 return _AnimatSimPy.SimulationWindow_LookAtBodyID(self, *args)
13940 def UsingTrackCamera(self, *args):
13941 return _AnimatSimPy.SimulationWindow_UsingTrackCamera(self, *args)
13943 def WindowID(self, *args):
13944 return _AnimatSimPy.SimulationWindow_WindowID(self, *args)
13946 def StandAlone(self, *args):
13947 return _AnimatSimPy.SimulationWindow_StandAlone(self, *args)
13949 def GetCameraPosition(self):
13950 return _AnimatSimPy.SimulationWindow_GetCameraPosition(self)
13952 def SetupTrackCamera(self, *args):
13953 return _AnimatSimPy.SimulationWindow_SetupTrackCamera(self, *args)
13955 def SetCameraLookAt(self, oTarget, bResetEyePos):
13956 return _AnimatSimPy.SimulationWindow_SetCameraLookAt(self, oTarget, bResetEyePos)
13958 def SetCameraPositionAndLookAt(self, oCameraPos, oTarget):
13959 return _AnimatSimPy.SimulationWindow_SetCameraPositionAndLookAt(self, oCameraPos, oTarget)
13961 def SetCameraPostion(self, vCameraPos):
13962 return _AnimatSimPy.SimulationWindow_SetCameraPostion(self, vCameraPos)
13964 def UpdateBackgroundColor(self):
13965 return _AnimatSimPy.SimulationWindow_UpdateBackgroundColor(self)
13967 def GetDataPointer(self, strDataType):
13968 return _AnimatSimPy.SimulationWindow_GetDataPointer(self, strDataType)
13970 def SetData(self, strDataType, strValue, bThrowError=True):
13971 return _AnimatSimPy.SimulationWindow_SetData(self, strDataType, strValue, bThrowError)
13973 def QueryProperties(self, aryProperties):
13974 return _AnimatSimPy.SimulationWindow_QueryProperties(self, aryProperties)
13977 return _AnimatSimPy.SimulationWindow_Update(self)
13980 return _AnimatSimPy.SimulationWindow_Close(self)
13982 def Load(self, *args):
13983 return _AnimatSimPy.SimulationWindow_Load(self, *args)
13985 def OnGetFocus(self):
13986 return _AnimatSimPy.SimulationWindow_OnGetFocus(self)
13988 def OnLoseFocus(self):
13989 return _AnimatSimPy.SimulationWindow_OnLoseFocus(self)
13990 SimulationWindow_swigregister = _AnimatSimPy.SimulationWindow_swigregister
13991 SimulationWindow_swigregister(SimulationWindow)
13993 def SimulationWindow_CastToDerived(lpBase):
13994 return _AnimatSimPy.SimulationWindow_CastToDerived(lpBase)
13995 SimulationWindow_CastToDerived = _AnimatSimPy.SimulationWindow_CastToDerived
13998 __swig_setmethods__ = {}
13999 for _s
in [AnimatBase]:
14000 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14001 __setattr__ =
lambda self, name, value: _swig_setattr(self, SimulationWindowMgr, name, value)
14002 __swig_getmethods__ = {}
14003 for _s
in [AnimatBase]:
14004 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14005 __getattr__ =
lambda self, name: _swig_getattr(self, SimulationWindowMgr, name)
14007 def __init__(self, *args, **kwargs):
14008 raise AttributeError(
"No constructor defined - class is abstract")
14009 __repr__ = _swig_repr
14010 __swig_destroy__ = _AnimatSimPy.delete_SimulationWindowMgr
14011 __del__ =
lambda self:
None
14012 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.SimulationWindowMgr_CastToDerived
14014 CastToDerived = staticmethod(_AnimatSimPy.SimulationWindowMgr_CastToDerived)
14016 def HasContainedWindow(self):
14017 return _AnimatSimPy.SimulationWindowMgr_HasContainedWindow(self)
14020 return _AnimatSimPy.SimulationWindowMgr_Windows(self)
14023 return _AnimatSimPy.SimulationWindowMgr_Update(self)
14026 return _AnimatSimPy.SimulationWindowMgr_Realize(self)
14029 return _AnimatSimPy.SimulationWindowMgr_Close(self)
14031 def Initialize(self):
14032 return _AnimatSimPy.SimulationWindowMgr_Initialize(self)
14034 def UpdateBackgroundColor(self):
14035 return _AnimatSimPy.SimulationWindowMgr_UpdateBackgroundColor(self)
14037 def FindSimulationWindow(self, win, iIndex, bThrowError=True):
14038 return _AnimatSimPy.SimulationWindowMgr_FindSimulationWindow(self, win, iIndex, bThrowError)
14040 def ResetSimulation(self):
14041 return _AnimatSimPy.SimulationWindowMgr_ResetSimulation(self)
14043 def AddSimulationWindow(self, strModule, strType, bInit, win, strHudXml):
14044 return _AnimatSimPy.SimulationWindowMgr_AddSimulationWindow(self, strModule, strType, bInit, win, strHudXml)
14046 def RemoveSimulationWindow(self, win):
14047 return _AnimatSimPy.SimulationWindowMgr_RemoveSimulationWindow(self, win)
14049 def CloseAllWindows(self):
14050 return _AnimatSimPy.SimulationWindowMgr_CloseAllWindows(self)
14052 def Load(self, oXml):
14053 return _AnimatSimPy.SimulationWindowMgr_Load(self, oXml)
14054 SimulationWindowMgr_swigregister = _AnimatSimPy.SimulationWindowMgr_swigregister
14055 SimulationWindowMgr_swigregister(SimulationWindowMgr)
14057 def SimulationWindowMgr_CastToDerived(lpBase):
14058 return _AnimatSimPy.SimulationWindowMgr_CastToDerived(lpBase)
14059 SimulationWindowMgr_CastToDerived = _AnimatSimPy.SimulationWindowMgr_CastToDerived
14062 __swig_setmethods__ = {}
14063 for _s
in [AnimatBase]:
14064 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14065 __setattr__ =
lambda self, name, value: _swig_setattr(self, Simulator, name, value)
14066 __swig_getmethods__ = {}
14067 for _s
in [AnimatBase]:
14068 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14069 __getattr__ =
lambda self, name: _swig_getattr(self, Simulator, name)
14071 def __init__(self, *args, **kwargs):
14072 raise AttributeError(
"No constructor defined - class is abstract")
14073 __repr__ = _swig_repr
14074 __swig_destroy__ = _AnimatSimPy.delete_Simulator
14075 __del__ =
lambda self:
None
14076 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.Simulator_CastToDerived
14078 CastToDerived = staticmethod(_AnimatSimPy.Simulator_CastToDerived)
14080 def ProjectPath(self, *args):
14081 return _AnimatSimPy.Simulator_ProjectPath(self, *args)
14083 def ExecutablePath(self, *args):
14084 return _AnimatSimPy.Simulator_ExecutablePath(self, *args)
14086 def SimulationFile(self, *args):
14087 return _AnimatSimPy.Simulator_SimulationFile(self, *args)
14089 def Paused(self, *args):
14090 return _AnimatSimPy.Simulator_Paused(self, *args)
14092 def Initialized(self, *args):
14093 return _AnimatSimPy.Simulator_Initialized(self, *args)
14095 def ObjectList(self):
14096 return _AnimatSimPy.Simulator_ObjectList(self)
14098 def GetDataChartMgr(self):
14099 return _AnimatSimPy.Simulator_GetDataChartMgr(self)
14101 def GetExternalStimuliMgr(self):
14102 return _AnimatSimPy.Simulator_GetExternalStimuliMgr(self)
14104 def GetSimulationRecorder(self):
14105 return _AnimatSimPy.Simulator_GetSimulationRecorder(self)
14107 def GetMaterialMgr(self):
14108 return _AnimatSimPy.Simulator_GetMaterialMgr(self)
14110 def GetWindowMgr(self):
14111 return _AnimatSimPy.Simulator_GetWindowMgr(self)
14113 def GetLightMgr(self):
14114 return _AnimatSimPy.Simulator_GetLightMgr(self)
14116 def VisualSelectionMode(self, *args):
14117 return _AnimatSimPy.Simulator_VisualSelectionMode(self, *args)
14119 def AddBodiesMode(self, *args):
14120 return _AnimatSimPy.Simulator_AddBodiesMode(self, *args)
14122 def SimCallback(self):
14123 return _AnimatSimPy.Simulator_SimCallback(self)
14125 def SimCallBack(self, lpCallback):
14126 return _AnimatSimPy.Simulator_SimCallBack(self, lpCallback)
14128 def IsResetting(self):
14129 return _AnimatSimPy.Simulator_IsResetting(self)
14132 return _AnimatSimPy.Simulator_Time(self)
14134 def Millisecond(self):
14135 return _AnimatSimPy.Simulator_Millisecond(self)
14137 def MillisecondToSlice(self, lMillisecond):
14138 return _AnimatSimPy.Simulator_MillisecondToSlice(self, lMillisecond)
14140 def SliceToMillisecond(self, lSlice):
14141 return _AnimatSimPy.Simulator_SliceToMillisecond(self, lSlice)
14143 def StartSimTick(self):
14144 return _AnimatSimPy.Simulator_StartSimTick(self)
14146 def MinTimeStep(self):
14147 return _AnimatSimPy.Simulator_MinTimeStep(self)
14149 def TimeStep(self):
14150 return _AnimatSimPy.Simulator_TimeStep(self)
14152 def SetEndSimTime(self, *args):
14153 return _AnimatSimPy.Simulator_SetEndSimTime(self, *args)
14155 def EndSimTime(self, *args):
14156 return _AnimatSimPy.Simulator_EndSimTime(self, *args)
14158 def EndSimTimeSlice(self, *args):
14159 return _AnimatSimPy.Simulator_EndSimTimeSlice(self, *args)
14161 def TimeSlice(self, *args):
14162 return _AnimatSimPy.Simulator_TimeSlice(self, *args)
14164 def PhysicsSliceCount(self, *args):
14165 return _AnimatSimPy.Simulator_PhysicsSliceCount(self, *args)
14167 def ManualStepSimulation(self, *args):
14168 return _AnimatSimPy.Simulator_ManualStepSimulation(self, *args)
14170 def SimRunning(self):
14171 return _AnimatSimPy.Simulator_SimRunning(self)
14173 def ShuttingDown(self):
14174 return _AnimatSimPy.Simulator_ShuttingDown(self)
14176 def ForceFastMoving(self, *args):
14177 return _AnimatSimPy.Simulator_ForceFastMoving(self, *args)
14179 def AutoGenerateRandomSeed(self, *args):
14180 return _AnimatSimPy.Simulator_AutoGenerateRandomSeed(self, *args)
14182 def ManualRandomSeed(self, *args):
14183 return _AnimatSimPy.Simulator_ManualRandomSeed(self, *args)
14185 def StabilityScale(self, *args):
14186 return _AnimatSimPy.Simulator_StabilityScale(self, *args)
14188 def LinearCompliance(self, *args):
14189 return _AnimatSimPy.Simulator_LinearCompliance(self, *args)
14191 def AngularCompliance(self, *args):
14192 return _AnimatSimPy.Simulator_AngularCompliance(self, *args)
14194 def LinearDamping(self, *args):
14195 return _AnimatSimPy.Simulator_LinearDamping(self, *args)
14197 def AngularDamping(self, *args):
14198 return _AnimatSimPy.Simulator_AngularDamping(self, *args)
14200 def LinearKineticLoss(self, *args):
14201 return _AnimatSimPy.Simulator_LinearKineticLoss(self, *args)
14203 def AngularKineticLoss(self, *args):
14204 return _AnimatSimPy.Simulator_AngularKineticLoss(self, *args)
14207 return _AnimatSimPy.Simulator_Stopped(self)
14209 def PhysicsStepInterval(self, *args):
14210 return _AnimatSimPy.Simulator_PhysicsStepInterval(self, *args)
14212 def PhysicsTimeStep(self, *args):
14213 return _AnimatSimPy.Simulator_PhysicsTimeStep(self, *args)
14215 def PhysicsStepCount(self):
14216 return _AnimatSimPy.Simulator_PhysicsStepCount(self)
14218 def PhysicsSubsteps(self, *args):
14219 return _AnimatSimPy.Simulator_PhysicsSubsteps(self, *args)
14221 def PhysicsSubstepTime(self):
14222 return _AnimatSimPy.Simulator_PhysicsSubstepTime(self)
14224 def Gravity(self, *args):
14225 return _AnimatSimPy.Simulator_Gravity(self, *args)
14227 def MouseSpringStiffness(self, *args):
14228 return _AnimatSimPy.Simulator_MouseSpringStiffness(self, *args)
14230 def MouseSpringDamping(self, *args):
14231 return _AnimatSimPy.Simulator_MouseSpringDamping(self, *args)
14233 def MouseSpringForceMagnitude(self, *args):
14234 return _AnimatSimPy.Simulator_MouseSpringForceMagnitude(self, *args)
14236 def MouseSpringDampingForceMagnitude(self, *args):
14237 return _AnimatSimPy.Simulator_MouseSpringDampingForceMagnitude(self, *args)
14239 def MouseSpringLengthMagnitude(self, *args):
14240 return _AnimatSimPy.Simulator_MouseSpringLengthMagnitude(self, *args)
14242 def SimulateHydrodynamics(self, *args):
14243 return _AnimatSimPy.Simulator_SimulateHydrodynamics(self, *args)
14245 def GetMaterialID(self, strID):
14246 return _AnimatSimPy.Simulator_GetMaterialID(self, strID)
14248 def IsPhysicsBeingUpdated(self):
14249 return _AnimatSimPy.Simulator_IsPhysicsBeingUpdated(self)
14251 def BackgroundColor(self, *args):
14252 return _AnimatSimPy.Simulator_BackgroundColor(self, *args)
14254 def AlphaThreshold(self, *args):
14255 return _AnimatSimPy.Simulator_AlphaThreshold(self, *args)
14257 def RecFieldSelRadius(self, *args):
14258 return _AnimatSimPy.Simulator_RecFieldSelRadius(self, *args)
14260 def PlaybackControlMode(self, *args):
14261 return _AnimatSimPy.Simulator_PlaybackControlMode(self, *args)
14263 def PresetPlaybackTimeStep(self, *args):
14264 return _AnimatSimPy.Simulator_PresetPlaybackTimeStep(self, *args)
14266 def StepStartTick(self):
14267 return _AnimatSimPy.Simulator_StepStartTick(self)
14269 def StepSimEndTick(self):
14270 return _AnimatSimPy.Simulator_StepSimEndTick(self)
14272 def DesiredFrameStep(self):
14273 return _AnimatSimPy.Simulator_DesiredFrameStep(self)
14275 def DesiredFrameRate(self, *args):
14276 return _AnimatSimPy.Simulator_DesiredFrameRate(self, *args)
14278 def RealTime(self):
14279 return _AnimatSimPy.Simulator_RealTime(self)
14281 def InDrag(self, *args):
14282 return _AnimatSimPy.Simulator_InDrag(self, *args)
14284 def RobotAdpaterSynch(self, *args):
14285 return _AnimatSimPy.Simulator_RobotAdpaterSynch(self, *args)
14287 def InSimulation(self):
14288 return _AnimatSimPy.Simulator_InSimulation(self)
14290 def ForceNoWindows(self, *args):
14291 return _AnimatSimPy.Simulator_ForceNoWindows(self, *args)
14293 def Script(self, *args):
14294 return _AnimatSimPy.Simulator_Script(self, *args)
14296 def DistanceUnits(self, *args):
14297 return _AnimatSimPy.Simulator_DistanceUnits(self, *args)
14299 def InverseDistanceUnits(self):
14300 return _AnimatSimPy.Simulator_InverseDistanceUnits(self)
14302 def DenominatorDistanceUnits(self):
14303 return _AnimatSimPy.Simulator_DenominatorDistanceUnits(self)
14305 def MassUnits(self, *args):
14306 return _AnimatSimPy.Simulator_MassUnits(self, *args)
14308 def InverseMassUnits(self):
14309 return _AnimatSimPy.Simulator_InverseMassUnits(self)
14311 def DisplayMassUnits(self):
14312 return _AnimatSimPy.Simulator_DisplayMassUnits(self)
14314 def GetPositionAndRotationFromD3DMatrix(self, aryTransform, vPos, vRot):
14315 return _AnimatSimPy.Simulator_GetPositionAndRotationFromD3DMatrix(self, aryTransform, vPos, vRot)
14317 def GetTimerTick(self):
14318 return _AnimatSimPy.Simulator_GetTimerTick(self)
14320 def TimerDiff_u(self, lStart, lEnd):
14321 return _AnimatSimPy.Simulator_TimerDiff_u(self, lStart, lEnd)
14323 def TimerDiff_m(self, lStart, lEnd):
14324 return _AnimatSimPy.Simulator_TimerDiff_m(self, lStart, lEnd)
14326 def TimerDiff_s(self, lStart, lEnd):
14327 return _AnimatSimPy.Simulator_TimerDiff_s(self, lStart, lEnd)
14329 def MicroSleep(self, iMicroTime):
14330 return _AnimatSimPy.Simulator_MicroSleep(self, iMicroTime)
14332 def MicroWait(self, iMicroTime):
14333 return _AnimatSimPy.Simulator_MicroWait(self, iMicroTime)
14335 def WriteToConsole(self, strMessage):
14336 return _AnimatSimPy.Simulator_WriteToConsole(self, strMessage)
14338 def NotifyRigidBodyAdded(self, strID):
14339 return _AnimatSimPy.Simulator_NotifyRigidBodyAdded(self, strID)
14341 def NotifyRigidBodyRemoved(self, strID):
14342 return _AnimatSimPy.Simulator_NotifyRigidBodyRemoved(self, strID)
14344 def VideoSliceCount(self, *args):
14345 return _AnimatSimPy.Simulator_VideoSliceCount(self, *args)
14347 def VideoLoops(self, *args):
14348 return _AnimatSimPy.Simulator_VideoLoops(self, *args)
14350 def VideoRecorder(self, *args):
14351 return _AnimatSimPy.Simulator_VideoRecorder(self, *args)
14353 def VideoPlayback(self, *args):
14354 return _AnimatSimPy.Simulator_VideoPlayback(self, *args)
14356 def EnableSimRecording(self, *args):
14357 return _AnimatSimPy.Simulator_EnableSimRecording(self, *args)
14359 def SnapshotByteSize(self):
14360 return _AnimatSimPy.Simulator_SnapshotByteSize(self)
14362 def BlockSimulation(self):
14363 return _AnimatSimPy.Simulator_BlockSimulation(self)
14365 def UnblockSimulation(self):
14366 return _AnimatSimPy.Simulator_UnblockSimulation(self)
14368 def SimulationBlockConfirm(self):
14369 return _AnimatSimPy.Simulator_SimulationBlockConfirm(self)
14371 def WaitForSimulationBlock(self, lTimeout=6000):
14372 return _AnimatSimPy.Simulator_WaitForSimulationBlock(self, lTimeout)
14375 return _AnimatSimPy.Simulator_Reset(self)
14377 def ResetSimulation(self):
14378 return _AnimatSimPy.Simulator_ResetSimulation(self)
14380 def Initialize(self, *args):
14381 return _AnimatSimPy.Simulator_Initialize(self, *args)
14383 def Simulate(self):
14384 return _AnimatSimPy.Simulator_Simulate(self)
14386 def ShutdownSimulation(self):
14387 return _AnimatSimPy.Simulator_ShutdownSimulation(self)
14389 def ToggleSimulation(self):
14390 return _AnimatSimPy.Simulator_ToggleSimulation(self)
14392 def StopSimulation(self):
14393 return _AnimatSimPy.Simulator_StopSimulation(self)
14395 def StartSimulation(self):
14396 return _AnimatSimPy.Simulator_StartSimulation(self)
14398 def PauseSimulation(self):
14399 return _AnimatSimPy.Simulator_PauseSimulation(self)
14401 def RunSimulation(self):
14402 return _AnimatSimPy.Simulator_RunSimulation(self)
14404 def Load(self, *args):
14405 return _AnimatSimPy.Simulator_Load(self, *args)
14407 def Save(self, strFilename):
14408 return _AnimatSimPy.Simulator_Save(self, strFilename)
14409 __swig_getmethods__[
"LoadClassFactory"] =
lambda x: _AnimatSimPy.Simulator_LoadClassFactory
14411 LoadClassFactory = staticmethod(_AnimatSimPy.Simulator_LoadClassFactory)
14413 def IncrementPhysicsBodyCount(self):
14414 return _AnimatSimPy.Simulator_IncrementPhysicsBodyCount(self)
14416 def CreateObject(self, strModule, strClassName, strType, bThrowError=True):
14417 return _AnimatSimPy.Simulator_CreateObject(self, strModule, strClassName, strType, bThrowError)
14418 __swig_getmethods__[
"CreateAndInitializeSimulator"] =
lambda x: _AnimatSimPy.Simulator_CreateAndInitializeSimulator
14420 CreateAndInitializeSimulator = staticmethod(_AnimatSimPy.Simulator_CreateAndInitializeSimulator)
14421 __swig_getmethods__[
"CreateSimulator"] =
lambda x: _AnimatSimPy.Simulator_CreateSimulator
14423 CreateSimulator = staticmethod(_AnimatSimPy.Simulator_CreateSimulator)
14425 def GenerateCollisionMeshFile(self, strOriginalMeshFile, strCollisionMeshFile, fltScaleX, fltScaleY, fltScaleZ):
14426 return _AnimatSimPy.Simulator_GenerateCollisionMeshFile(self, strOriginalMeshFile, strCollisionMeshFile, fltScaleX, fltScaleY, fltScaleZ)
14428 def ConvertV1MeshFile(self, strOriginalMeshFile, strNewMeshFile, strTexture):
14429 return _AnimatSimPy.Simulator_ConvertV1MeshFile(self, strOriginalMeshFile, strNewMeshFile, strTexture)
14431 def FindNeuralModuleFactory(self, strModuleName, bThrowError=False):
14432 return _AnimatSimPy.Simulator_FindNeuralModuleFactory(self, strModuleName, bThrowError)
14434 def FindOrganism(self, strOrganismID, bThrowError=True):
14435 return _AnimatSimPy.Simulator_FindOrganism(self, strOrganismID, bThrowError)
14437 def FindStructure(self, strStructureID, bThrowError=True):
14438 return _AnimatSimPy.Simulator_FindStructure(self, strStructureID, bThrowError)
14440 def FindStructureFromAll(self, strStructureID, bThrowError=True):
14441 return _AnimatSimPy.Simulator_FindStructureFromAll(self, strStructureID, bThrowError)
14443 def FindJoint(self, strStructureID, strJointID, bThrowError=True):
14444 return _AnimatSimPy.Simulator_FindJoint(self, strStructureID, strJointID, bThrowError)
14446 def FindRigidBody(self, strStructureID, strBodyID, bThrowError=True):
14447 return _AnimatSimPy.Simulator_FindRigidBody(self, strStructureID, strBodyID, bThrowError)
14449 def FindOdorType(self, strOdorID, bThrowError=True):
14450 return _AnimatSimPy.Simulator_FindOdorType(self, strOdorID, bThrowError)
14452 def FindClosestFoodSources(self, oMouthPos, fltMinRadius, arySources, aryDistances):
14453 return _AnimatSimPy.Simulator_FindClosestFoodSources(self, oMouthPos, fltMinRadius, arySources, aryDistances)
14455 def FindByID(self, strID, bThrowError=True):
14456 return _AnimatSimPy.Simulator_FindByID(self, strID, bThrowError)
14458 def AddToObjectList(self, lpItem):
14459 return _AnimatSimPy.Simulator_AddToObjectList(self, lpItem)
14461 def RemoveFromObjectList(self, lpItem):
14462 return _AnimatSimPy.Simulator_RemoveFromObjectList(self, lpItem)
14464 def AddNeuralModuleFactory(self, strModuleName, lpModule):
14465 return _AnimatSimPy.Simulator_AddNeuralModuleFactory(self, strModuleName, lpModule)
14467 def AddFoodSource(self, lpFood):
14468 return _AnimatSimPy.Simulator_AddFoodSource(self, lpFood)
14470 def RemoveFoodSource(self, lpFood):
14471 return _AnimatSimPy.Simulator_RemoveFoodSource(self, lpFood)
14473 def AttachSourceAdapter(self, lpStructure, lpAdapter):
14474 return _AnimatSimPy.Simulator_AttachSourceAdapter(self, lpStructure, lpAdapter)
14476 def RemoveSourceAdapter(self, lpStructure, lpAdapter):
14477 return _AnimatSimPy.Simulator_RemoveSourceAdapter(self, lpStructure, lpAdapter)
14479 def AttachTargetAdapter(self, lpStructure, lpAdapter):
14480 return _AnimatSimPy.Simulator_AttachTargetAdapter(self, lpStructure, lpAdapter)
14482 def RemoveTargetAdapter(self, lpStructure, lpAdapter):
14483 return _AnimatSimPy.Simulator_RemoveTargetAdapter(self, lpStructure, lpAdapter)
14485 def IsPhysicsAdapter(self, lpAdapter):
14486 return _AnimatSimPy.Simulator_IsPhysicsAdapter(self, lpAdapter)
14488 def AddToExtractExtraData(self, lpPart):
14489 return _AnimatSimPy.Simulator_AddToExtractExtraData(self, lpPart)
14491 def RemoveFromExtractExtraData(self, lpPart):
14492 return _AnimatSimPy.Simulator_RemoveFromExtractExtraData(self, lpPart)
14494 def GetDataPointer(self, strDataType):
14495 return _AnimatSimPy.Simulator_GetDataPointer(self, strDataType)
14497 def SetData(self, strDataType, strValue, bThrowError=True):
14498 return _AnimatSimPy.Simulator_SetData(self, strDataType, strValue, bThrowError)
14500 def QueryProperties(self, aryProperties):
14501 return _AnimatSimPy.Simulator_QueryProperties(self, aryProperties)
14503 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
14504 return _AnimatSimPy.Simulator_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
14506 def RemoveItem(self, strItemType, strID, bThrowError=True):
14507 return _AnimatSimPy.Simulator_RemoveItem(self, strItemType, strID, bThrowError)
14509 def EnableVideoPlayback(self, strKeyFrameID):
14510 return _AnimatSimPy.Simulator_EnableVideoPlayback(self, strKeyFrameID)
14512 def DisableVideoPlayback(self):
14513 return _AnimatSimPy.Simulator_DisableVideoPlayback(self)
14515 def StartVideoPlayback(self):
14516 return _AnimatSimPy.Simulator_StartVideoPlayback(self)
14518 def StopVideoPlayback(self):
14519 return _AnimatSimPy.Simulator_StopVideoPlayback(self)
14521 def StepVideoPlayback(self, iFrameCount=1):
14522 return _AnimatSimPy.Simulator_StepVideoPlayback(self, iFrameCount)
14524 def SaveVideo(self, strPath):
14525 return _AnimatSimPy.Simulator_SaveVideo(self, strPath)
14527 def AddKeyFrame(self, strType, lStart, lEnd):
14528 return _AnimatSimPy.Simulator_AddKeyFrame(self, strType, lStart, lEnd)
14530 def RemoveKeyFrame(self, strID):
14531 return _AnimatSimPy.Simulator_RemoveKeyFrame(self, strID)
14533 def MoveKeyFrame(self, strID, lStart, lEnd):
14534 return _AnimatSimPy.Simulator_MoveKeyFrame(self, strID, lStart, lEnd)
14536 def MoveSimulationToKeyFrame(self, strKeyFrameID):
14537 return _AnimatSimPy.Simulator_MoveSimulationToKeyFrame(self, strKeyFrameID)
14539 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
14540 return _AnimatSimPy.Simulator_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
14542 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
14543 return _AnimatSimPy.Simulator_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
14545 def EnableCollisions(self, lpStruct, m_aryCollisionList):
14546 return _AnimatSimPy.Simulator_EnableCollisions(self, lpStruct, m_aryCollisionList)
14548 def DisableCollisions(self, lpStruct, m_aryCollisionList):
14549 return _AnimatSimPy.Simulator_DisableCollisions(self, lpStruct, m_aryCollisionList)
14551 def EnableCollision(self, lpBody):
14552 return _AnimatSimPy.Simulator_EnableCollision(self, lpBody)
14554 def DisableCollision(self, lpBody):
14555 return _AnimatSimPy.Simulator_DisableCollision(self, lpBody)
14556 Simulator_swigregister = _AnimatSimPy.Simulator_swigregister
14557 Simulator_swigregister(Simulator)
14559 def Simulator_CastToDerived(lpBase):
14560 return _AnimatSimPy.Simulator_CastToDerived(lpBase)
14561 Simulator_CastToDerived = _AnimatSimPy.Simulator_CastToDerived
14563 def Simulator_LoadClassFactory(strModuleName, bThrowError=True):
14564 return _AnimatSimPy.Simulator_LoadClassFactory(strModuleName, bThrowError)
14565 Simulator_LoadClassFactory = _AnimatSimPy.Simulator_LoadClassFactory
14567 def Simulator_CreateAndInitializeSimulator(strSimFile, bForceNoWindows=False):
14568 return _AnimatSimPy.Simulator_CreateAndInitializeSimulator(strSimFile, bForceNoWindows)
14569 Simulator_CreateAndInitializeSimulator = _AnimatSimPy.Simulator_CreateAndInitializeSimulator
14571 def Simulator_CreateSimulator(*args):
14572 return _AnimatSimPy.Simulator_CreateSimulator(*args)
14573 Simulator_CreateSimulator = _AnimatSimPy.Simulator_CreateSimulator
14576 def GetSimulator():
14577 return _AnimatSimPy.GetSimulator()
14578 GetSimulator = _AnimatSimPy.GetSimulator
14580 __swig_setmethods__ = {}
14581 for _s
in [AnimatBase]:
14582 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14583 __setattr__ =
lambda self, name, value: _swig_setattr(self, ScriptProcessor, name, value)
14584 __swig_getmethods__ = {}
14585 for _s
in [AnimatBase]:
14586 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14587 __getattr__ =
lambda self, name: _swig_getattr(self, ScriptProcessor, name)
14588 __repr__ = _swig_repr
14590 def __init__(self):
14591 this = _AnimatSimPy.new_ScriptProcessor()
14593 self.this.append(this)
14596 __swig_destroy__ = _AnimatSimPy.delete_ScriptProcessor
14597 __del__ =
lambda self:
None
14598 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.ScriptProcessor_CastToDerived
14600 CastToDerived = staticmethod(_AnimatSimPy.ScriptProcessor_CastToDerived)
14602 def BeforeStepPhysicsEngine(self):
14603 return _AnimatSimPy.ScriptProcessor_BeforeStepPhysicsEngine(self)
14605 def AfterStepPhysicsEngine(self):
14606 return _AnimatSimPy.ScriptProcessor_AfterStepPhysicsEngine(self)
14608 def BeforeStepNeuralEngine(self):
14609 return _AnimatSimPy.ScriptProcessor_BeforeStepNeuralEngine(self)
14611 def AfterStepNeuralEngine(self):
14612 return _AnimatSimPy.ScriptProcessor_AfterStepNeuralEngine(self)
14613 ScriptProcessor_swigregister = _AnimatSimPy.ScriptProcessor_swigregister
14614 ScriptProcessor_swigregister(ScriptProcessor)
14616 def ScriptProcessor_CastToDerived(lpBase):
14617 return _AnimatSimPy.ScriptProcessor_CastToDerived(lpBase)
14618 ScriptProcessor_CastToDerived = _AnimatSimPy.ScriptProcessor_CastToDerived
14621 def SetLastScriptError(strError):
14622 return _AnimatSimPy.SetLastScriptError(strError)
14623 SetLastScriptError = _AnimatSimPy.SetLastScriptError
14625 def GetLastScriptError():
14626 return _AnimatSimPy.GetLastScriptError()
14627 GetLastScriptError = _AnimatSimPy.GetLastScriptError
14629 __swig_setmethods__ = {}
14630 for _s
in [ISimGUICallback]:
14631 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14632 __setattr__ =
lambda self, name, value: _swig_setattr(self, SimulationThread, name, value)
14633 __swig_getmethods__ = {}
14634 for _s
in [ISimGUICallback]:
14635 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14636 __getattr__ =
lambda self, name: _swig_getattr(self, SimulationThread, name)
14637 __repr__ = _swig_repr
14639 def __init__(self):
14640 this = _AnimatSimPy.new_SimulationThread()
14642 self.this.append(this)
14645 __swig_destroy__ = _AnimatSimPy.delete_SimulationThread
14646 __del__ =
lambda self:
None
14648 def NeedToStopSim(self):
14649 return _AnimatSimPy.SimulationThread_NeedToStopSim(self)
14652 return _AnimatSimPy.SimulationThread_Sim(self)
14654 def StartSimulation(self, strSimFile, bForceNoWindows=False):
14655 return _AnimatSimPy.SimulationThread_StartSimulation(self, strSimFile, bForceNoWindows)
14657 def Simulate(self, fltTime=-1, bBlocking=True, fltWaitTime=-1):
14658 return _AnimatSimPy.SimulationThread_Simulate(self, fltTime, bBlocking, fltWaitTime)
14660 def PauseSimulation(self):
14661 return _AnimatSimPy.SimulationThread_PauseSimulation(self)
14663 def ResumeSimulation(self):
14664 return _AnimatSimPy.SimulationThread_ResumeSimulation(self)
14666 def ResetSimulation(self):
14667 return _AnimatSimPy.SimulationThread_ResetSimulation(self)
14669 def StopSimulation(self):
14670 return _AnimatSimPy.SimulationThread_StopSimulation(self)
14672 def ShutdownSimulation(self):
14673 return _AnimatSimPy.SimulationThread_ShutdownSimulation(self)
14675 def NeedToStopSimulation(self):
14676 return _AnimatSimPy.SimulationThread_NeedToStopSimulation(self)
14678 def HandleNonCriticalError(self, strError):
14679 return _AnimatSimPy.SimulationThread_HandleNonCriticalError(self, strError)
14681 def HandleCriticalError(self, strError):
14682 return _AnimatSimPy.SimulationThread_HandleCriticalError(self, strError)
14683 SimulationThread_swigregister = _AnimatSimPy.SimulationThread_swigregister
14684 SimulationThread_swigregister(SimulationThread)
14687 __swig_setmethods__ = {}
14688 for _s
in [AnimatBase]:
14689 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14690 __setattr__ =
lambda self, name, value: _swig_setattr(self, SimulationMgr, name, value)
14691 __swig_getmethods__ = {}
14692 for _s
in [AnimatBase]:
14693 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14694 __getattr__ =
lambda self, name: _swig_getattr(self, SimulationMgr, name)
14696 def __init__(self, *args, **kwargs):
14697 raise AttributeError(
"No constructor defined")
14698 __repr__ = _swig_repr
14699 __swig_getmethods__[
"Instance"] =
lambda x: _AnimatSimPy.SimulationMgr_Instance
14701 Instance = staticmethod(_AnimatSimPy.SimulationMgr_Instance)
14702 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.SimulationMgr_CastToDerived
14704 CastToDerived = staticmethod(_AnimatSimPy.SimulationMgr_CastToDerived)
14706 def SimThreads(self):
14707 return _AnimatSimPy.SimulationMgr_SimThreads(self)
14709 def CreateSimulation(self, strSimFile, bForceNoWindows=False):
14710 return _AnimatSimPy.SimulationMgr_CreateSimulation(self, strSimFile, bForceNoWindows)
14712 def ShutdownAllSimulations(self):
14713 return _AnimatSimPy.SimulationMgr_ShutdownAllSimulations(self)
14715 def FindByID(self, strID, bThrowError=True):
14716 return _AnimatSimPy.SimulationMgr_FindByID(self, strID, bThrowError)
14717 SimulationMgr_swigregister = _AnimatSimPy.SimulationMgr_swigregister
14718 SimulationMgr_swigregister(SimulationMgr)
14720 def SimulationMgr_Instance():
14721 return _AnimatSimPy.SimulationMgr_Instance()
14722 SimulationMgr_Instance = _AnimatSimPy.SimulationMgr_Instance
14724 def SimulationMgr_CastToDerived(lpBase):
14725 return _AnimatSimPy.SimulationMgr_CastToDerived(lpBase)
14726 SimulationMgr_CastToDerived = _AnimatSimPy.SimulationMgr_CastToDerived
14729 def ActiveSim(*args):
14730 return _AnimatSimPy.ActiveSim(*args)
14731 ActiveSim = _AnimatSimPy.ActiveSim
14733 __swig_setmethods__ = {}
14734 for _s
in [AnimatBase]:
14735 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14736 __setattr__ =
lambda self, name, value: _swig_setattr(self, RobotInterface, name, value)
14737 __swig_getmethods__ = {}
14738 for _s
in [AnimatBase]:
14739 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14740 __getattr__ =
lambda self, name: _swig_getattr(self, RobotInterface, name)
14741 __repr__ = _swig_repr
14743 def __init__(self):
14744 this = _AnimatSimPy.new_RobotInterface()
14746 self.this.append(this)
14749 __swig_destroy__ = _AnimatSimPy.delete_RobotInterface
14750 __del__ =
lambda self:
None
14751 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RobotInterface_CastToDerived
14753 CastToDerived = staticmethod(_AnimatSimPy.RobotInterface_CastToDerived)
14755 def IOControls(self):
14756 return _AnimatSimPy.RobotInterface_IOControls(self)
14758 def PhysicsTimeStep(self, *args):
14759 return _AnimatSimPy.RobotInterface_PhysicsTimeStep(self, *args)
14761 def SynchSim(self, *args):
14762 return _AnimatSimPy.RobotInterface_SynchSim(self, *args)
14764 def GetDataPointer(self, strDataType):
14765 return _AnimatSimPy.RobotInterface_GetDataPointer(self, strDataType)
14767 def SetData(self, strDataType, strValue, bThrowError=True):
14768 return _AnimatSimPy.RobotInterface_SetData(self, strDataType, strValue, bThrowError)
14770 def QueryProperties(self, aryProperties):
14771 return _AnimatSimPy.RobotInterface_QueryProperties(self, aryProperties)
14773 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
14774 return _AnimatSimPy.RobotInterface_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
14776 def RemoveItem(self, strItemType, strID, bThrowError=True):
14777 return _AnimatSimPy.RobotInterface_RemoveItem(self, strItemType, strID, bThrowError)
14779 def Initialize(self):
14780 return _AnimatSimPy.RobotInterface_Initialize(self)
14782 def StepSimulation(self):
14783 return _AnimatSimPy.RobotInterface_StepSimulation(self)
14785 def ResetSimulation(self):
14786 return _AnimatSimPy.RobotInterface_ResetSimulation(self)
14788 def AfterResetSimulation(self):
14789 return _AnimatSimPy.RobotInterface_AfterResetSimulation(self)
14791 def Load(self, oXml):
14792 return _AnimatSimPy.RobotInterface_Load(self, oXml)
14793 RobotInterface_swigregister = _AnimatSimPy.RobotInterface_swigregister
14794 RobotInterface_swigregister(RobotInterface)
14796 def RobotInterface_CastToDerived(lpBase):
14797 return _AnimatSimPy.RobotInterface_CastToDerived(lpBase)
14798 RobotInterface_CastToDerived = _AnimatSimPy.RobotInterface_CastToDerived
14801 __swig_setmethods__ = {}
14802 for _s
in [AnimatBase]:
14803 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14804 __setattr__ =
lambda self, name, value: _swig_setattr(self, RobotIOControl, name, value)
14805 __swig_getmethods__ = {}
14806 for _s
in [AnimatBase]:
14807 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14808 __getattr__ =
lambda self, name: _swig_getattr(self, RobotIOControl, name)
14810 def __init__(self, *args, **kwargs):
14811 raise AttributeError(
"No constructor defined - class is abstract")
14812 __repr__ = _swig_repr
14813 __swig_destroy__ = _AnimatSimPy.delete_RobotIOControl
14814 __del__ =
lambda self:
None
14815 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RobotIOControl_CastToDerived
14817 CastToDerived = staticmethod(_AnimatSimPy.RobotIOControl_CastToDerived)
14819 def ParentInterface(self, *args):
14820 return _AnimatSimPy.RobotIOControl_ParentInterface(self, *args)
14823 return _AnimatSimPy.RobotIOControl_Parts(self)
14825 def PauseIO(self, *args):
14826 return _AnimatSimPy.RobotIOControl_PauseIO(self, *args)
14828 def IOPaused(self):
14829 return _AnimatSimPy.RobotIOControl_IOPaused(self)
14831 def StepIODuration(self):
14832 return _AnimatSimPy.RobotIOControl_StepIODuration(self)
14834 def GetDataPointer(self, strDataType):
14835 return _AnimatSimPy.RobotIOControl_GetDataPointer(self, strDataType)
14837 def SetData(self, strDataType, strValue, bThrowError=True):
14838 return _AnimatSimPy.RobotIOControl_SetData(self, strDataType, strValue, bThrowError)
14840 def QueryProperties(self, aryProperties):
14841 return _AnimatSimPy.RobotIOControl_QueryProperties(self, aryProperties)
14843 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
14844 return _AnimatSimPy.RobotIOControl_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
14846 def RemoveItem(self, strItemType, strID, bThrowError=True):
14847 return _AnimatSimPy.RobotIOControl_RemoveItem(self, strItemType, strID, bThrowError)
14850 return _AnimatSimPy.RobotIOControl_SetupIO(self)
14853 return _AnimatSimPy.RobotIOControl_StepIO(self)
14855 def ShutdownIO(self):
14856 return _AnimatSimPy.RobotIOControl_ShutdownIO(self)
14858 def Initialize(self):
14859 return _AnimatSimPy.RobotIOControl_Initialize(self)
14861 def SimStopping(self):
14862 return _AnimatSimPy.RobotIOControl_SimStopping(self)
14864 def StepSimulation(self):
14865 return _AnimatSimPy.RobotIOControl_StepSimulation(self)
14867 def ResetSimulation(self):
14868 return _AnimatSimPy.RobotIOControl_ResetSimulation(self)
14870 def AfterResetSimulation(self):
14871 return _AnimatSimPy.RobotIOControl_AfterResetSimulation(self)
14873 def Load(self, oXml):
14874 return _AnimatSimPy.RobotIOControl_Load(self, oXml)
14875 RobotIOControl_swigregister = _AnimatSimPy.RobotIOControl_swigregister
14876 RobotIOControl_swigregister(RobotIOControl)
14878 def RobotIOControl_CastToDerived(lpBase):
14879 return _AnimatSimPy.RobotIOControl_CastToDerived(lpBase)
14880 RobotIOControl_CastToDerived = _AnimatSimPy.RobotIOControl_CastToDerived
14883 __swig_setmethods__ = {}
14884 for _s
in [AnimatBase]:
14885 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14886 __setattr__ =
lambda self, name, value: _swig_setattr(self, RobotPartInterface, name, value)
14887 __swig_getmethods__ = {}
14888 for _s
in [AnimatBase]:
14889 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14890 __getattr__ =
lambda self, name: _swig_getattr(self, RobotPartInterface, name)
14891 __repr__ = _swig_repr
14893 def __init__(self):
14894 this = _AnimatSimPy.new_RobotPartInterface()
14896 self.this.append(this)
14899 __swig_destroy__ = _AnimatSimPy.delete_RobotPartInterface
14900 __del__ =
lambda self:
None
14901 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RobotPartInterface_CastToDerived
14903 CastToDerived = staticmethod(_AnimatSimPy.RobotPartInterface_CastToDerived)
14905 def ParentIOControl(self, *args):
14906 return _AnimatSimPy.RobotPartInterface_ParentIOControl(self, *args)
14908 def IOComponentID(self, *args):
14909 return _AnimatSimPy.RobotPartInterface_IOComponentID(self, *args)
14911 def IOValue(self, *args):
14912 return _AnimatSimPy.RobotPartInterface_IOValue(self, *args)
14914 def IOValueInt(self, *args):
14915 return _AnimatSimPy.RobotPartInterface_IOValueInt(self, *args)
14917 def IOScaledValue(self, *args):
14918 return _AnimatSimPy.RobotPartInterface_IOScaledValue(self, *args)
14920 def Changed(self, *args):
14921 return _AnimatSimPy.RobotPartInterface_Changed(self, *args)
14923 def LinkedPartID(self, *args):
14924 return _AnimatSimPy.RobotPartInterface_LinkedPartID(self, *args)
14926 def PropertyName(self, *args):
14927 return _AnimatSimPy.RobotPartInterface_PropertyName(self, *args)
14929 def IsMotorControl(self):
14930 return _AnimatSimPy.RobotPartInterface_IsMotorControl(self)
14932 def IncludeInPartsCycle(self):
14933 return _AnimatSimPy.RobotPartInterface_IncludeInPartsCycle(self)
14935 def QuantizeServoPosition(self, fltPos):
14936 return _AnimatSimPy.RobotPartInterface_QuantizeServoPosition(self, fltPos)
14938 def QuantizeServoVelocity(self, fltVel):
14939 return _AnimatSimPy.RobotPartInterface_QuantizeServoVelocity(self, fltVel)
14942 return _AnimatSimPy.RobotPartInterface_GetGain(self)
14944 def SetGain(self, lpGain):
14945 return _AnimatSimPy.RobotPartInterface_SetGain(self, lpGain)
14947 def StepIODuration(self):
14948 return _AnimatSimPy.RobotPartInterface_StepIODuration(self)
14950 def GetDataPointer(self, strDataType):
14951 return _AnimatSimPy.RobotPartInterface_GetDataPointer(self, strDataType)
14953 def SetData(self, strDataType, strValue, bThrowError=True):
14954 return _AnimatSimPy.RobotPartInterface_SetData(self, strDataType, strValue, bThrowError)
14956 def QueryProperties(self, aryProperties):
14957 return _AnimatSimPy.RobotPartInterface_QueryProperties(self, aryProperties)
14960 return _AnimatSimPy.RobotPartInterface_SetupIO(self)
14962 def StepIO(self, iPartIdx):
14963 return _AnimatSimPy.RobotPartInterface_StepIO(self, iPartIdx)
14965 def ShutdownIO(self):
14966 return _AnimatSimPy.RobotPartInterface_ShutdownIO(self)
14968 def Initialize(self):
14969 return _AnimatSimPy.RobotPartInterface_Initialize(self)
14971 def ResetSimulation(self):
14972 return _AnimatSimPy.RobotPartInterface_ResetSimulation(self)
14974 def Load(self, oXml):
14975 return _AnimatSimPy.RobotPartInterface_Load(self, oXml)
14976 RobotPartInterface_swigregister = _AnimatSimPy.RobotPartInterface_swigregister
14977 RobotPartInterface_swigregister(RobotPartInterface)
14979 def RobotPartInterface_CastToDerived(lpBase):
14980 return _AnimatSimPy.RobotPartInterface_CastToDerived(lpBase)
14981 RobotPartInterface_CastToDerived = _AnimatSimPy.RobotPartInterface_CastToDerived
14984 __swig_setmethods__ = {}
14985 for _s
in [AnimatBase]:
14986 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
14987 __setattr__ =
lambda self, name, value: _swig_setattr(self, RemoteControlLinkage, name, value)
14988 __swig_getmethods__ = {}
14989 for _s
in [AnimatBase]:
14990 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
14991 __getattr__ =
lambda self, name: _swig_getattr(self, RemoteControlLinkage, name)
14993 def __init__(self, *args, **kwargs):
14994 raise AttributeError(
"No constructor defined - class is abstract")
14995 __repr__ = _swig_repr
14996 __swig_destroy__ = _AnimatSimPy.delete_RemoteControlLinkage
14997 __del__ =
lambda self:
None
14998 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RemoteControlLinkage_CastToDerived
15000 CastToDerived = staticmethod(_AnimatSimPy.RemoteControlLinkage_CastToDerived)
15002 def ParentRemoteControl(self, *args):
15003 return _AnimatSimPy.RemoteControlLinkage_ParentRemoteControl(self, *args)
15005 def SourceID(self, *args):
15006 return _AnimatSimPy.RemoteControlLinkage_SourceID(self, *args)
15008 def TargetID(self, *args):
15009 return _AnimatSimPy.RemoteControlLinkage_TargetID(self, *args)
15011 def SourceDataTypeID(self, *args):
15012 return _AnimatSimPy.RemoteControlLinkage_SourceDataTypeID(self, *args)
15014 def TargetDataTypeID(self, *args):
15015 return _AnimatSimPy.RemoteControlLinkage_TargetDataTypeID(self, *args)
15017 def GetDataPointer(self, strDataType):
15018 return _AnimatSimPy.RemoteControlLinkage_GetDataPointer(self, strDataType)
15020 def SetData(self, strDataType, strValue, bThrowError=True):
15021 return _AnimatSimPy.RemoteControlLinkage_SetData(self, strDataType, strValue, bThrowError)
15023 def QueryProperties(self, aryProperties):
15024 return _AnimatSimPy.RemoteControlLinkage_QueryProperties(self, aryProperties)
15027 return _AnimatSimPy.RemoteControlLinkage_SetupIO(self)
15030 return _AnimatSimPy.RemoteControlLinkage_StepIO(self)
15032 def ShutdownIO(self):
15033 return _AnimatSimPy.RemoteControlLinkage_ShutdownIO(self)
15035 def Initialize(self):
15036 return _AnimatSimPy.RemoteControlLinkage_Initialize(self)
15038 def StepSimulation(self):
15039 return _AnimatSimPy.RemoteControlLinkage_StepSimulation(self)
15041 def Load(self, oXml):
15042 return _AnimatSimPy.RemoteControlLinkage_Load(self, oXml)
15043 RemoteControlLinkage_swigregister = _AnimatSimPy.RemoteControlLinkage_swigregister
15044 RemoteControlLinkage_swigregister(RemoteControlLinkage)
15046 def RemoteControlLinkage_CastToDerived(lpBase):
15047 return _AnimatSimPy.RemoteControlLinkage_CastToDerived(lpBase)
15048 RemoteControlLinkage_CastToDerived = _AnimatSimPy.RemoteControlLinkage_CastToDerived
15051 __swig_setmethods__ = {}
15052 for _s
in [RemoteControlLinkage]:
15053 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15054 __setattr__ =
lambda self, name, value: _swig_setattr(self, PassThroughLinkage, name, value)
15055 __swig_getmethods__ = {}
15056 for _s
in [RemoteControlLinkage]:
15057 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15058 __getattr__ =
lambda self, name: _swig_getattr(self, PassThroughLinkage, name)
15059 __repr__ = _swig_repr
15061 def __init__(self):
15062 this = _AnimatSimPy.new_PassThroughLinkage()
15064 self.this.append(this)
15067 __swig_destroy__ = _AnimatSimPy.delete_PassThroughLinkage
15068 __del__ =
lambda self:
None
15069 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PassThroughLinkage_CastToDerived
15071 CastToDerived = staticmethod(_AnimatSimPy.PassThroughLinkage_CastToDerived)
15074 return _AnimatSimPy.PassThroughLinkage_GetGain(self)
15076 def SetGain(self, lpGain):
15077 return _AnimatSimPy.PassThroughLinkage_SetGain(self, lpGain)
15079 def SetData(self, strDataType, strValue, bThrowError=True):
15080 return _AnimatSimPy.PassThroughLinkage_SetData(self, strDataType, strValue, bThrowError)
15082 def QueryProperties(self, aryProperties):
15083 return _AnimatSimPy.PassThroughLinkage_QueryProperties(self, aryProperties)
15085 def Load(self, oXml):
15086 return _AnimatSimPy.PassThroughLinkage_Load(self, oXml)
15087 PassThroughLinkage_swigregister = _AnimatSimPy.PassThroughLinkage_swigregister
15088 PassThroughLinkage_swigregister(PassThroughLinkage)
15090 def PassThroughLinkage_CastToDerived(lpBase):
15091 return _AnimatSimPy.PassThroughLinkage_CastToDerived(lpBase)
15092 PassThroughLinkage_CastToDerived = _AnimatSimPy.PassThroughLinkage_CastToDerived
15095 __swig_setmethods__ = {}
15096 for _s
in [RemoteControlLinkage]:
15097 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15098 __setattr__ =
lambda self, name, value: _swig_setattr(self, PulsedLinkage, name, value)
15099 __swig_getmethods__ = {}
15100 for _s
in [RemoteControlLinkage]:
15101 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15102 __getattr__ =
lambda self, name: _swig_getattr(self, PulsedLinkage, name)
15103 __repr__ = _swig_repr
15105 def __init__(self):
15106 this = _AnimatSimPy.new_PulsedLinkage()
15108 self.this.append(this)
15111 __swig_destroy__ = _AnimatSimPy.delete_PulsedLinkage
15112 __del__ =
lambda self:
None
15113 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.PulsedLinkage_CastToDerived
15115 CastToDerived = staticmethod(_AnimatSimPy.PulsedLinkage_CastToDerived)
15117 def MatchValue(self, *args):
15118 return _AnimatSimPy.PulsedLinkage_MatchValue(self, *args)
15120 def MatchOnChange(self, *args):
15121 return _AnimatSimPy.PulsedLinkage_MatchOnChange(self, *args)
15123 def PulseDuration(self, *args):
15124 return _AnimatSimPy.PulsedLinkage_PulseDuration(self, *args)
15126 def PulseCurrent(self, *args):
15127 return _AnimatSimPy.PulsedLinkage_PulseCurrent(self, *args)
15129 def GetDataPointer(self, strDataType):
15130 return _AnimatSimPy.PulsedLinkage_GetDataPointer(self, strDataType)
15132 def SetData(self, strDataType, strValue, bThrowError=True):
15133 return _AnimatSimPy.PulsedLinkage_SetData(self, strDataType, strValue, bThrowError)
15135 def QueryProperties(self, aryProperties):
15136 return _AnimatSimPy.PulsedLinkage_QueryProperties(self, aryProperties)
15139 return _AnimatSimPy.PulsedLinkage_StepIO(self)
15141 def ResetSimulation(self):
15142 return _AnimatSimPy.PulsedLinkage_ResetSimulation(self)
15144 def StepSimulation(self):
15145 return _AnimatSimPy.PulsedLinkage_StepSimulation(self)
15147 def Load(self, oXml):
15148 return _AnimatSimPy.PulsedLinkage_Load(self, oXml)
15149 PulsedLinkage_swigregister = _AnimatSimPy.PulsedLinkage_swigregister
15150 PulsedLinkage_swigregister(PulsedLinkage)
15152 def PulsedLinkage_CastToDerived(lpBase):
15153 return _AnimatSimPy.PulsedLinkage_CastToDerived(lpBase)
15154 PulsedLinkage_CastToDerived = _AnimatSimPy.PulsedLinkage_CastToDerived
15157 __swig_setmethods__ = {}
15158 for _s
in [RobotIOControl]:
15159 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15160 __setattr__ =
lambda self, name, value: _swig_setattr(self, RemoteControl, name, value)
15161 __swig_getmethods__ = {}
15162 for _s
in [RobotIOControl]:
15163 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15164 __getattr__ =
lambda self, name: _swig_getattr(self, RemoteControl, name)
15166 def __init__(self, *args, **kwargs):
15167 raise AttributeError(
"No constructor defined - class is abstract")
15168 __repr__ = _swig_repr
15169 __swig_destroy__ = _AnimatSimPy.delete_RemoteControl
15170 __del__ =
lambda self:
None
15171 __swig_getmethods__[
"CastToDerived"] =
lambda x: _AnimatSimPy.RemoteControl_CastToDerived
15173 CastToDerived = staticmethod(_AnimatSimPy.RemoteControl_CastToDerived)
15176 return _AnimatSimPy.RemoteControl_Links(self)
15178 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
15179 return _AnimatSimPy.RemoteControl_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
15181 def RemoveItem(self, strItemType, strID, bThrowError=True):
15182 return _AnimatSimPy.RemoteControl_RemoveItem(self, strItemType, strID, bThrowError)
15185 return _AnimatSimPy.RemoteControl_SetupIO(self)
15188 return _AnimatSimPy.RemoteControl_StepIO(self)
15190 def ShutdownIO(self):
15191 return _AnimatSimPy.RemoteControl_ShutdownIO(self)
15193 def Initialize(self):
15194 return _AnimatSimPy.RemoteControl_Initialize(self)
15196 def StepSimulation(self):
15197 return _AnimatSimPy.RemoteControl_StepSimulation(self)
15199 def ResetSimulation(self):
15200 return _AnimatSimPy.RemoteControl_ResetSimulation(self)
15202 def AfterResetSimulation(self):
15203 return _AnimatSimPy.RemoteControl_AfterResetSimulation(self)
15205 def Load(self, oXml):
15206 return _AnimatSimPy.RemoteControl_Load(self, oXml)
15207 RemoteControl_swigregister = _AnimatSimPy.RemoteControl_swigregister
15208 RemoteControl_swigregister(RemoteControl)
15210 def RemoteControl_CastToDerived(lpBase):
15211 return _AnimatSimPy.RemoteControl_CastToDerived(lpBase)
15212 RemoteControl_CastToDerived = _AnimatSimPy.RemoteControl_CastToDerived
15215 __swig_setmethods__ = {}
15217 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15218 __setattr__ =
lambda self, name, value: _swig_setattr(self, Neuron, name, value)
15219 __swig_getmethods__ = {}
15221 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15222 __getattr__ =
lambda self, name: _swig_getattr(self, Neuron, name)
15223 __repr__ = _swig_repr
15225 def __init__(self):
15226 this = _AnimatSimPy.new_Neuron()
15228 self.this.append(this)
15231 __swig_destroy__ = _AnimatSimPy.delete_Neuron
15232 __del__ =
lambda self:
None
15234 def Cn(self, *args):
15235 return _AnimatSimPy.Neuron_Cn(self, *args)
15237 def Gn(self, *args):
15238 return _AnimatSimPy.Neuron_Gn(self, *args)
15240 def Vth(self, *args):
15241 return _AnimatSimPy.Neuron_Vth(self, *args)
15243 def Fmin(self, *args):
15244 return _AnimatSimPy.Neuron_Fmin(self, *args)
15246 def Gain(self, *args):
15247 return _AnimatSimPy.Neuron_Gain(self, *args)
15249 def ExternalI(self, *args):
15250 return _AnimatSimPy.Neuron_ExternalI(self, *args)
15252 def AddExternalI(self, fltVal):
15253 return _AnimatSimPy.Neuron_AddExternalI(self, fltVal)
15255 def IntrinsicCurrent(self, *args):
15256 return _AnimatSimPy.Neuron_IntrinsicCurrent(self, *args)
15258 def Vrest(self, *args):
15259 return _AnimatSimPy.Neuron_Vrest(self, *args)
15261 def VNoiseMax(self, *args):
15262 return _AnimatSimPy.Neuron_VNoiseMax(self, *args)
15264 def UseNoise(self, *args):
15265 return _AnimatSimPy.Neuron_UseNoise(self, *args)
15267 def UseAccom(self, *args):
15268 return _AnimatSimPy.Neuron_UseAccom(self, *args)
15270 def RelativeAccommodation(self, *args):
15271 return _AnimatSimPy.Neuron_RelativeAccommodation(self, *args)
15273 def AccommodationTimeConstant(self, *args):
15274 return _AnimatSimPy.Neuron_AccommodationTimeConstant(self, *args)
15276 def Iinit(self, *args):
15277 return _AnimatSimPy.Neuron_Iinit(self, *args)
15279 def InitTime(self, *args):
15280 return _AnimatSimPy.Neuron_InitTime(self, *args)
15282 def GainType(self, *args):
15283 return _AnimatSimPy.Neuron_GainType(self, *args)
15286 return _AnimatSimPy.Neuron_Vn(self)
15288 def FiringFreq(self, lpModule):
15289 return _AnimatSimPy.Neuron_FiringFreq(self, lpModule)
15291 def NeuronType(self):
15292 return _AnimatSimPy.Neuron_NeuronType(self)
15294 def GetSynapses(self):
15295 return _AnimatSimPy.Neuron_GetSynapses(self)
15297 def Copy(self, lpSource):
15298 return _AnimatSimPy.Neuron_Copy(self, lpSource)
15300 def AddSynapse(self, *args):
15301 return _AnimatSimPy.Neuron_AddSynapse(self, *args)
15303 def RemoveSynapse(self, *args):
15304 return _AnimatSimPy.Neuron_RemoveSynapse(self, *args)
15306 def GetSynapse(self, iIndex):
15307 return _AnimatSimPy.Neuron_GetSynapse(self, iIndex)
15309 def TotalSynapses(self):
15310 return _AnimatSimPy.Neuron_TotalSynapses(self)
15312 def ClearSynapses(self):
15313 return _AnimatSimPy.Neuron_ClearSynapses(self)
15315 def FindSynapseListPos(self, strID, bThrowError=True):
15316 return _AnimatSimPy.Neuron_FindSynapseListPos(self, strID, bThrowError)
15318 def AddExternalNodeInput(self, iTargetDataType, fltInput):
15319 return _AnimatSimPy.Neuron_AddExternalNodeInput(self, iTargetDataType, fltInput)
15321 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
15322 return _AnimatSimPy.Neuron_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
15324 def VerifySystemPointers(self):
15325 return _AnimatSimPy.Neuron_VerifySystemPointers(self)
15327 def Initialize(self):
15328 return _AnimatSimPy.Neuron_Initialize(self)
15330 def TimeStepModified(self):
15331 return _AnimatSimPy.Neuron_TimeStepModified(self)
15333 def ResetSimulation(self):
15334 return _AnimatSimPy.Neuron_ResetSimulation(self)
15336 def StepSimulation(self):
15337 return _AnimatSimPy.Neuron_StepSimulation(self)
15339 def InjectCurrent(self, fltVal):
15340 return _AnimatSimPy.Neuron_InjectCurrent(self, fltVal)
15342 def CalculateSnapshotByteSize(self):
15343 return _AnimatSimPy.Neuron_CalculateSnapshotByteSize(self)
15345 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
15346 return _AnimatSimPy.Neuron_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
15348 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
15349 return _AnimatSimPy.Neuron_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
15351 def GetDataPointer(self, strDataType):
15352 return _AnimatSimPy.Neuron_GetDataPointer(self, strDataType)
15354 def SetData(self, strDataType, strValue, bThrowError=True):
15355 return _AnimatSimPy.Neuron_SetData(self, strDataType, strValue, bThrowError)
15357 def QueryProperties(self, aryProperties):
15358 return _AnimatSimPy.Neuron_QueryProperties(self, aryProperties)
15360 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
15361 return _AnimatSimPy.Neuron_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
15363 def RemoveItem(self, strItemType, strID, bThrowError=True):
15364 return _AnimatSimPy.Neuron_RemoveItem(self, strItemType, strID, bThrowError)
15366 def Load(self, oXml):
15367 return _AnimatSimPy.Neuron_Load(self, oXml)
15368 Neuron_swigregister = _AnimatSimPy.Neuron_swigregister
15369 Neuron_swigregister(Neuron)
15372 __swig_setmethods__ = {}
15374 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15375 __setattr__ =
lambda self, name, value: _swig_setattr(self, Synapse, name, value)
15376 __swig_getmethods__ = {}
15378 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15379 __getattr__ =
lambda self, name: _swig_getattr(self, Synapse, name)
15380 __repr__ = _swig_repr
15382 def __init__(self):
15383 this = _AnimatSimPy.new_Synapse()
15385 self.this.append(this)
15388 __swig_destroy__ = _AnimatSimPy.delete_Synapse
15389 __del__ =
lambda self:
None
15391 def FromNeuron(self):
15392 return _AnimatSimPy.Synapse_FromNeuron(self)
15394 def Weight(self, *args):
15395 return _AnimatSimPy.Synapse_Weight(self, *args)
15397 def WeightPointer(self):
15398 return _AnimatSimPy.Synapse_WeightPointer(self)
15400 def HasDelay(self, *args):
15401 return _AnimatSimPy.Synapse_HasDelay(self, *args)
15403 def DelayInterval(self, *args):
15404 return _AnimatSimPy.Synapse_DelayInterval(self, *args)
15406 def SetDelayBufferSize(self):
15407 return _AnimatSimPy.Synapse_SetDelayBufferSize(self)
15409 def CalculateCurrent(self):
15410 return _AnimatSimPy.Synapse_CalculateCurrent(self)
15412 def Modulation(self):
15413 return _AnimatSimPy.Synapse_Modulation(self)
15415 def ModulationPointer(self):
15416 return _AnimatSimPy.Synapse_ModulationPointer(self)
15418 def CalculateModulation(self, lpModule):
15419 return _AnimatSimPy.Synapse_CalculateModulation(self, lpModule)
15421 def GetCompoundSynapse(self, iCompoundIndex):
15422 return _AnimatSimPy.Synapse_GetCompoundSynapse(self, iCompoundIndex)
15424 def FindSynapseListPos(self, strID, bThrowError=True):
15425 return _AnimatSimPy.Synapse_FindSynapseListPos(self, strID, bThrowError)
15427 def AddSynapse(self, strXml, bDoNotInit):
15428 return _AnimatSimPy.Synapse_AddSynapse(self, strXml, bDoNotInit)
15430 def RemoveSynapse(self, strID, bThrowError=True):
15431 return _AnimatSimPy.Synapse_RemoveSynapse(self, strID, bThrowError)
15433 def Process(self, fltCurrent):
15434 return _AnimatSimPy.Synapse_Process(self, fltCurrent)
15436 def GetDataPointer(self, strDataType):
15437 return _AnimatSimPy.Synapse_GetDataPointer(self, strDataType)
15439 def SetData(self, strDataType, strValue, bThrowError=True):
15440 return _AnimatSimPy.Synapse_SetData(self, strDataType, strValue, bThrowError)
15442 def QueryProperties(self, aryProperties):
15443 return _AnimatSimPy.Synapse_QueryProperties(self, aryProperties)
15445 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
15446 return _AnimatSimPy.Synapse_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
15448 def RemoveItem(self, strItemType, strID, bThrowError=True):
15449 return _AnimatSimPy.Synapse_RemoveItem(self, strItemType, strID, bThrowError)
15451 def SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify):
15452 return _AnimatSimPy.Synapse_SetSystemPointers(self, lpSim, lpStructure, lpModule, lpNode, bVerify)
15454 def VerifySystemPointers(self):
15455 return _AnimatSimPy.Synapse_VerifySystemPointers(self)
15457 def ResetSimulation(self):
15458 return _AnimatSimPy.Synapse_ResetSimulation(self)
15460 def Initialize(self):
15461 return _AnimatSimPy.Synapse_Initialize(self)
15463 def TimeStepModified(self):
15464 return _AnimatSimPy.Synapse_TimeStepModified(self)
15466 def Load(self, oXml):
15467 return _AnimatSimPy.Synapse_Load(self, oXml)
15468 Synapse_swigregister = _AnimatSimPy.Synapse_swigregister
15469 Synapse_swigregister(Synapse)
15472 __swig_setmethods__ = {}
15473 for _s
in [Neuron]:
15474 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15475 __setattr__ =
lambda self, name, value: _swig_setattr(self, PacemakerNeuron, name, value)
15476 __swig_getmethods__ = {}
15477 for _s
in [Neuron]:
15478 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15479 __getattr__ =
lambda self, name: _swig_getattr(self, PacemakerNeuron, name)
15480 __repr__ = _swig_repr
15482 def __init__(self):
15483 this = _AnimatSimPy.new_PacemakerNeuron()
15485 self.this.append(this)
15488 __swig_destroy__ = _AnimatSimPy.delete_PacemakerNeuron
15489 __del__ =
lambda self:
None
15491 def Il(self, *args):
15492 return _AnimatSimPy.PacemakerNeuron_Il(self, *args)
15494 def Ih(self, *args):
15495 return _AnimatSimPy.PacemakerNeuron_Ih(self, *args)
15497 def Vssm(self, *args):
15498 return _AnimatSimPy.PacemakerNeuron_Vssm(self, *args)
15500 def Mtl(self, *args):
15501 return _AnimatSimPy.PacemakerNeuron_Mtl(self, *args)
15503 def Btl(self, *args):
15504 return _AnimatSimPy.PacemakerNeuron_Btl(self, *args)
15506 def Th(self, *args):
15507 return _AnimatSimPy.PacemakerNeuron_Th(self, *args)
15509 def ITime(self, *args):
15510 return _AnimatSimPy.PacemakerNeuron_ITime(self, *args)
15512 def IntrinsicType(self, *args):
15513 return _AnimatSimPy.PacemakerNeuron_IntrinsicType(self, *args)
15515 def NeuronType(self):
15516 return _AnimatSimPy.PacemakerNeuron_NeuronType(self)
15518 def Copy(self, lpSource):
15519 return _AnimatSimPy.PacemakerNeuron_Copy(self, lpSource)
15521 def ResetSimulation(self):
15522 return _AnimatSimPy.PacemakerNeuron_ResetSimulation(self)
15524 def StepSimulation(self):
15525 return _AnimatSimPy.PacemakerNeuron_StepSimulation(self)
15527 def GetDataPointer(self, strDataType):
15528 return _AnimatSimPy.PacemakerNeuron_GetDataPointer(self, strDataType)
15530 def SetData(self, strDataType, strValue, bThrowError=True):
15531 return _AnimatSimPy.PacemakerNeuron_SetData(self, strDataType, strValue, bThrowError)
15533 def QueryProperties(self, aryProperties):
15534 return _AnimatSimPy.PacemakerNeuron_QueryProperties(self, aryProperties)
15536 def CalculateSnapshotByteSize(self):
15537 return _AnimatSimPy.PacemakerNeuron_CalculateSnapshotByteSize(self)
15539 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
15540 return _AnimatSimPy.PacemakerNeuron_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
15542 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
15543 return _AnimatSimPy.PacemakerNeuron_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
15545 def Load(self, oXml):
15546 return _AnimatSimPy.PacemakerNeuron_Load(self, oXml)
15547 PacemakerNeuron_swigregister = _AnimatSimPy.PacemakerNeuron_swigregister
15548 PacemakerNeuron_swigregister(PacemakerNeuron)
15551 __swig_setmethods__ = {}
15552 for _s
in [Neuron]:
15553 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15554 __setattr__ =
lambda self, name, value: _swig_setattr(self, RandomNeuron, name, value)
15555 __swig_getmethods__ = {}
15556 for _s
in [Neuron]:
15557 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15558 __getattr__ =
lambda self, name: _swig_getattr(self, RandomNeuron, name)
15559 __repr__ = _swig_repr
15561 def __init__(self):
15562 this = _AnimatSimPy.new_RandomNeuron()
15564 self.this.append(this)
15567 __swig_destroy__ = _AnimatSimPy.delete_RandomNeuron
15568 __del__ =
lambda self:
None
15570 def ITime(self, *args):
15571 return _AnimatSimPy.RandomNeuron_ITime(self, *args)
15573 def IntrinsicType(self, *args):
15574 return _AnimatSimPy.RandomNeuron_IntrinsicType(self, *args)
15576 def IntrinsicCurrent(self, *args):
15577 return _AnimatSimPy.RandomNeuron_IntrinsicCurrent(self, *args)
15579 def Il(self, *args):
15580 return _AnimatSimPy.RandomNeuron_Il(self, *args)
15582 def Ilinit(self, *args):
15583 return _AnimatSimPy.RandomNeuron_Ilinit(self, *args)
15585 def NeuronType(self):
15586 return _AnimatSimPy.RandomNeuron_NeuronType(self)
15588 def Copy(self, lpSource):
15589 return _AnimatSimPy.RandomNeuron_Copy(self, lpSource)
15591 def CurrentDistribution(self, *args):
15592 return _AnimatSimPy.RandomNeuron_CurrentDistribution(self, *args)
15594 def BurstLengthDistribution(self, *args):
15595 return _AnimatSimPy.RandomNeuron_BurstLengthDistribution(self, *args)
15597 def InterbusrtLengthDistribution(self, *args):
15598 return _AnimatSimPy.RandomNeuron_InterbusrtLengthDistribution(self, *args)
15600 def CalculateSnapshotByteSize(self):
15601 return _AnimatSimPy.RandomNeuron_CalculateSnapshotByteSize(self)
15603 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
15604 return _AnimatSimPy.RandomNeuron_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
15606 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
15607 return _AnimatSimPy.RandomNeuron_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
15609 def SetData(self, strDataType, strValue, bThrowError=True):
15610 return _AnimatSimPy.RandomNeuron_SetData(self, strDataType, strValue, bThrowError)
15612 def QueryProperties(self, aryProperties):
15613 return _AnimatSimPy.RandomNeuron_QueryProperties(self, aryProperties)
15615 def ResetSimulation(self):
15616 return _AnimatSimPy.RandomNeuron_ResetSimulation(self)
15618 def Load(self, oXml):
15619 return _AnimatSimPy.RandomNeuron_Load(self, oXml)
15620 RandomNeuron_swigregister = _AnimatSimPy.RandomNeuron_swigregister
15621 RandomNeuron_swigregister(RandomNeuron)
15624 __swig_setmethods__ = {}
15625 for _s
in [Neuron]:
15626 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15627 __setattr__ =
lambda self, name, value: _swig_setattr(self, BistableNeuron, name, value)
15628 __swig_getmethods__ = {}
15629 for _s
in [Neuron]:
15630 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15631 __getattr__ =
lambda self, name: _swig_getattr(self, BistableNeuron, name)
15632 __repr__ = _swig_repr
15634 def __init__(self):
15635 this = _AnimatSimPy.new_BistableNeuron()
15637 self.this.append(this)
15640 __swig_destroy__ = _AnimatSimPy.delete_BistableNeuron
15641 __del__ =
lambda self:
None
15643 def Vsthi(self, *args):
15644 return _AnimatSimPy.BistableNeuron_Vsthi(self, *args)
15646 def IntrinsicCurrent(self, *args):
15647 return _AnimatSimPy.BistableNeuron_IntrinsicCurrent(self, *args)
15649 def Il(self, *args):
15650 return _AnimatSimPy.BistableNeuron_Il(self, *args)
15652 def Ih(self, *args):
15653 return _AnimatSimPy.BistableNeuron_Ih(self, *args)
15655 def NeuronType(self):
15656 return _AnimatSimPy.BistableNeuron_NeuronType(self)
15658 def Copy(self, lpSource):
15659 return _AnimatSimPy.BistableNeuron_Copy(self, lpSource)
15661 def SetData(self, strDataType, strValue, bThrowError=True):
15662 return _AnimatSimPy.BistableNeuron_SetData(self, strDataType, strValue, bThrowError)
15664 def QueryProperties(self, aryProperties):
15665 return _AnimatSimPy.BistableNeuron_QueryProperties(self, aryProperties)
15667 def ResetSimulation(self):
15668 return _AnimatSimPy.BistableNeuron_ResetSimulation(self)
15670 def StepSimulation(self):
15671 return _AnimatSimPy.BistableNeuron_StepSimulation(self)
15673 def Load(self, oXml):
15674 return _AnimatSimPy.BistableNeuron_Load(self, oXml)
15675 BistableNeuron_swigregister = _AnimatSimPy.BistableNeuron_swigregister
15676 BistableNeuron_swigregister(BistableNeuron)
15679 __swig_setmethods__ = {}
15680 for _s
in [Neuron]:
15681 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15682 __setattr__ =
lambda self, name, value: _swig_setattr(self, TonicNeuron, name, value)
15683 __swig_getmethods__ = {}
15684 for _s
in [Neuron]:
15685 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15686 __getattr__ =
lambda self, name: _swig_getattr(self, TonicNeuron, name)
15687 __repr__ = _swig_repr
15689 def __init__(self):
15690 this = _AnimatSimPy.new_TonicNeuron()
15692 self.this.append(this)
15695 __swig_destroy__ = _AnimatSimPy.delete_TonicNeuron
15696 __del__ =
lambda self:
None
15698 def Ih(self, *args):
15699 return _AnimatSimPy.TonicNeuron_Ih(self, *args)
15701 def NeuronType(self):
15702 return _AnimatSimPy.TonicNeuron_NeuronType(self)
15704 def Copy(self, lpSource):
15705 return _AnimatSimPy.TonicNeuron_Copy(self, lpSource)
15707 def SetData(self, strDataType, strValue, bThrowError=True):
15708 return _AnimatSimPy.TonicNeuron_SetData(self, strDataType, strValue, bThrowError)
15710 def QueryProperties(self, aryProperties):
15711 return _AnimatSimPy.TonicNeuron_QueryProperties(self, aryProperties)
15713 def Load(self, oXml):
15714 return _AnimatSimPy.TonicNeuron_Load(self, oXml)
15715 TonicNeuron_swigregister = _AnimatSimPy.TonicNeuron_swigregister
15716 TonicNeuron_swigregister(TonicNeuron)
15719 __swig_setmethods__ = {}
15720 for _s
in [Synapse]:
15721 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15722 __setattr__ =
lambda self, name, value: _swig_setattr(self, GatedSynapse, name, value)
15723 __swig_getmethods__ = {}
15724 for _s
in [Synapse]:
15725 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15726 __getattr__ =
lambda self, name: _swig_getattr(self, GatedSynapse, name)
15727 __repr__ = _swig_repr
15729 def __init__(self):
15730 this = _AnimatSimPy.new_GatedSynapse()
15732 self.this.append(this)
15735 __swig_destroy__ = _AnimatSimPy.delete_GatedSynapse
15736 __del__ =
lambda self:
None
15738 def InitialGateValue(self, *args):
15739 return _AnimatSimPy.GatedSynapse_InitialGateValue(self, *args)
15741 def CalculateModulation(self, lpModule):
15742 return _AnimatSimPy.GatedSynapse_CalculateModulation(self, lpModule)
15744 def GetDataPointer(self, strDataType):
15745 return _AnimatSimPy.GatedSynapse_GetDataPointer(self, strDataType)
15747 def SetData(self, strDataType, strValue, bThrowError=True):
15748 return _AnimatSimPy.GatedSynapse_SetData(self, strDataType, strValue, bThrowError)
15750 def QueryProperties(self, aryProperties):
15751 return _AnimatSimPy.GatedSynapse_QueryProperties(self, aryProperties)
15753 def Load(self, oXml):
15754 return _AnimatSimPy.GatedSynapse_Load(self, oXml)
15755 GatedSynapse_swigregister = _AnimatSimPy.GatedSynapse_swigregister
15756 GatedSynapse_swigregister(GatedSynapse)
15759 __swig_setmethods__ = {}
15760 for _s
in [Synapse]:
15761 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15762 __setattr__ =
lambda self, name, value: _swig_setattr(self, ModulatedSynapse, name, value)
15763 __swig_getmethods__ = {}
15764 for _s
in [Synapse]:
15765 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15766 __getattr__ =
lambda self, name: _swig_getattr(self, ModulatedSynapse, name)
15767 __repr__ = _swig_repr
15769 def __init__(self):
15770 this = _AnimatSimPy.new_ModulatedSynapse()
15772 self.this.append(this)
15775 __swig_destroy__ = _AnimatSimPy.delete_ModulatedSynapse
15776 __del__ =
lambda self:
None
15778 def GetDataPointer(self, strDataType):
15779 return _AnimatSimPy.ModulatedSynapse_GetDataPointer(self, strDataType)
15781 def QueryProperties(self, aryProperties):
15782 return _AnimatSimPy.ModulatedSynapse_QueryProperties(self, aryProperties)
15784 def CalculateModulation(self, lpModule):
15785 return _AnimatSimPy.ModulatedSynapse_CalculateModulation(self, lpModule)
15786 ModulatedSynapse_swigregister = _AnimatSimPy.ModulatedSynapse_swigregister
15787 ModulatedSynapse_swigregister(ModulatedSynapse)
15790 __swig_setmethods__ = {}
15791 for _s
in [Synapse]:
15792 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15793 __setattr__ =
lambda self, name, value: _swig_setattr(self, ModulateNeuronPropSynapse, name, value)
15794 __swig_getmethods__ = {}
15795 for _s
in [Synapse]:
15796 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15797 __getattr__ =
lambda self, name: _swig_getattr(self, ModulateNeuronPropSynapse, name)
15798 __repr__ = _swig_repr
15800 def __init__(self):
15801 this = _AnimatSimPy.new_ModulateNeuronPropSynapse()
15803 self.this.append(this)
15806 __swig_destroy__ = _AnimatSimPy.delete_ModulateNeuronPropSynapse
15807 __del__ =
lambda self:
None
15809 def ModulationGain(self, *args):
15810 return _AnimatSimPy.ModulateNeuronPropSynapse_ModulationGain(self, *args)
15812 def PropertyName(self, *args):
15813 return _AnimatSimPy.ModulateNeuronPropSynapse_PropertyName(self, *args)
15815 def SetData(self, strDataType, strValue, bThrowError=True):
15816 return _AnimatSimPy.ModulateNeuronPropSynapse_SetData(self, strDataType, strValue, bThrowError)
15818 def QueryProperties(self, aryProperties):
15819 return _AnimatSimPy.ModulateNeuronPropSynapse_QueryProperties(self, aryProperties)
15821 def Process(self, fltCurrent):
15822 return _AnimatSimPy.ModulateNeuronPropSynapse_Process(self, fltCurrent)
15824 def ResetSimulation(self):
15825 return _AnimatSimPy.ModulateNeuronPropSynapse_ResetSimulation(self)
15827 def Initialize(self):
15828 return _AnimatSimPy.ModulateNeuronPropSynapse_Initialize(self)
15830 def Load(self, oXml):
15831 return _AnimatSimPy.ModulateNeuronPropSynapse_Load(self, oXml)
15832 ModulateNeuronPropSynapse_swigregister = _AnimatSimPy.ModulateNeuronPropSynapse_swigregister
15833 ModulateNeuronPropSynapse_swigregister(ModulateNeuronPropSynapse)
15836 __swig_setmethods__ = {}
15837 for _s
in [NeuralModule]:
15838 __swig_setmethods__.update(getattr(_s,
'__swig_setmethods__', {}))
15839 __setattr__ =
lambda self, name, value: _swig_setattr(self, FrFiringRateModule, name, value)
15840 __swig_getmethods__ = {}
15841 for _s
in [NeuralModule]:
15842 __swig_getmethods__.update(getattr(_s,
'__swig_getmethods__', {}))
15843 __getattr__ =
lambda self, name: _swig_getattr(self, FrFiringRateModule, name)
15844 __repr__ = _swig_repr
15846 def __init__(self):
15847 this = _AnimatSimPy.new_FrFiringRateModule()
15849 self.this.append(this)
15852 __swig_destroy__ = _AnimatSimPy.delete_FrFiringRateModule
15853 __del__ =
lambda self:
None
15855 def ModuleName(self):
15856 return _AnimatSimPy.FrFiringRateModule_ModuleName(self)
15858 def Kill(self, bState=True):
15859 return _AnimatSimPy.FrFiringRateModule_Kill(self, bState)
15861 def Initialize(self):
15862 return _AnimatSimPy.FrFiringRateModule_Initialize(self)
15864 def ResetSimulation(self):
15865 return _AnimatSimPy.FrFiringRateModule_ResetSimulation(self)
15867 def StepSimulation(self):
15868 return _AnimatSimPy.FrFiringRateModule_StepSimulation(self)
15870 def Load(self, oXml):
15871 return _AnimatSimPy.FrFiringRateModule_Load(self, oXml)
15873 def SetData(self, strDataType, strValue, bThrowError=True):
15874 return _AnimatSimPy.FrFiringRateModule_SetData(self, strDataType, strValue, bThrowError)
15876 def QueryProperties(self, aryProperties):
15877 return _AnimatSimPy.FrFiringRateModule_QueryProperties(self, aryProperties)
15879 def AddItem(self, strItemType, strXml, bThrowError=True, bDoNotInit=False):
15880 return _AnimatSimPy.FrFiringRateModule_AddItem(self, strItemType, strXml, bThrowError, bDoNotInit)
15882 def RemoveItem(self, strItemType, strID, bThrowError=True):
15883 return _AnimatSimPy.FrFiringRateModule_RemoveItem(self, strItemType, strID, bThrowError)
15885 def AddNeuron(self, strXml, bDoNotInit=False):
15886 return _AnimatSimPy.FrFiringRateModule_AddNeuron(self, strXml, bDoNotInit)
15888 def RemoveNeuron(self, strID, bThrowError=True):
15889 return _AnimatSimPy.FrFiringRateModule_RemoveNeuron(self, strID, bThrowError)
15891 def FindNeuronListPos(self, strID, bThrowError=True):
15892 return _AnimatSimPy.FrFiringRateModule_FindNeuronListPos(self, strID, bThrowError)
15894 def ActiveArray(self, *args):
15895 return _AnimatSimPy.FrFiringRateModule_ActiveArray(self, *args)
15897 def InactiveArray(self, *args):
15898 return _AnimatSimPy.FrFiringRateModule_InactiveArray(self, *args)
15900 def CalculateSnapshotByteSize(self):
15901 return _AnimatSimPy.FrFiringRateModule_CalculateSnapshotByteSize(self)
15903 def SaveKeyFrameSnapshot(self, aryBytes, lIndex):
15904 return _AnimatSimPy.FrFiringRateModule_SaveKeyFrameSnapshot(self, aryBytes, lIndex)
15906 def LoadKeyFrameSnapshot(self, aryBytes, lIndex):
15907 return _AnimatSimPy.FrFiringRateModule_LoadKeyFrameSnapshot(self, aryBytes, lIndex)
15908 FrFiringRateModule_swigregister = _AnimatSimPy.FrFiringRateModule_swigregister
15909 FrFiringRateModule_swigregister(FrFiringRateModule)
bool LessThanActivatedItemCompare(ActivatedItem *lpItem1, ActivatedItem *lpItem2)
Compares the start times of two activated items to see which is sooner.
bool LessThanDataColumnCompare(DataColumn *lpColumn1, DataColumn *lpColumn2)
Compares two DataColumn items to find the one that is less than the other.
bool Std_LoadPoint(CStdXml &oXml, std::string strName, CStdIPoint &oPoint, bool bThrowError)
Standard load point.
void Std_SavePoint(CStdXml &oXml, std::string strName, CStdIPoint &oPoint)
Standard save point.
Gain * LoadGain(Simulator *lpSim, std::string strName, CStdXml &oXml)
Loads a gain object.
double Std_CalculateDistance(CStdIPoint &ptA, CStdIPoint &ptB)
Calculates the distance between two points.