agx-openplx 0.15.1__cp39-cp39-macosx_12_0_arm64.whl → 0.15.2__cp39-cp39-macosx_12_0_arm64.whl
Sign up to get free protection for your applications and to get access to all the features.
- {agx_openplx-0.15.1.dist-info → agx_openplx-0.15.2.dist-info}/METADATA +7 -6
- agx_openplx-0.15.2.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +0 -406
- openplx/Physics.py +3634 -2416
- openplx/Physics1D.py +23 -1221
- openplx/Physics3D.py +4444 -7186
- openplx/Robotics.py +153 -993
- openplx/_AgxOpenPlxPyApi.cpython-39-darwin.so +0 -0
- openplx/_CorePythonSwig.cpython-39-darwin.so +0 -0
- openplx/_DriveTrainSwig.cpython-39-darwin.so +0 -0
- openplx/_Physics1DSwig.cpython-39-darwin.so +0 -0
- openplx/_Physics3DSwig.cpython-39-darwin.so +0 -0
- openplx/_PhysicsSwig.cpython-39-darwin.so +0 -0
- openplx/_RoboticsSwig.cpython-39-darwin.so +0 -0
- openplx/_SimulationSwig.cpython-39-darwin.so +0 -0
- openplx/_TerrainSwig.cpython-39-darwin.so +0 -0
- openplx/_UrdfSwig.cpython-39-darwin.so +0 -0
- openplx/_VehiclesSwig.cpython-39-darwin.so +0 -0
- openplx/__init__.py +20 -16
- openplx/api.py +102 -86
- openplx/migrate.py +70 -36
- openplx/migrations.py +176 -10
- openplx/openplx_application.py +9 -6
- openplx/openplx_validate.py +3 -3
- agx_openplx-0.15.1.dist-info/RECORD +0 -41
- {agx_openplx-0.15.1.dist-info → agx_openplx-0.15.2.dist-info}/WHEEL +0 -0
- {agx_openplx-0.15.1.dist-info → agx_openplx-0.15.2.dist-info}/entry_points.txt +0 -0
openplx/Physics1D.py
CHANGED
@@ -4388,966 +4388,6 @@ class Physics1D_Interactions_VelocityMotor_Vector(object):
|
|
4388
4388
|
# Register Physics1D_Interactions_VelocityMotor_Vector in _Physics1DSwig:
|
4389
4389
|
_Physics1DSwig.Physics1D_Interactions_VelocityMotor_Vector_swigregister(Physics1D_Interactions_VelocityMotor_Vector)
|
4390
4390
|
|
4391
|
-
class Physics1D_Signals_RotationalBodyAngleOutput_Vector(object):
|
4392
|
-
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > > class."""
|
4393
|
-
|
4394
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4395
|
-
__repr__ = _swig_repr
|
4396
|
-
|
4397
|
-
def iterator(self):
|
4398
|
-
r"""iterator(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> SwigPyIterator"""
|
4399
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_iterator(self)
|
4400
|
-
def __iter__(self):
|
4401
|
-
return self.iterator()
|
4402
|
-
|
4403
|
-
def __nonzero__(self):
|
4404
|
-
r"""__nonzero__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> bool"""
|
4405
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___nonzero__(self)
|
4406
|
-
|
4407
|
-
def __bool__(self):
|
4408
|
-
r"""__bool__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> bool"""
|
4409
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___bool__(self)
|
4410
|
-
|
4411
|
-
def __len__(self):
|
4412
|
-
r"""__len__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type"""
|
4413
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___len__(self)
|
4414
|
-
|
4415
|
-
def __getslice__(self, i, j):
|
4416
|
-
r"""
|
4417
|
-
__getslice__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type j) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4418
|
-
|
4419
|
-
Parameters
|
4420
|
-
----------
|
4421
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4422
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4423
|
-
|
4424
|
-
"""
|
4425
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___getslice__(self, i, j)
|
4426
|
-
|
4427
|
-
def __setslice__(self, *args):
|
4428
|
-
r"""
|
4429
|
-
__setslice__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type j)
|
4430
|
-
|
4431
|
-
Parameters
|
4432
|
-
----------
|
4433
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4434
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4435
|
-
|
4436
|
-
__setslice__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type j, Physics1D_Signals_RotationalBodyAngleOutput_Vector v)
|
4437
|
-
|
4438
|
-
Parameters
|
4439
|
-
----------
|
4440
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4441
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4442
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > > > const &
|
4443
|
-
|
4444
|
-
"""
|
4445
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___setslice__(self, *args)
|
4446
|
-
|
4447
|
-
def __delslice__(self, i, j):
|
4448
|
-
r"""
|
4449
|
-
__delslice__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type j)
|
4450
|
-
|
4451
|
-
Parameters
|
4452
|
-
----------
|
4453
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4454
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4455
|
-
|
4456
|
-
"""
|
4457
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___delslice__(self, i, j)
|
4458
|
-
|
4459
|
-
def __delitem__(self, *args):
|
4460
|
-
r"""
|
4461
|
-
__delitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i)
|
4462
|
-
|
4463
|
-
Parameters
|
4464
|
-
----------
|
4465
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4466
|
-
|
4467
|
-
__delitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, PySliceObject * slice)
|
4468
|
-
|
4469
|
-
Parameters
|
4470
|
-
----------
|
4471
|
-
slice: PySliceObject *
|
4472
|
-
|
4473
|
-
"""
|
4474
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___delitem__(self, *args)
|
4475
|
-
|
4476
|
-
def __getitem__(self, *args):
|
4477
|
-
r"""
|
4478
|
-
__getitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, PySliceObject * slice) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4479
|
-
|
4480
|
-
Parameters
|
4481
|
-
----------
|
4482
|
-
slice: PySliceObject *
|
4483
|
-
|
4484
|
-
__getitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4485
|
-
|
4486
|
-
Parameters
|
4487
|
-
----------
|
4488
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4489
|
-
|
4490
|
-
"""
|
4491
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___getitem__(self, *args)
|
4492
|
-
|
4493
|
-
def __setitem__(self, *args):
|
4494
|
-
r"""
|
4495
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, PySliceObject * slice, Physics1D_Signals_RotationalBodyAngleOutput_Vector v)
|
4496
|
-
|
4497
|
-
Parameters
|
4498
|
-
----------
|
4499
|
-
slice: PySliceObject *
|
4500
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > > > const &
|
4501
|
-
|
4502
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, PySliceObject * slice)
|
4503
|
-
|
4504
|
-
Parameters
|
4505
|
-
----------
|
4506
|
-
slice: PySliceObject *
|
4507
|
-
|
4508
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4509
|
-
|
4510
|
-
Parameters
|
4511
|
-
----------
|
4512
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::difference_type
|
4513
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4514
|
-
|
4515
|
-
"""
|
4516
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector___setitem__(self, *args)
|
4517
|
-
|
4518
|
-
def pop(self):
|
4519
|
-
r"""pop(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type"""
|
4520
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_pop(self)
|
4521
|
-
|
4522
|
-
def append(self, x):
|
4523
|
-
r"""
|
4524
|
-
append(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4525
|
-
|
4526
|
-
Parameters
|
4527
|
-
----------
|
4528
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4529
|
-
|
4530
|
-
"""
|
4531
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_append(self, x)
|
4532
|
-
|
4533
|
-
def empty(self):
|
4534
|
-
r"""empty(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> bool"""
|
4535
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_empty(self)
|
4536
|
-
|
4537
|
-
def size(self):
|
4538
|
-
r"""size(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type"""
|
4539
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_size(self)
|
4540
|
-
|
4541
|
-
def swap(self, v):
|
4542
|
-
r"""
|
4543
|
-
swap(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, Physics1D_Signals_RotationalBodyAngleOutput_Vector v)
|
4544
|
-
|
4545
|
-
Parameters
|
4546
|
-
----------
|
4547
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > > &
|
4548
|
-
|
4549
|
-
"""
|
4550
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_swap(self, v)
|
4551
|
-
|
4552
|
-
def begin(self):
|
4553
|
-
r"""begin(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator"""
|
4554
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_begin(self)
|
4555
|
-
|
4556
|
-
def end(self):
|
4557
|
-
r"""end(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator"""
|
4558
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_end(self)
|
4559
|
-
|
4560
|
-
def rbegin(self):
|
4561
|
-
r"""rbegin(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::reverse_iterator"""
|
4562
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_rbegin(self)
|
4563
|
-
|
4564
|
-
def rend(self):
|
4565
|
-
r"""rend(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::reverse_iterator"""
|
4566
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_rend(self)
|
4567
|
-
|
4568
|
-
def clear(self):
|
4569
|
-
r"""clear(Physics1D_Signals_RotationalBodyAngleOutput_Vector self)"""
|
4570
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_clear(self)
|
4571
|
-
|
4572
|
-
def get_allocator(self):
|
4573
|
-
r"""get_allocator(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::allocator_type"""
|
4574
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_get_allocator(self)
|
4575
|
-
|
4576
|
-
def pop_back(self):
|
4577
|
-
r"""pop_back(Physics1D_Signals_RotationalBodyAngleOutput_Vector self)"""
|
4578
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_pop_back(self)
|
4579
|
-
|
4580
|
-
def erase(self, *args):
|
4581
|
-
r"""
|
4582
|
-
erase(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4583
|
-
|
4584
|
-
Parameters
|
4585
|
-
----------
|
4586
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4587
|
-
|
4588
|
-
erase(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator first, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4589
|
-
|
4590
|
-
Parameters
|
4591
|
-
----------
|
4592
|
-
first: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4593
|
-
last: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4594
|
-
|
4595
|
-
"""
|
4596
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_erase(self, *args)
|
4597
|
-
|
4598
|
-
def __init__(self, *args):
|
4599
|
-
r"""
|
4600
|
-
__init__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4601
|
-
__init__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, Physics1D_Signals_RotationalBodyAngleOutput_Vector other) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4602
|
-
|
4603
|
-
Parameters
|
4604
|
-
----------
|
4605
|
-
other: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > > const &
|
4606
|
-
|
4607
|
-
__init__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type size) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4608
|
-
|
4609
|
-
Parameters
|
4610
|
-
----------
|
4611
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4612
|
-
|
4613
|
-
__init__(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & value) -> Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4614
|
-
|
4615
|
-
Parameters
|
4616
|
-
----------
|
4617
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4618
|
-
value: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4619
|
-
|
4620
|
-
"""
|
4621
|
-
_Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_swiginit(self, _Physics1DSwig.new_Physics1D_Signals_RotationalBodyAngleOutput_Vector(*args))
|
4622
|
-
|
4623
|
-
def push_back(self, x):
|
4624
|
-
r"""
|
4625
|
-
push_back(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4626
|
-
|
4627
|
-
Parameters
|
4628
|
-
----------
|
4629
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4630
|
-
|
4631
|
-
"""
|
4632
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_push_back(self, x)
|
4633
|
-
|
4634
|
-
def front(self):
|
4635
|
-
r"""front(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &"""
|
4636
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_front(self)
|
4637
|
-
|
4638
|
-
def back(self):
|
4639
|
-
r"""back(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &"""
|
4640
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_back(self)
|
4641
|
-
|
4642
|
-
def assign(self, n, x):
|
4643
|
-
r"""
|
4644
|
-
assign(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4645
|
-
|
4646
|
-
Parameters
|
4647
|
-
----------
|
4648
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4649
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4650
|
-
|
4651
|
-
"""
|
4652
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_assign(self, n, x)
|
4653
|
-
|
4654
|
-
def resize(self, *args):
|
4655
|
-
r"""
|
4656
|
-
resize(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type new_size)
|
4657
|
-
|
4658
|
-
Parameters
|
4659
|
-
----------
|
4660
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4661
|
-
|
4662
|
-
resize(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4663
|
-
|
4664
|
-
Parameters
|
4665
|
-
----------
|
4666
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4667
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4668
|
-
|
4669
|
-
"""
|
4670
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_resize(self, *args)
|
4671
|
-
|
4672
|
-
def insert(self, *args):
|
4673
|
-
r"""
|
4674
|
-
insert(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4675
|
-
|
4676
|
-
Parameters
|
4677
|
-
----------
|
4678
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4679
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4680
|
-
|
4681
|
-
insert(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const & x)
|
4682
|
-
|
4683
|
-
Parameters
|
4684
|
-
----------
|
4685
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::iterator
|
4686
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4687
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::value_type const &
|
4688
|
-
|
4689
|
-
"""
|
4690
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_insert(self, *args)
|
4691
|
-
|
4692
|
-
def reserve(self, n):
|
4693
|
-
r"""
|
4694
|
-
reserve(Physics1D_Signals_RotationalBodyAngleOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type n)
|
4695
|
-
|
4696
|
-
Parameters
|
4697
|
-
----------
|
4698
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type
|
4699
|
-
|
4700
|
-
"""
|
4701
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_reserve(self, n)
|
4702
|
-
|
4703
|
-
def capacity(self):
|
4704
|
-
r"""capacity(Physics1D_Signals_RotationalBodyAngleOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngleOutput > >::size_type"""
|
4705
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_capacity(self)
|
4706
|
-
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Signals_RotationalBodyAngleOutput_Vector
|
4707
|
-
|
4708
|
-
# Register Physics1D_Signals_RotationalBodyAngleOutput_Vector in _Physics1DSwig:
|
4709
|
-
_Physics1DSwig.Physics1D_Signals_RotationalBodyAngleOutput_Vector_swigregister(Physics1D_Signals_RotationalBodyAngleOutput_Vector)
|
4710
|
-
|
4711
|
-
class Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector(object):
|
4712
|
-
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > > class."""
|
4713
|
-
|
4714
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4715
|
-
__repr__ = _swig_repr
|
4716
|
-
|
4717
|
-
def iterator(self):
|
4718
|
-
r"""iterator(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> SwigPyIterator"""
|
4719
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_iterator(self)
|
4720
|
-
def __iter__(self):
|
4721
|
-
return self.iterator()
|
4722
|
-
|
4723
|
-
def __nonzero__(self):
|
4724
|
-
r"""__nonzero__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> bool"""
|
4725
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___nonzero__(self)
|
4726
|
-
|
4727
|
-
def __bool__(self):
|
4728
|
-
r"""__bool__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> bool"""
|
4729
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___bool__(self)
|
4730
|
-
|
4731
|
-
def __len__(self):
|
4732
|
-
r"""__len__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type"""
|
4733
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___len__(self)
|
4734
|
-
|
4735
|
-
def __getslice__(self, i, j):
|
4736
|
-
r"""
|
4737
|
-
__getslice__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type j) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4738
|
-
|
4739
|
-
Parameters
|
4740
|
-
----------
|
4741
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4742
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4743
|
-
|
4744
|
-
"""
|
4745
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___getslice__(self, i, j)
|
4746
|
-
|
4747
|
-
def __setslice__(self, *args):
|
4748
|
-
r"""
|
4749
|
-
__setslice__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type j)
|
4750
|
-
|
4751
|
-
Parameters
|
4752
|
-
----------
|
4753
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4754
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4755
|
-
|
4756
|
-
__setslice__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type j, Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector v)
|
4757
|
-
|
4758
|
-
Parameters
|
4759
|
-
----------
|
4760
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4761
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4762
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > > > const &
|
4763
|
-
|
4764
|
-
"""
|
4765
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___setslice__(self, *args)
|
4766
|
-
|
4767
|
-
def __delslice__(self, i, j):
|
4768
|
-
r"""
|
4769
|
-
__delslice__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type j)
|
4770
|
-
|
4771
|
-
Parameters
|
4772
|
-
----------
|
4773
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4774
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4775
|
-
|
4776
|
-
"""
|
4777
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___delslice__(self, i, j)
|
4778
|
-
|
4779
|
-
def __delitem__(self, *args):
|
4780
|
-
r"""
|
4781
|
-
__delitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i)
|
4782
|
-
|
4783
|
-
Parameters
|
4784
|
-
----------
|
4785
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4786
|
-
|
4787
|
-
__delitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, PySliceObject * slice)
|
4788
|
-
|
4789
|
-
Parameters
|
4790
|
-
----------
|
4791
|
-
slice: PySliceObject *
|
4792
|
-
|
4793
|
-
"""
|
4794
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___delitem__(self, *args)
|
4795
|
-
|
4796
|
-
def __getitem__(self, *args):
|
4797
|
-
r"""
|
4798
|
-
__getitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, PySliceObject * slice) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4799
|
-
|
4800
|
-
Parameters
|
4801
|
-
----------
|
4802
|
-
slice: PySliceObject *
|
4803
|
-
|
4804
|
-
__getitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4805
|
-
|
4806
|
-
Parameters
|
4807
|
-
----------
|
4808
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4809
|
-
|
4810
|
-
"""
|
4811
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___getitem__(self, *args)
|
4812
|
-
|
4813
|
-
def __setitem__(self, *args):
|
4814
|
-
r"""
|
4815
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, PySliceObject * slice, Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector v)
|
4816
|
-
|
4817
|
-
Parameters
|
4818
|
-
----------
|
4819
|
-
slice: PySliceObject *
|
4820
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > > > const &
|
4821
|
-
|
4822
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, PySliceObject * slice)
|
4823
|
-
|
4824
|
-
Parameters
|
4825
|
-
----------
|
4826
|
-
slice: PySliceObject *
|
4827
|
-
|
4828
|
-
__setitem__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
4829
|
-
|
4830
|
-
Parameters
|
4831
|
-
----------
|
4832
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::difference_type
|
4833
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4834
|
-
|
4835
|
-
"""
|
4836
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector___setitem__(self, *args)
|
4837
|
-
|
4838
|
-
def pop(self):
|
4839
|
-
r"""pop(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type"""
|
4840
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_pop(self)
|
4841
|
-
|
4842
|
-
def append(self, x):
|
4843
|
-
r"""
|
4844
|
-
append(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
4845
|
-
|
4846
|
-
Parameters
|
4847
|
-
----------
|
4848
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4849
|
-
|
4850
|
-
"""
|
4851
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_append(self, x)
|
4852
|
-
|
4853
|
-
def empty(self):
|
4854
|
-
r"""empty(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> bool"""
|
4855
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_empty(self)
|
4856
|
-
|
4857
|
-
def size(self):
|
4858
|
-
r"""size(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type"""
|
4859
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_size(self)
|
4860
|
-
|
4861
|
-
def swap(self, v):
|
4862
|
-
r"""
|
4863
|
-
swap(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector v)
|
4864
|
-
|
4865
|
-
Parameters
|
4866
|
-
----------
|
4867
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > > &
|
4868
|
-
|
4869
|
-
"""
|
4870
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_swap(self, v)
|
4871
|
-
|
4872
|
-
def begin(self):
|
4873
|
-
r"""begin(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator"""
|
4874
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_begin(self)
|
4875
|
-
|
4876
|
-
def end(self):
|
4877
|
-
r"""end(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator"""
|
4878
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_end(self)
|
4879
|
-
|
4880
|
-
def rbegin(self):
|
4881
|
-
r"""rbegin(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::reverse_iterator"""
|
4882
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_rbegin(self)
|
4883
|
-
|
4884
|
-
def rend(self):
|
4885
|
-
r"""rend(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::reverse_iterator"""
|
4886
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_rend(self)
|
4887
|
-
|
4888
|
-
def clear(self):
|
4889
|
-
r"""clear(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self)"""
|
4890
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_clear(self)
|
4891
|
-
|
4892
|
-
def get_allocator(self):
|
4893
|
-
r"""get_allocator(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::allocator_type"""
|
4894
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_get_allocator(self)
|
4895
|
-
|
4896
|
-
def pop_back(self):
|
4897
|
-
r"""pop_back(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self)"""
|
4898
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_pop_back(self)
|
4899
|
-
|
4900
|
-
def erase(self, *args):
|
4901
|
-
r"""
|
4902
|
-
erase(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4903
|
-
|
4904
|
-
Parameters
|
4905
|
-
----------
|
4906
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4907
|
-
|
4908
|
-
erase(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator first, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4909
|
-
|
4910
|
-
Parameters
|
4911
|
-
----------
|
4912
|
-
first: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4913
|
-
last: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4914
|
-
|
4915
|
-
"""
|
4916
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_erase(self, *args)
|
4917
|
-
|
4918
|
-
def __init__(self, *args):
|
4919
|
-
r"""
|
4920
|
-
__init__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4921
|
-
__init__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector other) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4922
|
-
|
4923
|
-
Parameters
|
4924
|
-
----------
|
4925
|
-
other: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > > const &
|
4926
|
-
|
4927
|
-
__init__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type size) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4928
|
-
|
4929
|
-
Parameters
|
4930
|
-
----------
|
4931
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
4932
|
-
|
4933
|
-
__init__(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & value) -> Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
4934
|
-
|
4935
|
-
Parameters
|
4936
|
-
----------
|
4937
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
4938
|
-
value: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4939
|
-
|
4940
|
-
"""
|
4941
|
-
_Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_swiginit(self, _Physics1DSwig.new_Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector(*args))
|
4942
|
-
|
4943
|
-
def push_back(self, x):
|
4944
|
-
r"""
|
4945
|
-
push_back(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
4946
|
-
|
4947
|
-
Parameters
|
4948
|
-
----------
|
4949
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4950
|
-
|
4951
|
-
"""
|
4952
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_push_back(self, x)
|
4953
|
-
|
4954
|
-
def front(self):
|
4955
|
-
r"""front(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &"""
|
4956
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_front(self)
|
4957
|
-
|
4958
|
-
def back(self):
|
4959
|
-
r"""back(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &"""
|
4960
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_back(self)
|
4961
|
-
|
4962
|
-
def assign(self, n, x):
|
4963
|
-
r"""
|
4964
|
-
assign(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
4965
|
-
|
4966
|
-
Parameters
|
4967
|
-
----------
|
4968
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
4969
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4970
|
-
|
4971
|
-
"""
|
4972
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_assign(self, n, x)
|
4973
|
-
|
4974
|
-
def resize(self, *args):
|
4975
|
-
r"""
|
4976
|
-
resize(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type new_size)
|
4977
|
-
|
4978
|
-
Parameters
|
4979
|
-
----------
|
4980
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
4981
|
-
|
4982
|
-
resize(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
4983
|
-
|
4984
|
-
Parameters
|
4985
|
-
----------
|
4986
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
4987
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
4988
|
-
|
4989
|
-
"""
|
4990
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_resize(self, *args)
|
4991
|
-
|
4992
|
-
def insert(self, *args):
|
4993
|
-
r"""
|
4994
|
-
insert(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4995
|
-
|
4996
|
-
Parameters
|
4997
|
-
----------
|
4998
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
4999
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
5000
|
-
|
5001
|
-
insert(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const & x)
|
5002
|
-
|
5003
|
-
Parameters
|
5004
|
-
----------
|
5005
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::iterator
|
5006
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
5007
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::value_type const &
|
5008
|
-
|
5009
|
-
"""
|
5010
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_insert(self, *args)
|
5011
|
-
|
5012
|
-
def reserve(self, n):
|
5013
|
-
r"""
|
5014
|
-
reserve(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type n)
|
5015
|
-
|
5016
|
-
Parameters
|
5017
|
-
----------
|
5018
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type
|
5019
|
-
|
5020
|
-
"""
|
5021
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_reserve(self, n)
|
5022
|
-
|
5023
|
-
def capacity(self):
|
5024
|
-
r"""capacity(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput > >::size_type"""
|
5025
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_capacity(self)
|
5026
|
-
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector
|
5027
|
-
|
5028
|
-
# Register Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector in _Physics1DSwig:
|
5029
|
-
_Physics1DSwig.Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector_swigregister(Physics1D_Signals_RotationalBodyAngularVelocityOutput_Vector)
|
5030
|
-
|
5031
|
-
class Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector(object):
|
5032
|
-
r"""Proxy of C++ std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > > class."""
|
5033
|
-
|
5034
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5035
|
-
__repr__ = _swig_repr
|
5036
|
-
|
5037
|
-
def iterator(self):
|
5038
|
-
r"""iterator(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> SwigPyIterator"""
|
5039
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_iterator(self)
|
5040
|
-
def __iter__(self):
|
5041
|
-
return self.iterator()
|
5042
|
-
|
5043
|
-
def __nonzero__(self):
|
5044
|
-
r"""__nonzero__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> bool"""
|
5045
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___nonzero__(self)
|
5046
|
-
|
5047
|
-
def __bool__(self):
|
5048
|
-
r"""__bool__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> bool"""
|
5049
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___bool__(self)
|
5050
|
-
|
5051
|
-
def __len__(self):
|
5052
|
-
r"""__len__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type"""
|
5053
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___len__(self)
|
5054
|
-
|
5055
|
-
def __getslice__(self, i, j):
|
5056
|
-
r"""
|
5057
|
-
__getslice__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type j) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5058
|
-
|
5059
|
-
Parameters
|
5060
|
-
----------
|
5061
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5062
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5063
|
-
|
5064
|
-
"""
|
5065
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___getslice__(self, i, j)
|
5066
|
-
|
5067
|
-
def __setslice__(self, *args):
|
5068
|
-
r"""
|
5069
|
-
__setslice__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type j)
|
5070
|
-
|
5071
|
-
Parameters
|
5072
|
-
----------
|
5073
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5074
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5075
|
-
|
5076
|
-
__setslice__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type j, Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector v)
|
5077
|
-
|
5078
|
-
Parameters
|
5079
|
-
----------
|
5080
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5081
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5082
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > > > const &
|
5083
|
-
|
5084
|
-
"""
|
5085
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___setslice__(self, *args)
|
5086
|
-
|
5087
|
-
def __delslice__(self, i, j):
|
5088
|
-
r"""
|
5089
|
-
__delslice__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type j)
|
5090
|
-
|
5091
|
-
Parameters
|
5092
|
-
----------
|
5093
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5094
|
-
j: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5095
|
-
|
5096
|
-
"""
|
5097
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___delslice__(self, i, j)
|
5098
|
-
|
5099
|
-
def __delitem__(self, *args):
|
5100
|
-
r"""
|
5101
|
-
__delitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i)
|
5102
|
-
|
5103
|
-
Parameters
|
5104
|
-
----------
|
5105
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5106
|
-
|
5107
|
-
__delitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, PySliceObject * slice)
|
5108
|
-
|
5109
|
-
Parameters
|
5110
|
-
----------
|
5111
|
-
slice: PySliceObject *
|
5112
|
-
|
5113
|
-
"""
|
5114
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___delitem__(self, *args)
|
5115
|
-
|
5116
|
-
def __getitem__(self, *args):
|
5117
|
-
r"""
|
5118
|
-
__getitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, PySliceObject * slice) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5119
|
-
|
5120
|
-
Parameters
|
5121
|
-
----------
|
5122
|
-
slice: PySliceObject *
|
5123
|
-
|
5124
|
-
__getitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5125
|
-
|
5126
|
-
Parameters
|
5127
|
-
----------
|
5128
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5129
|
-
|
5130
|
-
"""
|
5131
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___getitem__(self, *args)
|
5132
|
-
|
5133
|
-
def __setitem__(self, *args):
|
5134
|
-
r"""
|
5135
|
-
__setitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, PySliceObject * slice, Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector v)
|
5136
|
-
|
5137
|
-
Parameters
|
5138
|
-
----------
|
5139
|
-
slice: PySliceObject *
|
5140
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput >,std::allocator< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > > > const &
|
5141
|
-
|
5142
|
-
__setitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, PySliceObject * slice)
|
5143
|
-
|
5144
|
-
Parameters
|
5145
|
-
----------
|
5146
|
-
slice: PySliceObject *
|
5147
|
-
|
5148
|
-
__setitem__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type i, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5149
|
-
|
5150
|
-
Parameters
|
5151
|
-
----------
|
5152
|
-
i: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::difference_type
|
5153
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5154
|
-
|
5155
|
-
"""
|
5156
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector___setitem__(self, *args)
|
5157
|
-
|
5158
|
-
def pop(self):
|
5159
|
-
r"""pop(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type"""
|
5160
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_pop(self)
|
5161
|
-
|
5162
|
-
def append(self, x):
|
5163
|
-
r"""
|
5164
|
-
append(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5165
|
-
|
5166
|
-
Parameters
|
5167
|
-
----------
|
5168
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5169
|
-
|
5170
|
-
"""
|
5171
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_append(self, x)
|
5172
|
-
|
5173
|
-
def empty(self):
|
5174
|
-
r"""empty(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> bool"""
|
5175
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_empty(self)
|
5176
|
-
|
5177
|
-
def size(self):
|
5178
|
-
r"""size(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type"""
|
5179
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_size(self)
|
5180
|
-
|
5181
|
-
def swap(self, v):
|
5182
|
-
r"""
|
5183
|
-
swap(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector v)
|
5184
|
-
|
5185
|
-
Parameters
|
5186
|
-
----------
|
5187
|
-
v: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > > &
|
5188
|
-
|
5189
|
-
"""
|
5190
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_swap(self, v)
|
5191
|
-
|
5192
|
-
def begin(self):
|
5193
|
-
r"""begin(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator"""
|
5194
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_begin(self)
|
5195
|
-
|
5196
|
-
def end(self):
|
5197
|
-
r"""end(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator"""
|
5198
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_end(self)
|
5199
|
-
|
5200
|
-
def rbegin(self):
|
5201
|
-
r"""rbegin(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::reverse_iterator"""
|
5202
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_rbegin(self)
|
5203
|
-
|
5204
|
-
def rend(self):
|
5205
|
-
r"""rend(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::reverse_iterator"""
|
5206
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_rend(self)
|
5207
|
-
|
5208
|
-
def clear(self):
|
5209
|
-
r"""clear(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self)"""
|
5210
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_clear(self)
|
5211
|
-
|
5212
|
-
def get_allocator(self):
|
5213
|
-
r"""get_allocator(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::allocator_type"""
|
5214
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_get_allocator(self)
|
5215
|
-
|
5216
|
-
def pop_back(self):
|
5217
|
-
r"""pop_back(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self)"""
|
5218
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_pop_back(self)
|
5219
|
-
|
5220
|
-
def erase(self, *args):
|
5221
|
-
r"""
|
5222
|
-
erase(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator pos) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5223
|
-
|
5224
|
-
Parameters
|
5225
|
-
----------
|
5226
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5227
|
-
|
5228
|
-
erase(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator first, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator last) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5229
|
-
|
5230
|
-
Parameters
|
5231
|
-
----------
|
5232
|
-
first: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5233
|
-
last: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5234
|
-
|
5235
|
-
"""
|
5236
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_erase(self, *args)
|
5237
|
-
|
5238
|
-
def __init__(self, *args):
|
5239
|
-
r"""
|
5240
|
-
__init__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5241
|
-
__init__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector other) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5242
|
-
|
5243
|
-
Parameters
|
5244
|
-
----------
|
5245
|
-
other: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > > const &
|
5246
|
-
|
5247
|
-
__init__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type size) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5248
|
-
|
5249
|
-
Parameters
|
5250
|
-
----------
|
5251
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5252
|
-
|
5253
|
-
__init__(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & value) -> Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5254
|
-
|
5255
|
-
Parameters
|
5256
|
-
----------
|
5257
|
-
size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5258
|
-
value: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5259
|
-
|
5260
|
-
"""
|
5261
|
-
_Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_swiginit(self, _Physics1DSwig.new_Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector(*args))
|
5262
|
-
|
5263
|
-
def push_back(self, x):
|
5264
|
-
r"""
|
5265
|
-
push_back(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5266
|
-
|
5267
|
-
Parameters
|
5268
|
-
----------
|
5269
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5270
|
-
|
5271
|
-
"""
|
5272
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_push_back(self, x)
|
5273
|
-
|
5274
|
-
def front(self):
|
5275
|
-
r"""front(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &"""
|
5276
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_front(self)
|
5277
|
-
|
5278
|
-
def back(self):
|
5279
|
-
r"""back(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &"""
|
5280
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_back(self)
|
5281
|
-
|
5282
|
-
def assign(self, n, x):
|
5283
|
-
r"""
|
5284
|
-
assign(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5285
|
-
|
5286
|
-
Parameters
|
5287
|
-
----------
|
5288
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5289
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5290
|
-
|
5291
|
-
"""
|
5292
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_assign(self, n, x)
|
5293
|
-
|
5294
|
-
def resize(self, *args):
|
5295
|
-
r"""
|
5296
|
-
resize(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type new_size)
|
5297
|
-
|
5298
|
-
Parameters
|
5299
|
-
----------
|
5300
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5301
|
-
|
5302
|
-
resize(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type new_size, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5303
|
-
|
5304
|
-
Parameters
|
5305
|
-
----------
|
5306
|
-
new_size: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5307
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5308
|
-
|
5309
|
-
"""
|
5310
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_resize(self, *args)
|
5311
|
-
|
5312
|
-
def insert(self, *args):
|
5313
|
-
r"""
|
5314
|
-
insert(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5315
|
-
|
5316
|
-
Parameters
|
5317
|
-
----------
|
5318
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5319
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5320
|
-
|
5321
|
-
insert(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator pos, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type n, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const & x)
|
5322
|
-
|
5323
|
-
Parameters
|
5324
|
-
----------
|
5325
|
-
pos: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::iterator
|
5326
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5327
|
-
x: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::value_type const &
|
5328
|
-
|
5329
|
-
"""
|
5330
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_insert(self, *args)
|
5331
|
-
|
5332
|
-
def reserve(self, n):
|
5333
|
-
r"""
|
5334
|
-
reserve(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self, std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type n)
|
5335
|
-
|
5336
|
-
Parameters
|
5337
|
-
----------
|
5338
|
-
n: std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type
|
5339
|
-
|
5340
|
-
"""
|
5341
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_reserve(self, n)
|
5342
|
-
|
5343
|
-
def capacity(self):
|
5344
|
-
r"""capacity(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector self) -> std::vector< std::shared_ptr< openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput > >::size_type"""
|
5345
|
-
return _Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_capacity(self)
|
5346
|
-
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector
|
5347
|
-
|
5348
|
-
# Register Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector in _Physics1DSwig:
|
5349
|
-
_Physics1DSwig.Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector_swigregister(Physics1D_Signals_RotationalVelocityMotor1DVelocityInput_Vector)
|
5350
|
-
|
5351
4391
|
class Bodies_Body(openplx.Physics.Bodies_Body):
|
5352
4392
|
r"""Proxy of C++ openplx::Physics1D::Bodies::Body class."""
|
5353
4393
|
|
@@ -5796,6 +4836,14 @@ class Bodies_RotationalBody(Bodies_Body):
|
|
5796
4836
|
r"""kinematics(Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics1D::Bodies::RotationalKinematics >"""
|
5797
4837
|
return _Physics1DSwig.Bodies_RotationalBody_kinematics(self)
|
5798
4838
|
|
4839
|
+
def angle_output(self):
|
4840
|
+
r"""angle_output(Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics::Signals::AngleOutput >"""
|
4841
|
+
return _Physics1DSwig.Bodies_RotationalBody_angle_output(self)
|
4842
|
+
|
4843
|
+
def angular_velocity_output(self):
|
4844
|
+
r"""angular_velocity_output(Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DOutput >"""
|
4845
|
+
return _Physics1DSwig.Bodies_RotationalBody_angular_velocity_output(self)
|
4846
|
+
|
5799
4847
|
def setDynamic(self, key, value):
|
5800
4848
|
r"""
|
5801
4849
|
setDynamic(Bodies_RotationalBody self, std::string const & key, Any value)
|
@@ -6308,9 +5356,9 @@ class Interactions_VelocityMotor(openplx.Physics.Interactions_Interaction1DOF):
|
|
6308
5356
|
r"""__init__(Interactions_VelocityMotor self) -> Interactions_VelocityMotor"""
|
6309
5357
|
_Physics1DSwig.Interactions_VelocityMotor_swiginit(self, _Physics1DSwig.new_Interactions_VelocityMotor())
|
6310
5358
|
|
6311
|
-
def
|
6312
|
-
r"""
|
6313
|
-
return _Physics1DSwig.
|
5359
|
+
def target_speed(self):
|
5360
|
+
r"""target_speed(Interactions_VelocityMotor self) -> double"""
|
5361
|
+
return _Physics1DSwig.Interactions_VelocityMotor_target_speed(self)
|
6314
5362
|
|
6315
5363
|
def charges(self):
|
6316
5364
|
r"""charges(Interactions_VelocityMotor self) -> Physics1D_Charges_MateConnector_Vector"""
|
@@ -6398,6 +5446,18 @@ class Interactions_RotationalVelocityMotor(Interactions_VelocityMotor):
|
|
6398
5446
|
r"""__init__(Interactions_RotationalVelocityMotor self) -> Interactions_RotationalVelocityMotor"""
|
6399
5447
|
_Physics1DSwig.Interactions_RotationalVelocityMotor_swiginit(self, _Physics1DSwig.new_Interactions_RotationalVelocityMotor())
|
6400
5448
|
|
5449
|
+
def target_angular_velocity_input(self):
|
5450
|
+
r"""target_angular_velocity_input(Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DInput >"""
|
5451
|
+
return _Physics1DSwig.Interactions_RotationalVelocityMotor_target_angular_velocity_input(self)
|
5452
|
+
|
5453
|
+
def target_angular_velocity_output(self):
|
5454
|
+
r"""target_angular_velocity_output(Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DOutput >"""
|
5455
|
+
return _Physics1DSwig.Interactions_RotationalVelocityMotor_target_angular_velocity_output(self)
|
5456
|
+
|
5457
|
+
def torque_output(self):
|
5458
|
+
r"""torque_output(Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::Torque1DOutput >"""
|
5459
|
+
return _Physics1DSwig.Interactions_RotationalVelocityMotor_torque_output(self)
|
5460
|
+
|
6401
5461
|
def setDynamic(self, key, value):
|
6402
5462
|
r"""
|
6403
5463
|
setDynamic(Interactions_RotationalVelocityMotor self, std::string const & key, Any value)
|
@@ -6470,263 +5530,5 @@ class Interactions_RotationalVelocityMotor(Interactions_VelocityMotor):
|
|
6470
5530
|
# Register Interactions_RotationalVelocityMotor in _Physics1DSwig:
|
6471
5531
|
_Physics1DSwig.Interactions_RotationalVelocityMotor_swigregister(Interactions_RotationalVelocityMotor)
|
6472
5532
|
|
6473
|
-
class Signals_RotationalBodyAngleOutput(openplx.Physics.Signals_Output):
|
6474
|
-
r"""Proxy of C++ openplx::Physics1D::Signals::RotationalBodyAngleOutput class."""
|
6475
|
-
|
6476
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
6477
|
-
__repr__ = _swig_repr
|
6478
|
-
|
6479
|
-
def __init__(self):
|
6480
|
-
r"""__init__(Signals_RotationalBodyAngleOutput self) -> Signals_RotationalBodyAngleOutput"""
|
6481
|
-
_Physics1DSwig.Signals_RotationalBodyAngleOutput_swiginit(self, _Physics1DSwig.new_Signals_RotationalBodyAngleOutput())
|
6482
|
-
|
6483
|
-
def body(self):
|
6484
|
-
r"""body(Signals_RotationalBodyAngleOutput self) -> std::shared_ptr< openplx::Physics1D::Bodies::RotationalBody >"""
|
6485
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_body(self)
|
6486
|
-
|
6487
|
-
def setDynamic(self, key, value):
|
6488
|
-
r"""
|
6489
|
-
setDynamic(Signals_RotationalBodyAngleOutput self, std::string const & key, Any value)
|
6490
|
-
|
6491
|
-
Parameters
|
6492
|
-
----------
|
6493
|
-
key: std::string const &
|
6494
|
-
value: openplx::Core::Any &&
|
6495
|
-
|
6496
|
-
"""
|
6497
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_setDynamic(self, key, value)
|
6498
|
-
|
6499
|
-
def getDynamic(self, key):
|
6500
|
-
r"""
|
6501
|
-
getDynamic(Signals_RotationalBodyAngleOutput self, std::string const & key) -> Any
|
6502
|
-
|
6503
|
-
Parameters
|
6504
|
-
----------
|
6505
|
-
key: std::string const &
|
6506
|
-
|
6507
|
-
"""
|
6508
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_getDynamic(self, key)
|
6509
|
-
|
6510
|
-
def callDynamic(self, key, args):
|
6511
|
-
r"""
|
6512
|
-
callDynamic(Signals_RotationalBodyAngleOutput self, std::string const & key, AnyVector args) -> Any
|
6513
|
-
|
6514
|
-
Parameters
|
6515
|
-
----------
|
6516
|
-
key: std::string const &
|
6517
|
-
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
6518
|
-
|
6519
|
-
"""
|
6520
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_callDynamic(self, key, args)
|
6521
|
-
|
6522
|
-
def extractObjectFieldsTo(self, output):
|
6523
|
-
r"""
|
6524
|
-
extractObjectFieldsTo(Signals_RotationalBodyAngleOutput self, ObjectVector output)
|
6525
|
-
|
6526
|
-
Parameters
|
6527
|
-
----------
|
6528
|
-
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
6529
|
-
|
6530
|
-
"""
|
6531
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_extractObjectFieldsTo(self, output)
|
6532
|
-
|
6533
|
-
def extractEntriesTo(self, output):
|
6534
|
-
r"""
|
6535
|
-
extractEntriesTo(Signals_RotationalBodyAngleOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
6536
|
-
|
6537
|
-
Parameters
|
6538
|
-
----------
|
6539
|
-
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
6540
|
-
|
6541
|
-
"""
|
6542
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_extractEntriesTo(self, output)
|
6543
|
-
|
6544
|
-
def triggerOnInit(self, context):
|
6545
|
-
r"""
|
6546
|
-
triggerOnInit(Signals_RotationalBodyAngleOutput self, openplx::RuntimeContext const & context)
|
6547
|
-
|
6548
|
-
Parameters
|
6549
|
-
----------
|
6550
|
-
context: openplx::RuntimeContext const &
|
6551
|
-
|
6552
|
-
"""
|
6553
|
-
return _Physics1DSwig.Signals_RotationalBodyAngleOutput_triggerOnInit(self, context)
|
6554
|
-
__swig_destroy__ = _Physics1DSwig.delete_Signals_RotationalBodyAngleOutput
|
6555
|
-
|
6556
|
-
# Register Signals_RotationalBodyAngleOutput in _Physics1DSwig:
|
6557
|
-
_Physics1DSwig.Signals_RotationalBodyAngleOutput_swigregister(Signals_RotationalBodyAngleOutput)
|
6558
|
-
|
6559
|
-
class Signals_RotationalBodyAngularVelocityOutput(openplx.Physics.Signals_Output):
|
6560
|
-
r"""Proxy of C++ openplx::Physics1D::Signals::RotationalBodyAngularVelocityOutput class."""
|
6561
|
-
|
6562
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
6563
|
-
__repr__ = _swig_repr
|
6564
|
-
|
6565
|
-
def __init__(self):
|
6566
|
-
r"""__init__(Signals_RotationalBodyAngularVelocityOutput self) -> Signals_RotationalBodyAngularVelocityOutput"""
|
6567
|
-
_Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_swiginit(self, _Physics1DSwig.new_Signals_RotationalBodyAngularVelocityOutput())
|
6568
|
-
|
6569
|
-
def body(self):
|
6570
|
-
r"""body(Signals_RotationalBodyAngularVelocityOutput self) -> std::shared_ptr< openplx::Physics1D::Bodies::RotationalBody >"""
|
6571
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_body(self)
|
6572
|
-
|
6573
|
-
def setDynamic(self, key, value):
|
6574
|
-
r"""
|
6575
|
-
setDynamic(Signals_RotationalBodyAngularVelocityOutput self, std::string const & key, Any value)
|
6576
|
-
|
6577
|
-
Parameters
|
6578
|
-
----------
|
6579
|
-
key: std::string const &
|
6580
|
-
value: openplx::Core::Any &&
|
6581
|
-
|
6582
|
-
"""
|
6583
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_setDynamic(self, key, value)
|
6584
|
-
|
6585
|
-
def getDynamic(self, key):
|
6586
|
-
r"""
|
6587
|
-
getDynamic(Signals_RotationalBodyAngularVelocityOutput self, std::string const & key) -> Any
|
6588
|
-
|
6589
|
-
Parameters
|
6590
|
-
----------
|
6591
|
-
key: std::string const &
|
6592
|
-
|
6593
|
-
"""
|
6594
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_getDynamic(self, key)
|
6595
|
-
|
6596
|
-
def callDynamic(self, key, args):
|
6597
|
-
r"""
|
6598
|
-
callDynamic(Signals_RotationalBodyAngularVelocityOutput self, std::string const & key, AnyVector args) -> Any
|
6599
|
-
|
6600
|
-
Parameters
|
6601
|
-
----------
|
6602
|
-
key: std::string const &
|
6603
|
-
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
6604
|
-
|
6605
|
-
"""
|
6606
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_callDynamic(self, key, args)
|
6607
|
-
|
6608
|
-
def extractObjectFieldsTo(self, output):
|
6609
|
-
r"""
|
6610
|
-
extractObjectFieldsTo(Signals_RotationalBodyAngularVelocityOutput self, ObjectVector output)
|
6611
|
-
|
6612
|
-
Parameters
|
6613
|
-
----------
|
6614
|
-
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
6615
|
-
|
6616
|
-
"""
|
6617
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_extractObjectFieldsTo(self, output)
|
6618
|
-
|
6619
|
-
def extractEntriesTo(self, output):
|
6620
|
-
r"""
|
6621
|
-
extractEntriesTo(Signals_RotationalBodyAngularVelocityOutput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
6622
|
-
|
6623
|
-
Parameters
|
6624
|
-
----------
|
6625
|
-
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
6626
|
-
|
6627
|
-
"""
|
6628
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_extractEntriesTo(self, output)
|
6629
|
-
|
6630
|
-
def triggerOnInit(self, context):
|
6631
|
-
r"""
|
6632
|
-
triggerOnInit(Signals_RotationalBodyAngularVelocityOutput self, openplx::RuntimeContext const & context)
|
6633
|
-
|
6634
|
-
Parameters
|
6635
|
-
----------
|
6636
|
-
context: openplx::RuntimeContext const &
|
6637
|
-
|
6638
|
-
"""
|
6639
|
-
return _Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_triggerOnInit(self, context)
|
6640
|
-
__swig_destroy__ = _Physics1DSwig.delete_Signals_RotationalBodyAngularVelocityOutput
|
6641
|
-
|
6642
|
-
# Register Signals_RotationalBodyAngularVelocityOutput in _Physics1DSwig:
|
6643
|
-
_Physics1DSwig.Signals_RotationalBodyAngularVelocityOutput_swigregister(Signals_RotationalBodyAngularVelocityOutput)
|
6644
|
-
|
6645
|
-
class Signals_RotationalVelocityMotor1DVelocityInput(openplx.Physics.Signals_Input):
|
6646
|
-
r"""Proxy of C++ openplx::Physics1D::Signals::RotationalVelocityMotor1DVelocityInput class."""
|
6647
|
-
|
6648
|
-
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
6649
|
-
__repr__ = _swig_repr
|
6650
|
-
|
6651
|
-
def __init__(self):
|
6652
|
-
r"""__init__(Signals_RotationalVelocityMotor1DVelocityInput self) -> Signals_RotationalVelocityMotor1DVelocityInput"""
|
6653
|
-
_Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_swiginit(self, _Physics1DSwig.new_Signals_RotationalVelocityMotor1DVelocityInput())
|
6654
|
-
|
6655
|
-
def motor(self):
|
6656
|
-
r"""motor(Signals_RotationalVelocityMotor1DVelocityInput self) -> std::shared_ptr< openplx::Physics1D::Interactions::RotationalVelocityMotor >"""
|
6657
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_motor(self)
|
6658
|
-
|
6659
|
-
def setDynamic(self, key, value):
|
6660
|
-
r"""
|
6661
|
-
setDynamic(Signals_RotationalVelocityMotor1DVelocityInput self, std::string const & key, Any value)
|
6662
|
-
|
6663
|
-
Parameters
|
6664
|
-
----------
|
6665
|
-
key: std::string const &
|
6666
|
-
value: openplx::Core::Any &&
|
6667
|
-
|
6668
|
-
"""
|
6669
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_setDynamic(self, key, value)
|
6670
|
-
|
6671
|
-
def getDynamic(self, key):
|
6672
|
-
r"""
|
6673
|
-
getDynamic(Signals_RotationalVelocityMotor1DVelocityInput self, std::string const & key) -> Any
|
6674
|
-
|
6675
|
-
Parameters
|
6676
|
-
----------
|
6677
|
-
key: std::string const &
|
6678
|
-
|
6679
|
-
"""
|
6680
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_getDynamic(self, key)
|
6681
|
-
|
6682
|
-
def callDynamic(self, key, args):
|
6683
|
-
r"""
|
6684
|
-
callDynamic(Signals_RotationalVelocityMotor1DVelocityInput self, std::string const & key, AnyVector args) -> Any
|
6685
|
-
|
6686
|
-
Parameters
|
6687
|
-
----------
|
6688
|
-
key: std::string const &
|
6689
|
-
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
6690
|
-
|
6691
|
-
"""
|
6692
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_callDynamic(self, key, args)
|
6693
|
-
|
6694
|
-
def extractObjectFieldsTo(self, output):
|
6695
|
-
r"""
|
6696
|
-
extractObjectFieldsTo(Signals_RotationalVelocityMotor1DVelocityInput self, ObjectVector output)
|
6697
|
-
|
6698
|
-
Parameters
|
6699
|
-
----------
|
6700
|
-
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
6701
|
-
|
6702
|
-
"""
|
6703
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_extractObjectFieldsTo(self, output)
|
6704
|
-
|
6705
|
-
def extractEntriesTo(self, output):
|
6706
|
-
r"""
|
6707
|
-
extractEntriesTo(Signals_RotationalVelocityMotor1DVelocityInput self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
6708
|
-
|
6709
|
-
Parameters
|
6710
|
-
----------
|
6711
|
-
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
6712
|
-
|
6713
|
-
"""
|
6714
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_extractEntriesTo(self, output)
|
6715
|
-
|
6716
|
-
def triggerOnInit(self, context):
|
6717
|
-
r"""
|
6718
|
-
triggerOnInit(Signals_RotationalVelocityMotor1DVelocityInput self, openplx::RuntimeContext const & context)
|
6719
|
-
|
6720
|
-
Parameters
|
6721
|
-
----------
|
6722
|
-
context: openplx::RuntimeContext const &
|
6723
|
-
|
6724
|
-
"""
|
6725
|
-
return _Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_triggerOnInit(self, context)
|
6726
|
-
__swig_destroy__ = _Physics1DSwig.delete_Signals_RotationalVelocityMotor1DVelocityInput
|
6727
|
-
|
6728
|
-
# Register Signals_RotationalVelocityMotor1DVelocityInput in _Physics1DSwig:
|
6729
|
-
_Physics1DSwig.Signals_RotationalVelocityMotor1DVelocityInput_swigregister(Signals_RotationalVelocityMotor1DVelocityInput)
|
6730
|
-
|
6731
5533
|
|
6732
5534
|
|