agx-openplx 0.16.0__cp39-cp39-win_amd64.whl → 0.16.1__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
openplx/Physics.py CHANGED
@@ -17827,6 +17827,966 @@ class Physics_Signals_DistanceValue_Vector(object):
17827
17827
  # Register Physics_Signals_DistanceValue_Vector in _PhysicsSwig:
17828
17828
  _PhysicsSwig.Physics_Signals_DistanceValue_Vector_swigregister(Physics_Signals_DistanceValue_Vector)
17829
17829
 
17830
+ class Physics_Signals_DurationInput_Vector(object):
17831
+ r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > > class."""
17832
+
17833
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
17834
+ __repr__ = _swig_repr
17835
+
17836
+ def iterator(self):
17837
+ r"""iterator(Physics_Signals_DurationInput_Vector self) -> SwigPyIterator"""
17838
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_iterator(self)
17839
+ def __iter__(self):
17840
+ return self.iterator()
17841
+
17842
+ def __nonzero__(self):
17843
+ r"""__nonzero__(Physics_Signals_DurationInput_Vector self) -> bool"""
17844
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___nonzero__(self)
17845
+
17846
+ def __bool__(self):
17847
+ r"""__bool__(Physics_Signals_DurationInput_Vector self) -> bool"""
17848
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___bool__(self)
17849
+
17850
+ def __len__(self):
17851
+ r"""__len__(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type"""
17852
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___len__(self)
17853
+
17854
+ def __getslice__(self, i, j):
17855
+ r"""
17856
+ __getslice__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type j) -> Physics_Signals_DurationInput_Vector
17857
+
17858
+ Parameters
17859
+ ----------
17860
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17861
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17862
+
17863
+ """
17864
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___getslice__(self, i, j)
17865
+
17866
+ def __setslice__(self, *args):
17867
+ r"""
17868
+ __setslice__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type j)
17869
+
17870
+ Parameters
17871
+ ----------
17872
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17873
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17874
+
17875
+ __setslice__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type j, Physics_Signals_DurationInput_Vector v)
17876
+
17877
+ Parameters
17878
+ ----------
17879
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17880
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17881
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationInput > > > const &
17882
+
17883
+ """
17884
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___setslice__(self, *args)
17885
+
17886
+ def __delslice__(self, i, j):
17887
+ r"""
17888
+ __delslice__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type j)
17889
+
17890
+ Parameters
17891
+ ----------
17892
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17893
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17894
+
17895
+ """
17896
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___delslice__(self, i, j)
17897
+
17898
+ def __delitem__(self, *args):
17899
+ r"""
17900
+ __delitem__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i)
17901
+
17902
+ Parameters
17903
+ ----------
17904
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17905
+
17906
+ __delitem__(Physics_Signals_DurationInput_Vector self, PySliceObject * slice)
17907
+
17908
+ Parameters
17909
+ ----------
17910
+ slice: PySliceObject *
17911
+
17912
+ """
17913
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___delitem__(self, *args)
17914
+
17915
+ def __getitem__(self, *args):
17916
+ r"""
17917
+ __getitem__(Physics_Signals_DurationInput_Vector self, PySliceObject * slice) -> Physics_Signals_DurationInput_Vector
17918
+
17919
+ Parameters
17920
+ ----------
17921
+ slice: PySliceObject *
17922
+
17923
+ __getitem__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
17924
+
17925
+ Parameters
17926
+ ----------
17927
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17928
+
17929
+ """
17930
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___getitem__(self, *args)
17931
+
17932
+ def __setitem__(self, *args):
17933
+ r"""
17934
+ __setitem__(Physics_Signals_DurationInput_Vector self, PySliceObject * slice, Physics_Signals_DurationInput_Vector v)
17935
+
17936
+ Parameters
17937
+ ----------
17938
+ slice: PySliceObject *
17939
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationInput > > > const &
17940
+
17941
+ __setitem__(Physics_Signals_DurationInput_Vector self, PySliceObject * slice)
17942
+
17943
+ Parameters
17944
+ ----------
17945
+ slice: PySliceObject *
17946
+
17947
+ __setitem__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
17948
+
17949
+ Parameters
17950
+ ----------
17951
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::difference_type
17952
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
17953
+
17954
+ """
17955
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector___setitem__(self, *args)
17956
+
17957
+ def pop(self):
17958
+ r"""pop(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type"""
17959
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_pop(self)
17960
+
17961
+ def append(self, x):
17962
+ r"""
17963
+ append(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
17964
+
17965
+ Parameters
17966
+ ----------
17967
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
17968
+
17969
+ """
17970
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_append(self, x)
17971
+
17972
+ def empty(self):
17973
+ r"""empty(Physics_Signals_DurationInput_Vector self) -> bool"""
17974
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_empty(self)
17975
+
17976
+ def size(self):
17977
+ r"""size(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type"""
17978
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_size(self)
17979
+
17980
+ def swap(self, v):
17981
+ r"""
17982
+ swap(Physics_Signals_DurationInput_Vector self, Physics_Signals_DurationInput_Vector v)
17983
+
17984
+ Parameters
17985
+ ----------
17986
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > > &
17987
+
17988
+ """
17989
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_swap(self, v)
17990
+
17991
+ def begin(self):
17992
+ r"""begin(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator"""
17993
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_begin(self)
17994
+
17995
+ def end(self):
17996
+ r"""end(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator"""
17997
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_end(self)
17998
+
17999
+ def rbegin(self):
18000
+ r"""rbegin(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::reverse_iterator"""
18001
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_rbegin(self)
18002
+
18003
+ def rend(self):
18004
+ r"""rend(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::reverse_iterator"""
18005
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_rend(self)
18006
+
18007
+ def clear(self):
18008
+ r"""clear(Physics_Signals_DurationInput_Vector self)"""
18009
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_clear(self)
18010
+
18011
+ def get_allocator(self):
18012
+ r"""get_allocator(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::allocator_type"""
18013
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_get_allocator(self)
18014
+
18015
+ def pop_back(self):
18016
+ r"""pop_back(Physics_Signals_DurationInput_Vector self)"""
18017
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_pop_back(self)
18018
+
18019
+ def erase(self, *args):
18020
+ r"""
18021
+ erase(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18022
+
18023
+ Parameters
18024
+ ----------
18025
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18026
+
18027
+ erase(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator first, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18028
+
18029
+ Parameters
18030
+ ----------
18031
+ first: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18032
+ last: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18033
+
18034
+ """
18035
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_erase(self, *args)
18036
+
18037
+ def __init__(self, *args):
18038
+ r"""
18039
+ __init__(Physics_Signals_DurationInput_Vector self) -> Physics_Signals_DurationInput_Vector
18040
+ __init__(Physics_Signals_DurationInput_Vector self, Physics_Signals_DurationInput_Vector other) -> Physics_Signals_DurationInput_Vector
18041
+
18042
+ Parameters
18043
+ ----------
18044
+ other: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > > const &
18045
+
18046
+ __init__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type size) -> Physics_Signals_DurationInput_Vector
18047
+
18048
+ Parameters
18049
+ ----------
18050
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18051
+
18052
+ __init__(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & value) -> Physics_Signals_DurationInput_Vector
18053
+
18054
+ Parameters
18055
+ ----------
18056
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18057
+ value: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18058
+
18059
+ """
18060
+ _PhysicsSwig.Physics_Signals_DurationInput_Vector_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationInput_Vector(*args))
18061
+
18062
+ def push_back(self, x):
18063
+ r"""
18064
+ push_back(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
18065
+
18066
+ Parameters
18067
+ ----------
18068
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18069
+
18070
+ """
18071
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_push_back(self, x)
18072
+
18073
+ def front(self):
18074
+ r"""front(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &"""
18075
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_front(self)
18076
+
18077
+ def back(self):
18078
+ r"""back(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &"""
18079
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_back(self)
18080
+
18081
+ def assign(self, n, x):
18082
+ r"""
18083
+ assign(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
18084
+
18085
+ Parameters
18086
+ ----------
18087
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18088
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18089
+
18090
+ """
18091
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_assign(self, n, x)
18092
+
18093
+ def resize(self, *args):
18094
+ r"""
18095
+ resize(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type new_size)
18096
+
18097
+ Parameters
18098
+ ----------
18099
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18100
+
18101
+ resize(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
18102
+
18103
+ Parameters
18104
+ ----------
18105
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18106
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18107
+
18108
+ """
18109
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_resize(self, *args)
18110
+
18111
+ def insert(self, *args):
18112
+ r"""
18113
+ insert(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18114
+
18115
+ Parameters
18116
+ ----------
18117
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18118
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18119
+
18120
+ insert(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const & x)
18121
+
18122
+ Parameters
18123
+ ----------
18124
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::iterator
18125
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18126
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::value_type const &
18127
+
18128
+ """
18129
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_insert(self, *args)
18130
+
18131
+ def reserve(self, n):
18132
+ r"""
18133
+ reserve(Physics_Signals_DurationInput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type n)
18134
+
18135
+ Parameters
18136
+ ----------
18137
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type
18138
+
18139
+ """
18140
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_reserve(self, n)
18141
+
18142
+ def capacity(self):
18143
+ r"""capacity(Physics_Signals_DurationInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationInput > >::size_type"""
18144
+ return _PhysicsSwig.Physics_Signals_DurationInput_Vector_capacity(self)
18145
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationInput_Vector
18146
+
18147
+ # Register Physics_Signals_DurationInput_Vector in _PhysicsSwig:
18148
+ _PhysicsSwig.Physics_Signals_DurationInput_Vector_swigregister(Physics_Signals_DurationInput_Vector)
18149
+
18150
+ class Physics_Signals_DurationOutput_Vector(object):
18151
+ r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > > class."""
18152
+
18153
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
18154
+ __repr__ = _swig_repr
18155
+
18156
+ def iterator(self):
18157
+ r"""iterator(Physics_Signals_DurationOutput_Vector self) -> SwigPyIterator"""
18158
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_iterator(self)
18159
+ def __iter__(self):
18160
+ return self.iterator()
18161
+
18162
+ def __nonzero__(self):
18163
+ r"""__nonzero__(Physics_Signals_DurationOutput_Vector self) -> bool"""
18164
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___nonzero__(self)
18165
+
18166
+ def __bool__(self):
18167
+ r"""__bool__(Physics_Signals_DurationOutput_Vector self) -> bool"""
18168
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___bool__(self)
18169
+
18170
+ def __len__(self):
18171
+ r"""__len__(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type"""
18172
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___len__(self)
18173
+
18174
+ def __getslice__(self, i, j):
18175
+ r"""
18176
+ __getslice__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type j) -> Physics_Signals_DurationOutput_Vector
18177
+
18178
+ Parameters
18179
+ ----------
18180
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18181
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18182
+
18183
+ """
18184
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___getslice__(self, i, j)
18185
+
18186
+ def __setslice__(self, *args):
18187
+ r"""
18188
+ __setslice__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type j)
18189
+
18190
+ Parameters
18191
+ ----------
18192
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18193
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18194
+
18195
+ __setslice__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type j, Physics_Signals_DurationOutput_Vector v)
18196
+
18197
+ Parameters
18198
+ ----------
18199
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18200
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18201
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationOutput > > > const &
18202
+
18203
+ """
18204
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___setslice__(self, *args)
18205
+
18206
+ def __delslice__(self, i, j):
18207
+ r"""
18208
+ __delslice__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type j)
18209
+
18210
+ Parameters
18211
+ ----------
18212
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18213
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18214
+
18215
+ """
18216
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___delslice__(self, i, j)
18217
+
18218
+ def __delitem__(self, *args):
18219
+ r"""
18220
+ __delitem__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i)
18221
+
18222
+ Parameters
18223
+ ----------
18224
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18225
+
18226
+ __delitem__(Physics_Signals_DurationOutput_Vector self, PySliceObject * slice)
18227
+
18228
+ Parameters
18229
+ ----------
18230
+ slice: PySliceObject *
18231
+
18232
+ """
18233
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___delitem__(self, *args)
18234
+
18235
+ def __getitem__(self, *args):
18236
+ r"""
18237
+ __getitem__(Physics_Signals_DurationOutput_Vector self, PySliceObject * slice) -> Physics_Signals_DurationOutput_Vector
18238
+
18239
+ Parameters
18240
+ ----------
18241
+ slice: PySliceObject *
18242
+
18243
+ __getitem__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18244
+
18245
+ Parameters
18246
+ ----------
18247
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18248
+
18249
+ """
18250
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___getitem__(self, *args)
18251
+
18252
+ def __setitem__(self, *args):
18253
+ r"""
18254
+ __setitem__(Physics_Signals_DurationOutput_Vector self, PySliceObject * slice, Physics_Signals_DurationOutput_Vector v)
18255
+
18256
+ Parameters
18257
+ ----------
18258
+ slice: PySliceObject *
18259
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationOutput > > > const &
18260
+
18261
+ __setitem__(Physics_Signals_DurationOutput_Vector self, PySliceObject * slice)
18262
+
18263
+ Parameters
18264
+ ----------
18265
+ slice: PySliceObject *
18266
+
18267
+ __setitem__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18268
+
18269
+ Parameters
18270
+ ----------
18271
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::difference_type
18272
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18273
+
18274
+ """
18275
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector___setitem__(self, *args)
18276
+
18277
+ def pop(self):
18278
+ r"""pop(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type"""
18279
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_pop(self)
18280
+
18281
+ def append(self, x):
18282
+ r"""
18283
+ append(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18284
+
18285
+ Parameters
18286
+ ----------
18287
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18288
+
18289
+ """
18290
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_append(self, x)
18291
+
18292
+ def empty(self):
18293
+ r"""empty(Physics_Signals_DurationOutput_Vector self) -> bool"""
18294
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_empty(self)
18295
+
18296
+ def size(self):
18297
+ r"""size(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type"""
18298
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_size(self)
18299
+
18300
+ def swap(self, v):
18301
+ r"""
18302
+ swap(Physics_Signals_DurationOutput_Vector self, Physics_Signals_DurationOutput_Vector v)
18303
+
18304
+ Parameters
18305
+ ----------
18306
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > > &
18307
+
18308
+ """
18309
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_swap(self, v)
18310
+
18311
+ def begin(self):
18312
+ r"""begin(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator"""
18313
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_begin(self)
18314
+
18315
+ def end(self):
18316
+ r"""end(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator"""
18317
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_end(self)
18318
+
18319
+ def rbegin(self):
18320
+ r"""rbegin(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::reverse_iterator"""
18321
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_rbegin(self)
18322
+
18323
+ def rend(self):
18324
+ r"""rend(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::reverse_iterator"""
18325
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_rend(self)
18326
+
18327
+ def clear(self):
18328
+ r"""clear(Physics_Signals_DurationOutput_Vector self)"""
18329
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_clear(self)
18330
+
18331
+ def get_allocator(self):
18332
+ r"""get_allocator(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::allocator_type"""
18333
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_get_allocator(self)
18334
+
18335
+ def pop_back(self):
18336
+ r"""pop_back(Physics_Signals_DurationOutput_Vector self)"""
18337
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_pop_back(self)
18338
+
18339
+ def erase(self, *args):
18340
+ r"""
18341
+ erase(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18342
+
18343
+ Parameters
18344
+ ----------
18345
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18346
+
18347
+ erase(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator first, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18348
+
18349
+ Parameters
18350
+ ----------
18351
+ first: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18352
+ last: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18353
+
18354
+ """
18355
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_erase(self, *args)
18356
+
18357
+ def __init__(self, *args):
18358
+ r"""
18359
+ __init__(Physics_Signals_DurationOutput_Vector self) -> Physics_Signals_DurationOutput_Vector
18360
+ __init__(Physics_Signals_DurationOutput_Vector self, Physics_Signals_DurationOutput_Vector other) -> Physics_Signals_DurationOutput_Vector
18361
+
18362
+ Parameters
18363
+ ----------
18364
+ other: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > > const &
18365
+
18366
+ __init__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type size) -> Physics_Signals_DurationOutput_Vector
18367
+
18368
+ Parameters
18369
+ ----------
18370
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18371
+
18372
+ __init__(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & value) -> Physics_Signals_DurationOutput_Vector
18373
+
18374
+ Parameters
18375
+ ----------
18376
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18377
+ value: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18378
+
18379
+ """
18380
+ _PhysicsSwig.Physics_Signals_DurationOutput_Vector_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationOutput_Vector(*args))
18381
+
18382
+ def push_back(self, x):
18383
+ r"""
18384
+ push_back(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18385
+
18386
+ Parameters
18387
+ ----------
18388
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18389
+
18390
+ """
18391
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_push_back(self, x)
18392
+
18393
+ def front(self):
18394
+ r"""front(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &"""
18395
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_front(self)
18396
+
18397
+ def back(self):
18398
+ r"""back(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &"""
18399
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_back(self)
18400
+
18401
+ def assign(self, n, x):
18402
+ r"""
18403
+ assign(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18404
+
18405
+ Parameters
18406
+ ----------
18407
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18408
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18409
+
18410
+ """
18411
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_assign(self, n, x)
18412
+
18413
+ def resize(self, *args):
18414
+ r"""
18415
+ resize(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type new_size)
18416
+
18417
+ Parameters
18418
+ ----------
18419
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18420
+
18421
+ resize(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18422
+
18423
+ Parameters
18424
+ ----------
18425
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18426
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18427
+
18428
+ """
18429
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_resize(self, *args)
18430
+
18431
+ def insert(self, *args):
18432
+ r"""
18433
+ insert(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18434
+
18435
+ Parameters
18436
+ ----------
18437
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18438
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18439
+
18440
+ insert(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const & x)
18441
+
18442
+ Parameters
18443
+ ----------
18444
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::iterator
18445
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18446
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::value_type const &
18447
+
18448
+ """
18449
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_insert(self, *args)
18450
+
18451
+ def reserve(self, n):
18452
+ r"""
18453
+ reserve(Physics_Signals_DurationOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type n)
18454
+
18455
+ Parameters
18456
+ ----------
18457
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type
18458
+
18459
+ """
18460
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_reserve(self, n)
18461
+
18462
+ def capacity(self):
18463
+ r"""capacity(Physics_Signals_DurationOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationOutput > >::size_type"""
18464
+ return _PhysicsSwig.Physics_Signals_DurationOutput_Vector_capacity(self)
18465
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationOutput_Vector
18466
+
18467
+ # Register Physics_Signals_DurationOutput_Vector in _PhysicsSwig:
18468
+ _PhysicsSwig.Physics_Signals_DurationOutput_Vector_swigregister(Physics_Signals_DurationOutput_Vector)
18469
+
18470
+ class Physics_Signals_DurationValue_Vector(object):
18471
+ r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > > class."""
18472
+
18473
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
18474
+ __repr__ = _swig_repr
18475
+
18476
+ def iterator(self):
18477
+ r"""iterator(Physics_Signals_DurationValue_Vector self) -> SwigPyIterator"""
18478
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_iterator(self)
18479
+ def __iter__(self):
18480
+ return self.iterator()
18481
+
18482
+ def __nonzero__(self):
18483
+ r"""__nonzero__(Physics_Signals_DurationValue_Vector self) -> bool"""
18484
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___nonzero__(self)
18485
+
18486
+ def __bool__(self):
18487
+ r"""__bool__(Physics_Signals_DurationValue_Vector self) -> bool"""
18488
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___bool__(self)
18489
+
18490
+ def __len__(self):
18491
+ r"""__len__(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type"""
18492
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___len__(self)
18493
+
18494
+ def __getslice__(self, i, j):
18495
+ r"""
18496
+ __getslice__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type j) -> Physics_Signals_DurationValue_Vector
18497
+
18498
+ Parameters
18499
+ ----------
18500
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18501
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18502
+
18503
+ """
18504
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___getslice__(self, i, j)
18505
+
18506
+ def __setslice__(self, *args):
18507
+ r"""
18508
+ __setslice__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type j)
18509
+
18510
+ Parameters
18511
+ ----------
18512
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18513
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18514
+
18515
+ __setslice__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type j, Physics_Signals_DurationValue_Vector v)
18516
+
18517
+ Parameters
18518
+ ----------
18519
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18520
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18521
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationValue > > > const &
18522
+
18523
+ """
18524
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___setslice__(self, *args)
18525
+
18526
+ def __delslice__(self, i, j):
18527
+ r"""
18528
+ __delslice__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type j)
18529
+
18530
+ Parameters
18531
+ ----------
18532
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18533
+ j: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18534
+
18535
+ """
18536
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___delslice__(self, i, j)
18537
+
18538
+ def __delitem__(self, *args):
18539
+ r"""
18540
+ __delitem__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i)
18541
+
18542
+ Parameters
18543
+ ----------
18544
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18545
+
18546
+ __delitem__(Physics_Signals_DurationValue_Vector self, PySliceObject * slice)
18547
+
18548
+ Parameters
18549
+ ----------
18550
+ slice: PySliceObject *
18551
+
18552
+ """
18553
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___delitem__(self, *args)
18554
+
18555
+ def __getitem__(self, *args):
18556
+ r"""
18557
+ __getitem__(Physics_Signals_DurationValue_Vector self, PySliceObject * slice) -> Physics_Signals_DurationValue_Vector
18558
+
18559
+ Parameters
18560
+ ----------
18561
+ slice: PySliceObject *
18562
+
18563
+ __getitem__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18564
+
18565
+ Parameters
18566
+ ----------
18567
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18568
+
18569
+ """
18570
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___getitem__(self, *args)
18571
+
18572
+ def __setitem__(self, *args):
18573
+ r"""
18574
+ __setitem__(Physics_Signals_DurationValue_Vector self, PySliceObject * slice, Physics_Signals_DurationValue_Vector v)
18575
+
18576
+ Parameters
18577
+ ----------
18578
+ slice: PySliceObject *
18579
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue >,std::allocator< std::shared_ptr< openplx::Physics::Signals::DurationValue > > > const &
18580
+
18581
+ __setitem__(Physics_Signals_DurationValue_Vector self, PySliceObject * slice)
18582
+
18583
+ Parameters
18584
+ ----------
18585
+ slice: PySliceObject *
18586
+
18587
+ __setitem__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18588
+
18589
+ Parameters
18590
+ ----------
18591
+ i: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::difference_type
18592
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18593
+
18594
+ """
18595
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector___setitem__(self, *args)
18596
+
18597
+ def pop(self):
18598
+ r"""pop(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type"""
18599
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_pop(self)
18600
+
18601
+ def append(self, x):
18602
+ r"""
18603
+ append(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18604
+
18605
+ Parameters
18606
+ ----------
18607
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18608
+
18609
+ """
18610
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_append(self, x)
18611
+
18612
+ def empty(self):
18613
+ r"""empty(Physics_Signals_DurationValue_Vector self) -> bool"""
18614
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_empty(self)
18615
+
18616
+ def size(self):
18617
+ r"""size(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type"""
18618
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_size(self)
18619
+
18620
+ def swap(self, v):
18621
+ r"""
18622
+ swap(Physics_Signals_DurationValue_Vector self, Physics_Signals_DurationValue_Vector v)
18623
+
18624
+ Parameters
18625
+ ----------
18626
+ v: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > > &
18627
+
18628
+ """
18629
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_swap(self, v)
18630
+
18631
+ def begin(self):
18632
+ r"""begin(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator"""
18633
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_begin(self)
18634
+
18635
+ def end(self):
18636
+ r"""end(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator"""
18637
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_end(self)
18638
+
18639
+ def rbegin(self):
18640
+ r"""rbegin(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::reverse_iterator"""
18641
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_rbegin(self)
18642
+
18643
+ def rend(self):
18644
+ r"""rend(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::reverse_iterator"""
18645
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_rend(self)
18646
+
18647
+ def clear(self):
18648
+ r"""clear(Physics_Signals_DurationValue_Vector self)"""
18649
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_clear(self)
18650
+
18651
+ def get_allocator(self):
18652
+ r"""get_allocator(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::allocator_type"""
18653
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_get_allocator(self)
18654
+
18655
+ def pop_back(self):
18656
+ r"""pop_back(Physics_Signals_DurationValue_Vector self)"""
18657
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_pop_back(self)
18658
+
18659
+ def erase(self, *args):
18660
+ r"""
18661
+ erase(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18662
+
18663
+ Parameters
18664
+ ----------
18665
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18666
+
18667
+ erase(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator first, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18668
+
18669
+ Parameters
18670
+ ----------
18671
+ first: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18672
+ last: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18673
+
18674
+ """
18675
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_erase(self, *args)
18676
+
18677
+ def __init__(self, *args):
18678
+ r"""
18679
+ __init__(Physics_Signals_DurationValue_Vector self) -> Physics_Signals_DurationValue_Vector
18680
+ __init__(Physics_Signals_DurationValue_Vector self, Physics_Signals_DurationValue_Vector other) -> Physics_Signals_DurationValue_Vector
18681
+
18682
+ Parameters
18683
+ ----------
18684
+ other: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > > const &
18685
+
18686
+ __init__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type size) -> Physics_Signals_DurationValue_Vector
18687
+
18688
+ Parameters
18689
+ ----------
18690
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18691
+
18692
+ __init__(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & value) -> Physics_Signals_DurationValue_Vector
18693
+
18694
+ Parameters
18695
+ ----------
18696
+ size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18697
+ value: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18698
+
18699
+ """
18700
+ _PhysicsSwig.Physics_Signals_DurationValue_Vector_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationValue_Vector(*args))
18701
+
18702
+ def push_back(self, x):
18703
+ r"""
18704
+ push_back(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18705
+
18706
+ Parameters
18707
+ ----------
18708
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18709
+
18710
+ """
18711
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_push_back(self, x)
18712
+
18713
+ def front(self):
18714
+ r"""front(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &"""
18715
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_front(self)
18716
+
18717
+ def back(self):
18718
+ r"""back(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &"""
18719
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_back(self)
18720
+
18721
+ def assign(self, n, x):
18722
+ r"""
18723
+ assign(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18724
+
18725
+ Parameters
18726
+ ----------
18727
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18728
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18729
+
18730
+ """
18731
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_assign(self, n, x)
18732
+
18733
+ def resize(self, *args):
18734
+ r"""
18735
+ resize(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type new_size)
18736
+
18737
+ Parameters
18738
+ ----------
18739
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18740
+
18741
+ resize(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18742
+
18743
+ Parameters
18744
+ ----------
18745
+ new_size: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18746
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18747
+
18748
+ """
18749
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_resize(self, *args)
18750
+
18751
+ def insert(self, *args):
18752
+ r"""
18753
+ insert(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18754
+
18755
+ Parameters
18756
+ ----------
18757
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18758
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18759
+
18760
+ insert(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type n, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const & x)
18761
+
18762
+ Parameters
18763
+ ----------
18764
+ pos: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::iterator
18765
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18766
+ x: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::value_type const &
18767
+
18768
+ """
18769
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_insert(self, *args)
18770
+
18771
+ def reserve(self, n):
18772
+ r"""
18773
+ reserve(Physics_Signals_DurationValue_Vector self, std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type n)
18774
+
18775
+ Parameters
18776
+ ----------
18777
+ n: std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type
18778
+
18779
+ """
18780
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_reserve(self, n)
18781
+
18782
+ def capacity(self):
18783
+ r"""capacity(Physics_Signals_DurationValue_Vector self) -> std::vector< std::shared_ptr< openplx::Physics::Signals::DurationValue > >::size_type"""
18784
+ return _PhysicsSwig.Physics_Signals_DurationValue_Vector_capacity(self)
18785
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationValue_Vector
18786
+
18787
+ # Register Physics_Signals_DurationValue_Vector in _PhysicsSwig:
18788
+ _PhysicsSwig.Physics_Signals_DurationValue_Vector_swigregister(Physics_Signals_DurationValue_Vector)
18789
+
17830
18790
  class Physics_Signals_EnableInteractionInput_Vector(object):
17831
18791
  r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics::Signals::EnableInteractionInput > > class."""
17832
18792
 
@@ -36086,6 +37046,283 @@ def Physics_Signals_DistanceValue_create(value):
36086
37046
  """
36087
37047
  return _PhysicsSwig.Physics_Signals_DistanceValue_create(value)
36088
37048
 
37049
+ class Physics_Signals_DurationInput(Physics_Signals_Input):
37050
+ r"""Proxy of C++ openplx::Physics::Signals::DurationInput class."""
37051
+
37052
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
37053
+ __repr__ = _swig_repr
37054
+
37055
+ def __init__(self):
37056
+ r"""__init__(Physics_Signals_DurationInput self) -> Physics_Signals_DurationInput"""
37057
+ _PhysicsSwig.Physics_Signals_DurationInput_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationInput())
37058
+
37059
+ def source(self):
37060
+ r"""source(Physics_Signals_DurationInput self) -> std::shared_ptr< openplx::Physics::Signals::DurationInputTrait >"""
37061
+ return _PhysicsSwig.Physics_Signals_DurationInput_source(self)
37062
+
37063
+ def setDynamic(self, key, value):
37064
+ r"""
37065
+ setDynamic(Physics_Signals_DurationInput self, std::string const & key, Any value)
37066
+
37067
+ Parameters
37068
+ ----------
37069
+ key: std::string const &
37070
+ value: openplx::Core::Any &&
37071
+
37072
+ """
37073
+ return _PhysicsSwig.Physics_Signals_DurationInput_setDynamic(self, key, value)
37074
+
37075
+ def getDynamic(self, key):
37076
+ r"""
37077
+ getDynamic(Physics_Signals_DurationInput self, std::string const & key) -> Any
37078
+
37079
+ Parameters
37080
+ ----------
37081
+ key: std::string const &
37082
+
37083
+ """
37084
+ return _PhysicsSwig.Physics_Signals_DurationInput_getDynamic(self, key)
37085
+
37086
+ def callDynamic(self, key, args):
37087
+ r"""
37088
+ callDynamic(Physics_Signals_DurationInput self, std::string const & key, AnyVector args) -> Any
37089
+
37090
+ Parameters
37091
+ ----------
37092
+ key: std::string const &
37093
+ args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
37094
+
37095
+ """
37096
+ return _PhysicsSwig.Physics_Signals_DurationInput_callDynamic(self, key, args)
37097
+
37098
+ def extractObjectFieldsTo(self, output):
37099
+ r"""
37100
+ extractObjectFieldsTo(Physics_Signals_DurationInput self, ObjectVector output)
37101
+
37102
+ Parameters
37103
+ ----------
37104
+ output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
37105
+
37106
+ """
37107
+ return _PhysicsSwig.Physics_Signals_DurationInput_extractObjectFieldsTo(self, output)
37108
+
37109
+ def extractEntriesTo(self, output):
37110
+ r"""
37111
+ extractEntriesTo(Physics_Signals_DurationInput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
37112
+
37113
+ Parameters
37114
+ ----------
37115
+ output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
37116
+
37117
+ """
37118
+ return _PhysicsSwig.Physics_Signals_DurationInput_extractEntriesTo(self, output)
37119
+
37120
+ def triggerOnInit(self, context):
37121
+ r"""
37122
+ triggerOnInit(Physics_Signals_DurationInput self, openplx::RuntimeContext const & context)
37123
+
37124
+ Parameters
37125
+ ----------
37126
+ context: openplx::RuntimeContext const &
37127
+
37128
+ """
37129
+ return _PhysicsSwig.Physics_Signals_DurationInput_triggerOnInit(self, context)
37130
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationInput
37131
+
37132
+ # Register Physics_Signals_DurationInput in _PhysicsSwig:
37133
+ _PhysicsSwig.Physics_Signals_DurationInput_swigregister(Physics_Signals_DurationInput)
37134
+
37135
+ class Physics_Signals_DurationOutput(Physics_Signals_Output):
37136
+ r"""Proxy of C++ openplx::Physics::Signals::DurationOutput class."""
37137
+
37138
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
37139
+ __repr__ = _swig_repr
37140
+
37141
+ def __init__(self):
37142
+ r"""__init__(Physics_Signals_DurationOutput self) -> Physics_Signals_DurationOutput"""
37143
+ _PhysicsSwig.Physics_Signals_DurationOutput_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationOutput())
37144
+
37145
+ def source(self):
37146
+ r"""source(Physics_Signals_DurationOutput self) -> std::shared_ptr< openplx::Physics::Signals::DurationOutputTrait >"""
37147
+ return _PhysicsSwig.Physics_Signals_DurationOutput_source(self)
37148
+
37149
+ def setDynamic(self, key, value):
37150
+ r"""
37151
+ setDynamic(Physics_Signals_DurationOutput self, std::string const & key, Any value)
37152
+
37153
+ Parameters
37154
+ ----------
37155
+ key: std::string const &
37156
+ value: openplx::Core::Any &&
37157
+
37158
+ """
37159
+ return _PhysicsSwig.Physics_Signals_DurationOutput_setDynamic(self, key, value)
37160
+
37161
+ def getDynamic(self, key):
37162
+ r"""
37163
+ getDynamic(Physics_Signals_DurationOutput self, std::string const & key) -> Any
37164
+
37165
+ Parameters
37166
+ ----------
37167
+ key: std::string const &
37168
+
37169
+ """
37170
+ return _PhysicsSwig.Physics_Signals_DurationOutput_getDynamic(self, key)
37171
+
37172
+ def callDynamic(self, key, args):
37173
+ r"""
37174
+ callDynamic(Physics_Signals_DurationOutput self, std::string const & key, AnyVector args) -> Any
37175
+
37176
+ Parameters
37177
+ ----------
37178
+ key: std::string const &
37179
+ args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
37180
+
37181
+ """
37182
+ return _PhysicsSwig.Physics_Signals_DurationOutput_callDynamic(self, key, args)
37183
+
37184
+ def extractObjectFieldsTo(self, output):
37185
+ r"""
37186
+ extractObjectFieldsTo(Physics_Signals_DurationOutput self, ObjectVector output)
37187
+
37188
+ Parameters
37189
+ ----------
37190
+ output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
37191
+
37192
+ """
37193
+ return _PhysicsSwig.Physics_Signals_DurationOutput_extractObjectFieldsTo(self, output)
37194
+
37195
+ def extractEntriesTo(self, output):
37196
+ r"""
37197
+ extractEntriesTo(Physics_Signals_DurationOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
37198
+
37199
+ Parameters
37200
+ ----------
37201
+ output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
37202
+
37203
+ """
37204
+ return _PhysicsSwig.Physics_Signals_DurationOutput_extractEntriesTo(self, output)
37205
+
37206
+ def triggerOnInit(self, context):
37207
+ r"""
37208
+ triggerOnInit(Physics_Signals_DurationOutput self, openplx::RuntimeContext const & context)
37209
+
37210
+ Parameters
37211
+ ----------
37212
+ context: openplx::RuntimeContext const &
37213
+
37214
+ """
37215
+ return _PhysicsSwig.Physics_Signals_DurationOutput_triggerOnInit(self, context)
37216
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationOutput
37217
+
37218
+ # Register Physics_Signals_DurationOutput in _PhysicsSwig:
37219
+ _PhysicsSwig.Physics_Signals_DurationOutput_swigregister(Physics_Signals_DurationOutput)
37220
+
37221
+ class Physics_Signals_DurationValue(Physics_Signals_RealValue):
37222
+ r"""Proxy of C++ openplx::Physics::Signals::DurationValue class."""
37223
+
37224
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
37225
+ __repr__ = _swig_repr
37226
+
37227
+ def __init__(self):
37228
+ r"""__init__(Physics_Signals_DurationValue self) -> Physics_Signals_DurationValue"""
37229
+ _PhysicsSwig.Physics_Signals_DurationValue_swiginit(self, _PhysicsSwig.new_Physics_Signals_DurationValue())
37230
+
37231
+ @staticmethod
37232
+ def create(value):
37233
+ r"""
37234
+ create(double value) -> std::shared_ptr< openplx::Physics::Signals::DurationValue >
37235
+
37236
+ Parameters
37237
+ ----------
37238
+ value: double
37239
+
37240
+ """
37241
+ return _PhysicsSwig.Physics_Signals_DurationValue_create(value)
37242
+
37243
+ def setDynamic(self, key, value):
37244
+ r"""
37245
+ setDynamic(Physics_Signals_DurationValue self, std::string const & key, Any value)
37246
+
37247
+ Parameters
37248
+ ----------
37249
+ key: std::string const &
37250
+ value: openplx::Core::Any &&
37251
+
37252
+ """
37253
+ return _PhysicsSwig.Physics_Signals_DurationValue_setDynamic(self, key, value)
37254
+
37255
+ def getDynamic(self, key):
37256
+ r"""
37257
+ getDynamic(Physics_Signals_DurationValue self, std::string const & key) -> Any
37258
+
37259
+ Parameters
37260
+ ----------
37261
+ key: std::string const &
37262
+
37263
+ """
37264
+ return _PhysicsSwig.Physics_Signals_DurationValue_getDynamic(self, key)
37265
+
37266
+ def callDynamic(self, key, args):
37267
+ r"""
37268
+ callDynamic(Physics_Signals_DurationValue self, std::string const & key, AnyVector args) -> Any
37269
+
37270
+ Parameters
37271
+ ----------
37272
+ key: std::string const &
37273
+ args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
37274
+
37275
+ """
37276
+ return _PhysicsSwig.Physics_Signals_DurationValue_callDynamic(self, key, args)
37277
+
37278
+ def extractObjectFieldsTo(self, output):
37279
+ r"""
37280
+ extractObjectFieldsTo(Physics_Signals_DurationValue self, ObjectVector output)
37281
+
37282
+ Parameters
37283
+ ----------
37284
+ output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
37285
+
37286
+ """
37287
+ return _PhysicsSwig.Physics_Signals_DurationValue_extractObjectFieldsTo(self, output)
37288
+
37289
+ def extractEntriesTo(self, output):
37290
+ r"""
37291
+ extractEntriesTo(Physics_Signals_DurationValue self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
37292
+
37293
+ Parameters
37294
+ ----------
37295
+ output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
37296
+
37297
+ """
37298
+ return _PhysicsSwig.Physics_Signals_DurationValue_extractEntriesTo(self, output)
37299
+
37300
+ def triggerOnInit(self, context):
37301
+ r"""
37302
+ triggerOnInit(Physics_Signals_DurationValue self, openplx::RuntimeContext const & context)
37303
+
37304
+ Parameters
37305
+ ----------
37306
+ context: openplx::RuntimeContext const &
37307
+
37308
+ """
37309
+ return _PhysicsSwig.Physics_Signals_DurationValue_triggerOnInit(self, context)
37310
+ __swig_destroy__ = _PhysicsSwig.delete_Physics_Signals_DurationValue
37311
+
37312
+ # Register Physics_Signals_DurationValue in _PhysicsSwig:
37313
+ _PhysicsSwig.Physics_Signals_DurationValue_swigregister(Physics_Signals_DurationValue)
37314
+
37315
+ def Physics_Signals_DurationValue_create(value):
37316
+ r"""
37317
+ Physics_Signals_DurationValue_create(double value) -> std::shared_ptr< openplx::Physics::Signals::DurationValue >
37318
+
37319
+ Parameters
37320
+ ----------
37321
+ value: double
37322
+
37323
+ """
37324
+ return _PhysicsSwig.Physics_Signals_DurationValue_create(value)
37325
+
36089
37326
  class Physics_Signals_EnableInteractionInput(Physics_Signals_BoolInput):
36090
37327
  r"""Proxy of C++ openplx::Physics::Signals::EnableInteractionInput class."""
36091
37328
 
@@ -37073,6 +38310,10 @@ class Physics_Signals_InputOutputType(openplx.Core.Object):
37073
38310
  r"""Integer(Physics_Signals_InputOutputType self) -> int64_t"""
37074
38311
  return _PhysicsSwig.Physics_Signals_InputOutputType_Integer(self)
37075
38312
 
38313
+ def Duration(self):
38314
+ r"""Duration(Physics_Signals_InputOutputType self) -> int64_t"""
38315
+ return _PhysicsSwig.Physics_Signals_InputOutputType_Duration(self)
38316
+
37076
38317
  def setDynamic(self, key, value):
37077
38318
  r"""
37078
38319
  setDynamic(Physics_Signals_InputOutputType self, std::string const & key, Any value)
@@ -39086,6 +40327,19 @@ class Physics_Signals_ValueOutputSignal(Physics_Signals_OutputSignal):
39086
40327
  """
39087
40328
  return _PhysicsSwig.Physics_Signals_ValueOutputSignal_from_fraction(v, source)
39088
40329
 
40330
+ @staticmethod
40331
+ def from_duration(v, source):
40332
+ r"""
40333
+ from_duration(double v, std::shared_ptr< openplx::Physics::Signals::Output > source) -> std::shared_ptr< openplx::Physics::Signals::ValueOutputSignal >
40334
+
40335
+ Parameters
40336
+ ----------
40337
+ v: double
40338
+ source: std::shared_ptr< openplx::Physics::Signals::Output >
40339
+
40340
+ """
40341
+ return _PhysicsSwig.Physics_Signals_ValueOutputSignal_from_duration(v, source)
40342
+
39089
40343
  def is_real(self):
39090
40344
  r"""is_real(Physics_Signals_ValueOutputSignal self) -> bool"""
39091
40345
  return _PhysicsSwig.Physics_Signals_ValueOutputSignal_is_real(self)
@@ -39166,6 +40420,10 @@ class Physics_Signals_ValueOutputSignal(Physics_Signals_OutputSignal):
39166
40420
  r"""as_fraction(Physics_Signals_ValueOutputSignal self) -> double"""
39167
40421
  return _PhysicsSwig.Physics_Signals_ValueOutputSignal_as_fraction(self)
39168
40422
 
40423
+ def as_duration(self):
40424
+ r"""as_duration(Physics_Signals_ValueOutputSignal self) -> double"""
40425
+ return _PhysicsSwig.Physics_Signals_ValueOutputSignal_as_duration(self)
40426
+
39169
40427
  def setDynamic(self, key, value):
39170
40428
  r"""
39171
40429
  setDynamic(Physics_Signals_ValueOutputSignal self, std::string const & key, Any value)
@@ -39454,6 +40712,18 @@ def Physics_Signals_ValueOutputSignal_from_fraction(v, source):
39454
40712
  """
39455
40713
  return _PhysicsSwig.Physics_Signals_ValueOutputSignal_from_fraction(v, source)
39456
40714
 
40715
+ def Physics_Signals_ValueOutputSignal_from_duration(v, source):
40716
+ r"""
40717
+ Physics_Signals_ValueOutputSignal_from_duration(double v, std::shared_ptr< openplx::Physics::Signals::Output > source) -> std::shared_ptr< openplx::Physics::Signals::ValueOutputSignal >
40718
+
40719
+ Parameters
40720
+ ----------
40721
+ v: double
40722
+ source: std::shared_ptr< openplx::Physics::Signals::Output >
40723
+
40724
+ """
40725
+ return _PhysicsSwig.Physics_Signals_ValueOutputSignal_from_duration(v, source)
40726
+
39457
40727
  class Physics_Signals_Vec3InputSignal(Physics_Signals_InputSignal):
39458
40728
  r"""Proxy of C++ openplx::Physics::Signals::Vec3InputSignal class."""
39459
40729