agx-openplx 0.15.5__cp39-cp39-win_amd64.whl → 0.15.7__cp39-cp39-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- {agx_openplx-0.15.5.dist-info → agx_openplx-0.15.7.dist-info}/METADATA +2 -2
- agx_openplx-0.15.7.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +808 -4
- openplx/Physics.py +9343 -6895
- openplx/Robotics.py +3 -3
- openplx/_AgxOpenPlxPyApi.cp39-win_amd64.pyd +0 -0
- openplx/_CorePythonSwig.cp39-win_amd64.pyd +0 -0
- openplx/_DriveTrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_MathSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics1DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_Physics3DSwig.cp39-win_amd64.pyd +0 -0
- openplx/_PhysicsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_RoboticsSwig.cp39-win_amd64.pyd +0 -0
- openplx/_SimulationSwig.cp39-win_amd64.pyd +0 -0
- openplx/_TerrainSwig.cp39-win_amd64.pyd +0 -0
- openplx/_UrdfSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VehiclesSwig.cp39-win_amd64.pyd +0 -0
- openplx/_VisualsSwig.cp39-win_amd64.pyd +0 -0
- openplx/__init__.py +1 -1
- agx_openplx-0.15.5.dist-info/RECORD +0 -41
- {agx_openplx-0.15.5.dist-info → agx_openplx-0.15.7.dist-info}/WHEEL +0 -0
- {agx_openplx-0.15.5.dist-info → agx_openplx-0.15.7.dist-info}/entry_points.txt +0 -0
openplx/DriveTrain.py
CHANGED
@@ -4070,6 +4070,646 @@ class DriveTrain_Shaft_Vector(object):
|
|
4070
4070
|
# Register DriveTrain_Shaft_Vector in _DriveTrainSwig:
|
4071
4071
|
_DriveTrainSwig.DriveTrain_Shaft_Vector_swigregister(DriveTrain_Shaft_Vector)
|
4072
4072
|
|
4073
|
+
class DriveTrain_Signals_TorqueConverterLockUpInput_Vector(object):
|
4074
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > class."""
|
4075
|
+
|
4076
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4077
|
+
__repr__ = _swig_repr
|
4078
|
+
|
4079
|
+
def iterator(self):
|
4080
|
+
r"""iterator(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> SwigPyIterator"""
|
4081
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_iterator(self)
|
4082
|
+
def __iter__(self):
|
4083
|
+
return self.iterator()
|
4084
|
+
|
4085
|
+
def __nonzero__(self):
|
4086
|
+
r"""__nonzero__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> bool"""
|
4087
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___nonzero__(self)
|
4088
|
+
|
4089
|
+
def __bool__(self):
|
4090
|
+
r"""__bool__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> bool"""
|
4091
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___bool__(self)
|
4092
|
+
|
4093
|
+
def __len__(self):
|
4094
|
+
r"""__len__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type"""
|
4095
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___len__(self)
|
4096
|
+
|
4097
|
+
def __getslice__(self, i, j):
|
4098
|
+
r"""
|
4099
|
+
__getslice__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type j) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4100
|
+
|
4101
|
+
Parameters
|
4102
|
+
----------
|
4103
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4104
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4105
|
+
|
4106
|
+
"""
|
4107
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___getslice__(self, i, j)
|
4108
|
+
|
4109
|
+
def __setslice__(self, *args):
|
4110
|
+
r"""
|
4111
|
+
__setslice__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type j)
|
4112
|
+
|
4113
|
+
Parameters
|
4114
|
+
----------
|
4115
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4116
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4117
|
+
|
4118
|
+
__setslice__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type j, DriveTrain_Signals_TorqueConverterLockUpInput_Vector v)
|
4119
|
+
|
4120
|
+
Parameters
|
4121
|
+
----------
|
4122
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4123
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4124
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > > const &
|
4125
|
+
|
4126
|
+
"""
|
4127
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___setslice__(self, *args)
|
4128
|
+
|
4129
|
+
def __delslice__(self, i, j):
|
4130
|
+
r"""
|
4131
|
+
__delslice__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type j)
|
4132
|
+
|
4133
|
+
Parameters
|
4134
|
+
----------
|
4135
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4136
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4137
|
+
|
4138
|
+
"""
|
4139
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___delslice__(self, i, j)
|
4140
|
+
|
4141
|
+
def __delitem__(self, *args):
|
4142
|
+
r"""
|
4143
|
+
__delitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i)
|
4144
|
+
|
4145
|
+
Parameters
|
4146
|
+
----------
|
4147
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4148
|
+
|
4149
|
+
__delitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, PySliceObject * slice)
|
4150
|
+
|
4151
|
+
Parameters
|
4152
|
+
----------
|
4153
|
+
slice: PySliceObject *
|
4154
|
+
|
4155
|
+
"""
|
4156
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___delitem__(self, *args)
|
4157
|
+
|
4158
|
+
def __getitem__(self, *args):
|
4159
|
+
r"""
|
4160
|
+
__getitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4161
|
+
|
4162
|
+
Parameters
|
4163
|
+
----------
|
4164
|
+
slice: PySliceObject *
|
4165
|
+
|
4166
|
+
__getitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4167
|
+
|
4168
|
+
Parameters
|
4169
|
+
----------
|
4170
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4171
|
+
|
4172
|
+
"""
|
4173
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___getitem__(self, *args)
|
4174
|
+
|
4175
|
+
def __setitem__(self, *args):
|
4176
|
+
r"""
|
4177
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, PySliceObject * slice, DriveTrain_Signals_TorqueConverterLockUpInput_Vector v)
|
4178
|
+
|
4179
|
+
Parameters
|
4180
|
+
----------
|
4181
|
+
slice: PySliceObject *
|
4182
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > > const &
|
4183
|
+
|
4184
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, PySliceObject * slice)
|
4185
|
+
|
4186
|
+
Parameters
|
4187
|
+
----------
|
4188
|
+
slice: PySliceObject *
|
4189
|
+
|
4190
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4191
|
+
|
4192
|
+
Parameters
|
4193
|
+
----------
|
4194
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::difference_type
|
4195
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4196
|
+
|
4197
|
+
"""
|
4198
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector___setitem__(self, *args)
|
4199
|
+
|
4200
|
+
def pop(self):
|
4201
|
+
r"""pop(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type"""
|
4202
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_pop(self)
|
4203
|
+
|
4204
|
+
def append(self, x):
|
4205
|
+
r"""
|
4206
|
+
append(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4207
|
+
|
4208
|
+
Parameters
|
4209
|
+
----------
|
4210
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4211
|
+
|
4212
|
+
"""
|
4213
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_append(self, x)
|
4214
|
+
|
4215
|
+
def empty(self):
|
4216
|
+
r"""empty(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> bool"""
|
4217
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_empty(self)
|
4218
|
+
|
4219
|
+
def size(self):
|
4220
|
+
r"""size(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type"""
|
4221
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_size(self)
|
4222
|
+
|
4223
|
+
def swap(self, v):
|
4224
|
+
r"""
|
4225
|
+
swap(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, DriveTrain_Signals_TorqueConverterLockUpInput_Vector v)
|
4226
|
+
|
4227
|
+
Parameters
|
4228
|
+
----------
|
4229
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > &
|
4230
|
+
|
4231
|
+
"""
|
4232
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_swap(self, v)
|
4233
|
+
|
4234
|
+
def begin(self):
|
4235
|
+
r"""begin(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator"""
|
4236
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_begin(self)
|
4237
|
+
|
4238
|
+
def end(self):
|
4239
|
+
r"""end(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator"""
|
4240
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_end(self)
|
4241
|
+
|
4242
|
+
def rbegin(self):
|
4243
|
+
r"""rbegin(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::reverse_iterator"""
|
4244
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_rbegin(self)
|
4245
|
+
|
4246
|
+
def rend(self):
|
4247
|
+
r"""rend(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::reverse_iterator"""
|
4248
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_rend(self)
|
4249
|
+
|
4250
|
+
def clear(self):
|
4251
|
+
r"""clear(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self)"""
|
4252
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_clear(self)
|
4253
|
+
|
4254
|
+
def get_allocator(self):
|
4255
|
+
r"""get_allocator(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::allocator_type"""
|
4256
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_get_allocator(self)
|
4257
|
+
|
4258
|
+
def pop_back(self):
|
4259
|
+
r"""pop_back(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self)"""
|
4260
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_pop_back(self)
|
4261
|
+
|
4262
|
+
def erase(self, *args):
|
4263
|
+
r"""
|
4264
|
+
erase(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4265
|
+
|
4266
|
+
Parameters
|
4267
|
+
----------
|
4268
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4269
|
+
|
4270
|
+
erase(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4271
|
+
|
4272
|
+
Parameters
|
4273
|
+
----------
|
4274
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4275
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4276
|
+
|
4277
|
+
"""
|
4278
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_erase(self, *args)
|
4279
|
+
|
4280
|
+
def __init__(self, *args):
|
4281
|
+
r"""
|
4282
|
+
__init__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4283
|
+
__init__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, DriveTrain_Signals_TorqueConverterLockUpInput_Vector other) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4284
|
+
|
4285
|
+
Parameters
|
4286
|
+
----------
|
4287
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > > const &
|
4288
|
+
|
4289
|
+
__init__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type size) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4290
|
+
|
4291
|
+
Parameters
|
4292
|
+
----------
|
4293
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4294
|
+
|
4295
|
+
__init__(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & value) -> DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4296
|
+
|
4297
|
+
Parameters
|
4298
|
+
----------
|
4299
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4300
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4301
|
+
|
4302
|
+
"""
|
4303
|
+
_DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_TorqueConverterLockUpInput_Vector(*args))
|
4304
|
+
|
4305
|
+
def push_back(self, x):
|
4306
|
+
r"""
|
4307
|
+
push_back(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4308
|
+
|
4309
|
+
Parameters
|
4310
|
+
----------
|
4311
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4312
|
+
|
4313
|
+
"""
|
4314
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_push_back(self, x)
|
4315
|
+
|
4316
|
+
def front(self):
|
4317
|
+
r"""front(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &"""
|
4318
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_front(self)
|
4319
|
+
|
4320
|
+
def back(self):
|
4321
|
+
r"""back(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &"""
|
4322
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_back(self)
|
4323
|
+
|
4324
|
+
def assign(self, n, x):
|
4325
|
+
r"""
|
4326
|
+
assign(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4327
|
+
|
4328
|
+
Parameters
|
4329
|
+
----------
|
4330
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4331
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4332
|
+
|
4333
|
+
"""
|
4334
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_assign(self, n, x)
|
4335
|
+
|
4336
|
+
def resize(self, *args):
|
4337
|
+
r"""
|
4338
|
+
resize(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type new_size)
|
4339
|
+
|
4340
|
+
Parameters
|
4341
|
+
----------
|
4342
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4343
|
+
|
4344
|
+
resize(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4345
|
+
|
4346
|
+
Parameters
|
4347
|
+
----------
|
4348
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4349
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4350
|
+
|
4351
|
+
"""
|
4352
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_resize(self, *args)
|
4353
|
+
|
4354
|
+
def insert(self, *args):
|
4355
|
+
r"""
|
4356
|
+
insert(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4357
|
+
|
4358
|
+
Parameters
|
4359
|
+
----------
|
4360
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4361
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4362
|
+
|
4363
|
+
insert(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const & x)
|
4364
|
+
|
4365
|
+
Parameters
|
4366
|
+
----------
|
4367
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::iterator
|
4368
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4369
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::value_type const &
|
4370
|
+
|
4371
|
+
"""
|
4372
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_insert(self, *args)
|
4373
|
+
|
4374
|
+
def reserve(self, n):
|
4375
|
+
r"""
|
4376
|
+
reserve(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type n)
|
4377
|
+
|
4378
|
+
Parameters
|
4379
|
+
----------
|
4380
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type
|
4381
|
+
|
4382
|
+
"""
|
4383
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_reserve(self, n)
|
4384
|
+
|
4385
|
+
def capacity(self):
|
4386
|
+
r"""capacity(DriveTrain_Signals_TorqueConverterLockUpInput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput > >::size_type"""
|
4387
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_capacity(self)
|
4388
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_TorqueConverterLockUpInput_Vector
|
4389
|
+
|
4390
|
+
# Register DriveTrain_Signals_TorqueConverterLockUpInput_Vector in _DriveTrainSwig:
|
4391
|
+
_DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockUpInput_Vector_swigregister(DriveTrain_Signals_TorqueConverterLockUpInput_Vector)
|
4392
|
+
|
4393
|
+
class DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector(object):
|
4394
|
+
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > > class."""
|
4395
|
+
|
4396
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4397
|
+
__repr__ = _swig_repr
|
4398
|
+
|
4399
|
+
def iterator(self):
|
4400
|
+
r"""iterator(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> SwigPyIterator"""
|
4401
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_iterator(self)
|
4402
|
+
def __iter__(self):
|
4403
|
+
return self.iterator()
|
4404
|
+
|
4405
|
+
def __nonzero__(self):
|
4406
|
+
r"""__nonzero__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> bool"""
|
4407
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___nonzero__(self)
|
4408
|
+
|
4409
|
+
def __bool__(self):
|
4410
|
+
r"""__bool__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> bool"""
|
4411
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___bool__(self)
|
4412
|
+
|
4413
|
+
def __len__(self):
|
4414
|
+
r"""__len__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type"""
|
4415
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___len__(self)
|
4416
|
+
|
4417
|
+
def __getslice__(self, i, j):
|
4418
|
+
r"""
|
4419
|
+
__getslice__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type j) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4420
|
+
|
4421
|
+
Parameters
|
4422
|
+
----------
|
4423
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4424
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4425
|
+
|
4426
|
+
"""
|
4427
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___getslice__(self, i, j)
|
4428
|
+
|
4429
|
+
def __setslice__(self, *args):
|
4430
|
+
r"""
|
4431
|
+
__setslice__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type j)
|
4432
|
+
|
4433
|
+
Parameters
|
4434
|
+
----------
|
4435
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4436
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4437
|
+
|
4438
|
+
__setslice__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type j, DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector v)
|
4439
|
+
|
4440
|
+
Parameters
|
4441
|
+
----------
|
4442
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4443
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4444
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > > > const &
|
4445
|
+
|
4446
|
+
"""
|
4447
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___setslice__(self, *args)
|
4448
|
+
|
4449
|
+
def __delslice__(self, i, j):
|
4450
|
+
r"""
|
4451
|
+
__delslice__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type j)
|
4452
|
+
|
4453
|
+
Parameters
|
4454
|
+
----------
|
4455
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4456
|
+
j: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4457
|
+
|
4458
|
+
"""
|
4459
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___delslice__(self, i, j)
|
4460
|
+
|
4461
|
+
def __delitem__(self, *args):
|
4462
|
+
r"""
|
4463
|
+
__delitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i)
|
4464
|
+
|
4465
|
+
Parameters
|
4466
|
+
----------
|
4467
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4468
|
+
|
4469
|
+
__delitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, PySliceObject * slice)
|
4470
|
+
|
4471
|
+
Parameters
|
4472
|
+
----------
|
4473
|
+
slice: PySliceObject *
|
4474
|
+
|
4475
|
+
"""
|
4476
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___delitem__(self, *args)
|
4477
|
+
|
4478
|
+
def __getitem__(self, *args):
|
4479
|
+
r"""
|
4480
|
+
__getitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, PySliceObject * slice) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4481
|
+
|
4482
|
+
Parameters
|
4483
|
+
----------
|
4484
|
+
slice: PySliceObject *
|
4485
|
+
|
4486
|
+
__getitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4487
|
+
|
4488
|
+
Parameters
|
4489
|
+
----------
|
4490
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4491
|
+
|
4492
|
+
"""
|
4493
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___getitem__(self, *args)
|
4494
|
+
|
4495
|
+
def __setitem__(self, *args):
|
4496
|
+
r"""
|
4497
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, PySliceObject * slice, DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector v)
|
4498
|
+
|
4499
|
+
Parameters
|
4500
|
+
----------
|
4501
|
+
slice: PySliceObject *
|
4502
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput >,std::allocator< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > > > const &
|
4503
|
+
|
4504
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, PySliceObject * slice)
|
4505
|
+
|
4506
|
+
Parameters
|
4507
|
+
----------
|
4508
|
+
slice: PySliceObject *
|
4509
|
+
|
4510
|
+
__setitem__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4511
|
+
|
4512
|
+
Parameters
|
4513
|
+
----------
|
4514
|
+
i: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::difference_type
|
4515
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4516
|
+
|
4517
|
+
"""
|
4518
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector___setitem__(self, *args)
|
4519
|
+
|
4520
|
+
def pop(self):
|
4521
|
+
r"""pop(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type"""
|
4522
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_pop(self)
|
4523
|
+
|
4524
|
+
def append(self, x):
|
4525
|
+
r"""
|
4526
|
+
append(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4527
|
+
|
4528
|
+
Parameters
|
4529
|
+
----------
|
4530
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4531
|
+
|
4532
|
+
"""
|
4533
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_append(self, x)
|
4534
|
+
|
4535
|
+
def empty(self):
|
4536
|
+
r"""empty(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> bool"""
|
4537
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_empty(self)
|
4538
|
+
|
4539
|
+
def size(self):
|
4540
|
+
r"""size(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type"""
|
4541
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_size(self)
|
4542
|
+
|
4543
|
+
def swap(self, v):
|
4544
|
+
r"""
|
4545
|
+
swap(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector v)
|
4546
|
+
|
4547
|
+
Parameters
|
4548
|
+
----------
|
4549
|
+
v: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > > &
|
4550
|
+
|
4551
|
+
"""
|
4552
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_swap(self, v)
|
4553
|
+
|
4554
|
+
def begin(self):
|
4555
|
+
r"""begin(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator"""
|
4556
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_begin(self)
|
4557
|
+
|
4558
|
+
def end(self):
|
4559
|
+
r"""end(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator"""
|
4560
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_end(self)
|
4561
|
+
|
4562
|
+
def rbegin(self):
|
4563
|
+
r"""rbegin(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::reverse_iterator"""
|
4564
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_rbegin(self)
|
4565
|
+
|
4566
|
+
def rend(self):
|
4567
|
+
r"""rend(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::reverse_iterator"""
|
4568
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_rend(self)
|
4569
|
+
|
4570
|
+
def clear(self):
|
4571
|
+
r"""clear(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self)"""
|
4572
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_clear(self)
|
4573
|
+
|
4574
|
+
def get_allocator(self):
|
4575
|
+
r"""get_allocator(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::allocator_type"""
|
4576
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_get_allocator(self)
|
4577
|
+
|
4578
|
+
def pop_back(self):
|
4579
|
+
r"""pop_back(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self)"""
|
4580
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_pop_back(self)
|
4581
|
+
|
4582
|
+
def erase(self, *args):
|
4583
|
+
r"""
|
4584
|
+
erase(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4585
|
+
|
4586
|
+
Parameters
|
4587
|
+
----------
|
4588
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4589
|
+
|
4590
|
+
erase(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator first, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4591
|
+
|
4592
|
+
Parameters
|
4593
|
+
----------
|
4594
|
+
first: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4595
|
+
last: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4596
|
+
|
4597
|
+
"""
|
4598
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_erase(self, *args)
|
4599
|
+
|
4600
|
+
def __init__(self, *args):
|
4601
|
+
r"""
|
4602
|
+
__init__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4603
|
+
__init__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector other) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4604
|
+
|
4605
|
+
Parameters
|
4606
|
+
----------
|
4607
|
+
other: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > > const &
|
4608
|
+
|
4609
|
+
__init__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type size) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4610
|
+
|
4611
|
+
Parameters
|
4612
|
+
----------
|
4613
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4614
|
+
|
4615
|
+
__init__(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & value) -> DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4616
|
+
|
4617
|
+
Parameters
|
4618
|
+
----------
|
4619
|
+
size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4620
|
+
value: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4621
|
+
|
4622
|
+
"""
|
4623
|
+
_DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_swiginit(self, _DriveTrainSwig.new_DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector(*args))
|
4624
|
+
|
4625
|
+
def push_back(self, x):
|
4626
|
+
r"""
|
4627
|
+
push_back(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4628
|
+
|
4629
|
+
Parameters
|
4630
|
+
----------
|
4631
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4632
|
+
|
4633
|
+
"""
|
4634
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_push_back(self, x)
|
4635
|
+
|
4636
|
+
def front(self):
|
4637
|
+
r"""front(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &"""
|
4638
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_front(self)
|
4639
|
+
|
4640
|
+
def back(self):
|
4641
|
+
r"""back(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &"""
|
4642
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_back(self)
|
4643
|
+
|
4644
|
+
def assign(self, n, x):
|
4645
|
+
r"""
|
4646
|
+
assign(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4647
|
+
|
4648
|
+
Parameters
|
4649
|
+
----------
|
4650
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4651
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4652
|
+
|
4653
|
+
"""
|
4654
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_assign(self, n, x)
|
4655
|
+
|
4656
|
+
def resize(self, *args):
|
4657
|
+
r"""
|
4658
|
+
resize(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type new_size)
|
4659
|
+
|
4660
|
+
Parameters
|
4661
|
+
----------
|
4662
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4663
|
+
|
4664
|
+
resize(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4665
|
+
|
4666
|
+
Parameters
|
4667
|
+
----------
|
4668
|
+
new_size: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4669
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4670
|
+
|
4671
|
+
"""
|
4672
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_resize(self, *args)
|
4673
|
+
|
4674
|
+
def insert(self, *args):
|
4675
|
+
r"""
|
4676
|
+
insert(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4677
|
+
|
4678
|
+
Parameters
|
4679
|
+
----------
|
4680
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4681
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4682
|
+
|
4683
|
+
insert(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type n, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const & x)
|
4684
|
+
|
4685
|
+
Parameters
|
4686
|
+
----------
|
4687
|
+
pos: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::iterator
|
4688
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4689
|
+
x: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::value_type const &
|
4690
|
+
|
4691
|
+
"""
|
4692
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_insert(self, *args)
|
4693
|
+
|
4694
|
+
def reserve(self, n):
|
4695
|
+
r"""
|
4696
|
+
reserve(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self, std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type n)
|
4697
|
+
|
4698
|
+
Parameters
|
4699
|
+
----------
|
4700
|
+
n: std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type
|
4701
|
+
|
4702
|
+
"""
|
4703
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_reserve(self, n)
|
4704
|
+
|
4705
|
+
def capacity(self):
|
4706
|
+
r"""capacity(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector self) -> std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput > >::size_type"""
|
4707
|
+
return _DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_capacity(self)
|
4708
|
+
__swig_destroy__ = _DriveTrainSwig.delete_DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector
|
4709
|
+
|
4710
|
+
# Register DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector in _DriveTrainSwig:
|
4711
|
+
_DriveTrainSwig.DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector_swigregister(DriveTrain_Signals_TorqueConverterLockedUpOutput_Vector)
|
4712
|
+
|
4073
4713
|
class DriveTrain_Signals_TorqueConverterPumpTorqueOutput_Vector(object):
|
4074
4714
|
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterPumpTorqueOutput > > class."""
|
4075
4715
|
|
@@ -6529,11 +7169,11 @@ class AutomaticClutch(ManualClutch):
|
|
6529
7169
|
return _DriveTrainSwig.AutomaticClutch_initially_engaged(self)
|
6530
7170
|
|
6531
7171
|
def engage_input(self):
|
6532
|
-
r"""engage_input(AutomaticClutch self) -> std::shared_ptr< openplx::Physics::Signals::
|
7172
|
+
r"""engage_input(AutomaticClutch self) -> std::shared_ptr< openplx::Physics::Signals::EngageInput >"""
|
6533
7173
|
return _DriveTrainSwig.AutomaticClutch_engage_input(self)
|
6534
7174
|
|
6535
7175
|
def engaged_output(self):
|
6536
|
-
r"""engaged_output(AutomaticClutch self) -> std::shared_ptr< openplx::Physics::Signals::
|
7176
|
+
r"""engaged_output(AutomaticClutch self) -> std::shared_ptr< openplx::Physics::Signals::EngagedOutput >"""
|
6537
7177
|
return _DriveTrainSwig.AutomaticClutch_engaged_output(self)
|
6538
7178
|
|
6539
7179
|
def setDynamic(self, key, value):
|
@@ -6847,11 +7487,11 @@ class EmpiricalTorqueConverter(openplx.Physics1D.Interactions_Mate):
|
|
6847
7487
|
return _DriveTrainSwig.EmpiricalTorqueConverter_lock_up_time(self)
|
6848
7488
|
|
6849
7489
|
def lock_up_input(self):
|
6850
|
-
r"""lock_up_input(EmpiricalTorqueConverter self) -> std::shared_ptr< openplx::
|
7490
|
+
r"""lock_up_input(EmpiricalTorqueConverter self) -> std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockUpInput >"""
|
6851
7491
|
return _DriveTrainSwig.EmpiricalTorqueConverter_lock_up_input(self)
|
6852
7492
|
|
6853
7493
|
def locked_up_output(self):
|
6854
|
-
r"""locked_up_output(EmpiricalTorqueConverter self) -> std::shared_ptr< openplx::
|
7494
|
+
r"""locked_up_output(EmpiricalTorqueConverter self) -> std::shared_ptr< openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput >"""
|
6855
7495
|
return _DriveTrainSwig.EmpiricalTorqueConverter_locked_up_output(self)
|
6856
7496
|
|
6857
7497
|
def velocity_ratio_torque_multiplier_list(self):
|
@@ -7550,6 +8190,170 @@ class Shaft(openplx.Physics1D.Bodies_RotationalBody):
|
|
7550
8190
|
# Register Shaft in _DriveTrainSwig:
|
7551
8191
|
_DriveTrainSwig.Shaft_swigregister(Shaft)
|
7552
8192
|
|
8193
|
+
class Signals_TorqueConverterLockUpInput(openplx.Physics.Signals_BoolInput):
|
8194
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::TorqueConverterLockUpInput class."""
|
8195
|
+
|
8196
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
8197
|
+
__repr__ = _swig_repr
|
8198
|
+
|
8199
|
+
def __init__(self):
|
8200
|
+
r"""__init__(Signals_TorqueConverterLockUpInput self) -> Signals_TorqueConverterLockUpInput"""
|
8201
|
+
_DriveTrainSwig.Signals_TorqueConverterLockUpInput_swiginit(self, _DriveTrainSwig.new_Signals_TorqueConverterLockUpInput())
|
8202
|
+
|
8203
|
+
def setDynamic(self, key, value):
|
8204
|
+
r"""
|
8205
|
+
setDynamic(Signals_TorqueConverterLockUpInput self, std::string const & key, Any value)
|
8206
|
+
|
8207
|
+
Parameters
|
8208
|
+
----------
|
8209
|
+
key: std::string const &
|
8210
|
+
value: openplx::Core::Any &&
|
8211
|
+
|
8212
|
+
"""
|
8213
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_setDynamic(self, key, value)
|
8214
|
+
|
8215
|
+
def getDynamic(self, key):
|
8216
|
+
r"""
|
8217
|
+
getDynamic(Signals_TorqueConverterLockUpInput self, std::string const & key) -> Any
|
8218
|
+
|
8219
|
+
Parameters
|
8220
|
+
----------
|
8221
|
+
key: std::string const &
|
8222
|
+
|
8223
|
+
"""
|
8224
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_getDynamic(self, key)
|
8225
|
+
|
8226
|
+
def callDynamic(self, key, args):
|
8227
|
+
r"""
|
8228
|
+
callDynamic(Signals_TorqueConverterLockUpInput self, std::string const & key, AnyVector args) -> Any
|
8229
|
+
|
8230
|
+
Parameters
|
8231
|
+
----------
|
8232
|
+
key: std::string const &
|
8233
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
8234
|
+
|
8235
|
+
"""
|
8236
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_callDynamic(self, key, args)
|
8237
|
+
|
8238
|
+
def extractObjectFieldsTo(self, output):
|
8239
|
+
r"""
|
8240
|
+
extractObjectFieldsTo(Signals_TorqueConverterLockUpInput self, ObjectVector output)
|
8241
|
+
|
8242
|
+
Parameters
|
8243
|
+
----------
|
8244
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
8245
|
+
|
8246
|
+
"""
|
8247
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_extractObjectFieldsTo(self, output)
|
8248
|
+
|
8249
|
+
def extractEntriesTo(self, output):
|
8250
|
+
r"""
|
8251
|
+
extractEntriesTo(Signals_TorqueConverterLockUpInput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
8252
|
+
|
8253
|
+
Parameters
|
8254
|
+
----------
|
8255
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
8256
|
+
|
8257
|
+
"""
|
8258
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_extractEntriesTo(self, output)
|
8259
|
+
|
8260
|
+
def triggerOnInit(self, context):
|
8261
|
+
r"""
|
8262
|
+
triggerOnInit(Signals_TorqueConverterLockUpInput self, openplx::RuntimeContext const & context)
|
8263
|
+
|
8264
|
+
Parameters
|
8265
|
+
----------
|
8266
|
+
context: openplx::RuntimeContext const &
|
8267
|
+
|
8268
|
+
"""
|
8269
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockUpInput_triggerOnInit(self, context)
|
8270
|
+
__swig_destroy__ = _DriveTrainSwig.delete_Signals_TorqueConverterLockUpInput
|
8271
|
+
|
8272
|
+
# Register Signals_TorqueConverterLockUpInput in _DriveTrainSwig:
|
8273
|
+
_DriveTrainSwig.Signals_TorqueConverterLockUpInput_swigregister(Signals_TorqueConverterLockUpInput)
|
8274
|
+
|
8275
|
+
class Signals_TorqueConverterLockedUpOutput(openplx.Physics.Signals_BoolOutput):
|
8276
|
+
r"""Proxy of C++ openplx::DriveTrain::Signals::TorqueConverterLockedUpOutput class."""
|
8277
|
+
|
8278
|
+
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
8279
|
+
__repr__ = _swig_repr
|
8280
|
+
|
8281
|
+
def __init__(self):
|
8282
|
+
r"""__init__(Signals_TorqueConverterLockedUpOutput self) -> Signals_TorqueConverterLockedUpOutput"""
|
8283
|
+
_DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_swiginit(self, _DriveTrainSwig.new_Signals_TorqueConverterLockedUpOutput())
|
8284
|
+
|
8285
|
+
def setDynamic(self, key, value):
|
8286
|
+
r"""
|
8287
|
+
setDynamic(Signals_TorqueConverterLockedUpOutput self, std::string const & key, Any value)
|
8288
|
+
|
8289
|
+
Parameters
|
8290
|
+
----------
|
8291
|
+
key: std::string const &
|
8292
|
+
value: openplx::Core::Any &&
|
8293
|
+
|
8294
|
+
"""
|
8295
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_setDynamic(self, key, value)
|
8296
|
+
|
8297
|
+
def getDynamic(self, key):
|
8298
|
+
r"""
|
8299
|
+
getDynamic(Signals_TorqueConverterLockedUpOutput self, std::string const & key) -> Any
|
8300
|
+
|
8301
|
+
Parameters
|
8302
|
+
----------
|
8303
|
+
key: std::string const &
|
8304
|
+
|
8305
|
+
"""
|
8306
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_getDynamic(self, key)
|
8307
|
+
|
8308
|
+
def callDynamic(self, key, args):
|
8309
|
+
r"""
|
8310
|
+
callDynamic(Signals_TorqueConverterLockedUpOutput self, std::string const & key, AnyVector args) -> Any
|
8311
|
+
|
8312
|
+
Parameters
|
8313
|
+
----------
|
8314
|
+
key: std::string const &
|
8315
|
+
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
8316
|
+
|
8317
|
+
"""
|
8318
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_callDynamic(self, key, args)
|
8319
|
+
|
8320
|
+
def extractObjectFieldsTo(self, output):
|
8321
|
+
r"""
|
8322
|
+
extractObjectFieldsTo(Signals_TorqueConverterLockedUpOutput self, ObjectVector output)
|
8323
|
+
|
8324
|
+
Parameters
|
8325
|
+
----------
|
8326
|
+
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
8327
|
+
|
8328
|
+
"""
|
8329
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_extractObjectFieldsTo(self, output)
|
8330
|
+
|
8331
|
+
def extractEntriesTo(self, output):
|
8332
|
+
r"""
|
8333
|
+
extractEntriesTo(Signals_TorqueConverterLockedUpOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
8334
|
+
|
8335
|
+
Parameters
|
8336
|
+
----------
|
8337
|
+
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
8338
|
+
|
8339
|
+
"""
|
8340
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_extractEntriesTo(self, output)
|
8341
|
+
|
8342
|
+
def triggerOnInit(self, context):
|
8343
|
+
r"""
|
8344
|
+
triggerOnInit(Signals_TorqueConverterLockedUpOutput self, openplx::RuntimeContext const & context)
|
8345
|
+
|
8346
|
+
Parameters
|
8347
|
+
----------
|
8348
|
+
context: openplx::RuntimeContext const &
|
8349
|
+
|
8350
|
+
"""
|
8351
|
+
return _DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_triggerOnInit(self, context)
|
8352
|
+
__swig_destroy__ = _DriveTrainSwig.delete_Signals_TorqueConverterLockedUpOutput
|
8353
|
+
|
8354
|
+
# Register Signals_TorqueConverterLockedUpOutput in _DriveTrainSwig:
|
8355
|
+
_DriveTrainSwig.Signals_TorqueConverterLockedUpOutput_swigregister(Signals_TorqueConverterLockedUpOutput)
|
8356
|
+
|
7553
8357
|
class Signals_TorqueConverterPumpTorqueOutput(openplx.Physics.Signals_Output):
|
7554
8358
|
r"""Proxy of C++ openplx::DriveTrain::Signals::TorqueConverterPumpTorqueOutput class."""
|
7555
8359
|
|