agx-openplx 0.15.22__cp39-cp39-macosx_12_0_arm64.whl → 0.16.1__cp39-cp39-macosx_12_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.1.dist-info}/METADATA +2 -2
- agx_openplx-0.16.1.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +3318 -1690
- openplx/Math.py +528 -528
- openplx/Physics.py +3368 -2098
- openplx/Physics1D.py +272 -272
- openplx/Physics3D.py +2308 -2308
- openplx/Robotics.py +882 -882
- openplx/Simulation.py +46 -46
- openplx/Terrain.py +182 -182
- openplx/Urdf.py +25 -24
- openplx/Vehicles.py +436 -436
- openplx/Visuals.py +188 -188
- 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/_MathSwig.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/_VisualsSwig.cpython-39-darwin.so +0 -0
- openplx/__init__.py +1 -1
- openplx/api.py +23 -1
- openplx/migrations.py +12 -0
- openplx/openplx_application.py +11 -1
- openplx/openplx_validate.py +8 -1
- agx_openplx-0.15.22.dist-info/RECORD +0 -41
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.1.dist-info}/WHEEL +0 -0
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.1.dist-info}/entry_points.txt +0 -0
openplx/Physics1D.py
CHANGED
@@ -4388,27 +4388,27 @@ 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
|
4391
|
+
class Physics1D_Bodies_Body(openplx.Physics.Physics_Bodies_Body):
|
4392
4392
|
r"""Proxy of C++ openplx::Physics1D::Bodies::Body class."""
|
4393
4393
|
|
4394
4394
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4395
4395
|
__repr__ = _swig_repr
|
4396
4396
|
|
4397
4397
|
def __init__(self):
|
4398
|
-
r"""__init__(
|
4399
|
-
_Physics1DSwig.
|
4398
|
+
r"""__init__(Physics1D_Bodies_Body self) -> Physics1D_Bodies_Body"""
|
4399
|
+
_Physics1DSwig.Physics1D_Bodies_Body_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_Body())
|
4400
4400
|
|
4401
4401
|
def inertia(self):
|
4402
|
-
r"""inertia(
|
4403
|
-
return _Physics1DSwig.
|
4402
|
+
r"""inertia(Physics1D_Bodies_Body self) -> std::shared_ptr< openplx::Physics1D::Bodies::Inertia >"""
|
4403
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_inertia(self)
|
4404
4404
|
|
4405
4405
|
def kinematics(self):
|
4406
|
-
r"""kinematics(
|
4407
|
-
return _Physics1DSwig.
|
4406
|
+
r"""kinematics(Physics1D_Bodies_Body self) -> std::shared_ptr< openplx::Physics1D::Bodies::Kinematics >"""
|
4407
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_kinematics(self)
|
4408
4408
|
|
4409
4409
|
def setDynamic(self, key, value):
|
4410
4410
|
r"""
|
4411
|
-
setDynamic(
|
4411
|
+
setDynamic(Physics1D_Bodies_Body self, std::string const & key, Any value)
|
4412
4412
|
|
4413
4413
|
Parameters
|
4414
4414
|
----------
|
@@ -4416,22 +4416,22 @@ class Bodies_Body(openplx.Physics.Bodies_Body):
|
|
4416
4416
|
value: openplx::Core::Any &&
|
4417
4417
|
|
4418
4418
|
"""
|
4419
|
-
return _Physics1DSwig.
|
4419
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_setDynamic(self, key, value)
|
4420
4420
|
|
4421
4421
|
def getDynamic(self, key):
|
4422
4422
|
r"""
|
4423
|
-
getDynamic(
|
4423
|
+
getDynamic(Physics1D_Bodies_Body self, std::string const & key) -> Any
|
4424
4424
|
|
4425
4425
|
Parameters
|
4426
4426
|
----------
|
4427
4427
|
key: std::string const &
|
4428
4428
|
|
4429
4429
|
"""
|
4430
|
-
return _Physics1DSwig.
|
4430
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_getDynamic(self, key)
|
4431
4431
|
|
4432
4432
|
def callDynamic(self, key, args):
|
4433
4433
|
r"""
|
4434
|
-
callDynamic(
|
4434
|
+
callDynamic(Physics1D_Bodies_Body self, std::string const & key, AnyVector args) -> Any
|
4435
4435
|
|
4436
4436
|
Parameters
|
4437
4437
|
----------
|
@@ -4439,62 +4439,62 @@ class Bodies_Body(openplx.Physics.Bodies_Body):
|
|
4439
4439
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4440
4440
|
|
4441
4441
|
"""
|
4442
|
-
return _Physics1DSwig.
|
4442
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_callDynamic(self, key, args)
|
4443
4443
|
|
4444
4444
|
def extractObjectFieldsTo(self, output):
|
4445
4445
|
r"""
|
4446
|
-
extractObjectFieldsTo(
|
4446
|
+
extractObjectFieldsTo(Physics1D_Bodies_Body self, ObjectVector output)
|
4447
4447
|
|
4448
4448
|
Parameters
|
4449
4449
|
----------
|
4450
4450
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4451
4451
|
|
4452
4452
|
"""
|
4453
|
-
return _Physics1DSwig.
|
4453
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_extractObjectFieldsTo(self, output)
|
4454
4454
|
|
4455
4455
|
def extractEntriesTo(self, output):
|
4456
4456
|
r"""
|
4457
|
-
extractEntriesTo(
|
4457
|
+
extractEntriesTo(Physics1D_Bodies_Body self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4458
4458
|
|
4459
4459
|
Parameters
|
4460
4460
|
----------
|
4461
4461
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4462
4462
|
|
4463
4463
|
"""
|
4464
|
-
return _Physics1DSwig.
|
4464
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_extractEntriesTo(self, output)
|
4465
4465
|
|
4466
4466
|
def triggerOnInit(self, context):
|
4467
4467
|
r"""
|
4468
|
-
triggerOnInit(
|
4468
|
+
triggerOnInit(Physics1D_Bodies_Body self, openplx::RuntimeContext const & context)
|
4469
4469
|
|
4470
4470
|
Parameters
|
4471
4471
|
----------
|
4472
4472
|
context: openplx::RuntimeContext const &
|
4473
4473
|
|
4474
4474
|
"""
|
4475
|
-
return _Physics1DSwig.
|
4476
|
-
__swig_destroy__ = _Physics1DSwig.
|
4475
|
+
return _Physics1DSwig.Physics1D_Bodies_Body_triggerOnInit(self, context)
|
4476
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_Body
|
4477
4477
|
|
4478
|
-
# Register
|
4479
|
-
_Physics1DSwig.
|
4478
|
+
# Register Physics1D_Bodies_Body in _Physics1DSwig:
|
4479
|
+
_Physics1DSwig.Physics1D_Bodies_Body_swigregister(Physics1D_Bodies_Body)
|
4480
4480
|
|
4481
|
-
class
|
4481
|
+
class Physics1D_Bodies_Inertia(openplx.Physics.Physics_Bodies_Inertia):
|
4482
4482
|
r"""Proxy of C++ openplx::Physics1D::Bodies::Inertia class."""
|
4483
4483
|
|
4484
4484
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4485
4485
|
__repr__ = _swig_repr
|
4486
4486
|
|
4487
4487
|
def __init__(self):
|
4488
|
-
r"""__init__(
|
4489
|
-
_Physics1DSwig.
|
4488
|
+
r"""__init__(Physics1D_Bodies_Inertia self) -> Physics1D_Bodies_Inertia"""
|
4489
|
+
_Physics1DSwig.Physics1D_Bodies_Inertia_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_Inertia())
|
4490
4490
|
|
4491
4491
|
def inertia(self):
|
4492
|
-
r"""inertia(
|
4493
|
-
return _Physics1DSwig.
|
4492
|
+
r"""inertia(Physics1D_Bodies_Inertia self) -> double"""
|
4493
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_inertia(self)
|
4494
4494
|
|
4495
4495
|
def setDynamic(self, key, value):
|
4496
4496
|
r"""
|
4497
|
-
setDynamic(
|
4497
|
+
setDynamic(Physics1D_Bodies_Inertia self, std::string const & key, Any value)
|
4498
4498
|
|
4499
4499
|
Parameters
|
4500
4500
|
----------
|
@@ -4502,22 +4502,22 @@ class Bodies_Inertia(openplx.Physics.Bodies_Inertia):
|
|
4502
4502
|
value: openplx::Core::Any &&
|
4503
4503
|
|
4504
4504
|
"""
|
4505
|
-
return _Physics1DSwig.
|
4505
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_setDynamic(self, key, value)
|
4506
4506
|
|
4507
4507
|
def getDynamic(self, key):
|
4508
4508
|
r"""
|
4509
|
-
getDynamic(
|
4509
|
+
getDynamic(Physics1D_Bodies_Inertia self, std::string const & key) -> Any
|
4510
4510
|
|
4511
4511
|
Parameters
|
4512
4512
|
----------
|
4513
4513
|
key: std::string const &
|
4514
4514
|
|
4515
4515
|
"""
|
4516
|
-
return _Physics1DSwig.
|
4516
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_getDynamic(self, key)
|
4517
4517
|
|
4518
4518
|
def callDynamic(self, key, args):
|
4519
4519
|
r"""
|
4520
|
-
callDynamic(
|
4520
|
+
callDynamic(Physics1D_Bodies_Inertia self, std::string const & key, AnyVector args) -> Any
|
4521
4521
|
|
4522
4522
|
Parameters
|
4523
4523
|
----------
|
@@ -4525,62 +4525,62 @@ class Bodies_Inertia(openplx.Physics.Bodies_Inertia):
|
|
4525
4525
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4526
4526
|
|
4527
4527
|
"""
|
4528
|
-
return _Physics1DSwig.
|
4528
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_callDynamic(self, key, args)
|
4529
4529
|
|
4530
4530
|
def extractObjectFieldsTo(self, output):
|
4531
4531
|
r"""
|
4532
|
-
extractObjectFieldsTo(
|
4532
|
+
extractObjectFieldsTo(Physics1D_Bodies_Inertia self, ObjectVector output)
|
4533
4533
|
|
4534
4534
|
Parameters
|
4535
4535
|
----------
|
4536
4536
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4537
4537
|
|
4538
4538
|
"""
|
4539
|
-
return _Physics1DSwig.
|
4539
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_extractObjectFieldsTo(self, output)
|
4540
4540
|
|
4541
4541
|
def extractEntriesTo(self, output):
|
4542
4542
|
r"""
|
4543
|
-
extractEntriesTo(
|
4543
|
+
extractEntriesTo(Physics1D_Bodies_Inertia self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4544
4544
|
|
4545
4545
|
Parameters
|
4546
4546
|
----------
|
4547
4547
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4548
4548
|
|
4549
4549
|
"""
|
4550
|
-
return _Physics1DSwig.
|
4550
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_extractEntriesTo(self, output)
|
4551
4551
|
|
4552
4552
|
def triggerOnInit(self, context):
|
4553
4553
|
r"""
|
4554
|
-
triggerOnInit(
|
4554
|
+
triggerOnInit(Physics1D_Bodies_Inertia self, openplx::RuntimeContext const & context)
|
4555
4555
|
|
4556
4556
|
Parameters
|
4557
4557
|
----------
|
4558
4558
|
context: openplx::RuntimeContext const &
|
4559
4559
|
|
4560
4560
|
"""
|
4561
|
-
return _Physics1DSwig.
|
4562
|
-
__swig_destroy__ = _Physics1DSwig.
|
4561
|
+
return _Physics1DSwig.Physics1D_Bodies_Inertia_triggerOnInit(self, context)
|
4562
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_Inertia
|
4563
4563
|
|
4564
|
-
# Register
|
4565
|
-
_Physics1DSwig.
|
4564
|
+
# Register Physics1D_Bodies_Inertia in _Physics1DSwig:
|
4565
|
+
_Physics1DSwig.Physics1D_Bodies_Inertia_swigregister(Physics1D_Bodies_Inertia)
|
4566
4566
|
|
4567
|
-
class
|
4567
|
+
class Physics1D_Bodies_Kinematics(openplx.Physics.Physics_Bodies_Kinematics):
|
4568
4568
|
r"""Proxy of C++ openplx::Physics1D::Bodies::Kinematics class."""
|
4569
4569
|
|
4570
4570
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4571
4571
|
__repr__ = _swig_repr
|
4572
4572
|
|
4573
4573
|
def __init__(self):
|
4574
|
-
r"""__init__(
|
4575
|
-
_Physics1DSwig.
|
4574
|
+
r"""__init__(Physics1D_Bodies_Kinematics self) -> Physics1D_Bodies_Kinematics"""
|
4575
|
+
_Physics1DSwig.Physics1D_Bodies_Kinematics_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_Kinematics())
|
4576
4576
|
|
4577
4577
|
def velocity(self):
|
4578
|
-
r"""velocity(
|
4579
|
-
return _Physics1DSwig.
|
4578
|
+
r"""velocity(Physics1D_Bodies_Kinematics self) -> double"""
|
4579
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_velocity(self)
|
4580
4580
|
|
4581
4581
|
def setDynamic(self, key, value):
|
4582
4582
|
r"""
|
4583
|
-
setDynamic(
|
4583
|
+
setDynamic(Physics1D_Bodies_Kinematics self, std::string const & key, Any value)
|
4584
4584
|
|
4585
4585
|
Parameters
|
4586
4586
|
----------
|
@@ -4588,22 +4588,22 @@ class Bodies_Kinematics(openplx.Physics.Bodies_Kinematics):
|
|
4588
4588
|
value: openplx::Core::Any &&
|
4589
4589
|
|
4590
4590
|
"""
|
4591
|
-
return _Physics1DSwig.
|
4591
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_setDynamic(self, key, value)
|
4592
4592
|
|
4593
4593
|
def getDynamic(self, key):
|
4594
4594
|
r"""
|
4595
|
-
getDynamic(
|
4595
|
+
getDynamic(Physics1D_Bodies_Kinematics self, std::string const & key) -> Any
|
4596
4596
|
|
4597
4597
|
Parameters
|
4598
4598
|
----------
|
4599
4599
|
key: std::string const &
|
4600
4600
|
|
4601
4601
|
"""
|
4602
|
-
return _Physics1DSwig.
|
4602
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_getDynamic(self, key)
|
4603
4603
|
|
4604
4604
|
def callDynamic(self, key, args):
|
4605
4605
|
r"""
|
4606
|
-
callDynamic(
|
4606
|
+
callDynamic(Physics1D_Bodies_Kinematics self, std::string const & key, AnyVector args) -> Any
|
4607
4607
|
|
4608
4608
|
Parameters
|
4609
4609
|
----------
|
@@ -4611,62 +4611,62 @@ class Bodies_Kinematics(openplx.Physics.Bodies_Kinematics):
|
|
4611
4611
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4612
4612
|
|
4613
4613
|
"""
|
4614
|
-
return _Physics1DSwig.
|
4614
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_callDynamic(self, key, args)
|
4615
4615
|
|
4616
4616
|
def extractObjectFieldsTo(self, output):
|
4617
4617
|
r"""
|
4618
|
-
extractObjectFieldsTo(
|
4618
|
+
extractObjectFieldsTo(Physics1D_Bodies_Kinematics self, ObjectVector output)
|
4619
4619
|
|
4620
4620
|
Parameters
|
4621
4621
|
----------
|
4622
4622
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4623
4623
|
|
4624
4624
|
"""
|
4625
|
-
return _Physics1DSwig.
|
4625
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_extractObjectFieldsTo(self, output)
|
4626
4626
|
|
4627
4627
|
def extractEntriesTo(self, output):
|
4628
4628
|
r"""
|
4629
|
-
extractEntriesTo(
|
4629
|
+
extractEntriesTo(Physics1D_Bodies_Kinematics self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4630
4630
|
|
4631
4631
|
Parameters
|
4632
4632
|
----------
|
4633
4633
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4634
4634
|
|
4635
4635
|
"""
|
4636
|
-
return _Physics1DSwig.
|
4636
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_extractEntriesTo(self, output)
|
4637
4637
|
|
4638
4638
|
def triggerOnInit(self, context):
|
4639
4639
|
r"""
|
4640
|
-
triggerOnInit(
|
4640
|
+
triggerOnInit(Physics1D_Bodies_Kinematics self, openplx::RuntimeContext const & context)
|
4641
4641
|
|
4642
4642
|
Parameters
|
4643
4643
|
----------
|
4644
4644
|
context: openplx::RuntimeContext const &
|
4645
4645
|
|
4646
4646
|
"""
|
4647
|
-
return _Physics1DSwig.
|
4648
|
-
__swig_destroy__ = _Physics1DSwig.
|
4647
|
+
return _Physics1DSwig.Physics1D_Bodies_Kinematics_triggerOnInit(self, context)
|
4648
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_Kinematics
|
4649
4649
|
|
4650
|
-
# Register
|
4651
|
-
_Physics1DSwig.
|
4650
|
+
# Register Physics1D_Bodies_Kinematics in _Physics1DSwig:
|
4651
|
+
_Physics1DSwig.Physics1D_Bodies_Kinematics_swigregister(Physics1D_Bodies_Kinematics)
|
4652
4652
|
|
4653
|
-
class
|
4653
|
+
class Physics1D_Bodies_LinearBody(Physics1D_Bodies_Body):
|
4654
4654
|
r"""Proxy of C++ openplx::Physics1D::Bodies::LinearBody class."""
|
4655
4655
|
|
4656
4656
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4657
4657
|
__repr__ = _swig_repr
|
4658
4658
|
|
4659
4659
|
def __init__(self):
|
4660
|
-
r"""__init__(
|
4661
|
-
_Physics1DSwig.
|
4660
|
+
r"""__init__(Physics1D_Bodies_LinearBody self) -> Physics1D_Bodies_LinearBody"""
|
4661
|
+
_Physics1DSwig.Physics1D_Bodies_LinearBody_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_LinearBody())
|
4662
4662
|
|
4663
4663
|
def kinematics(self):
|
4664
|
-
r"""kinematics(
|
4665
|
-
return _Physics1DSwig.
|
4664
|
+
r"""kinematics(Physics1D_Bodies_LinearBody self) -> std::shared_ptr< openplx::Physics1D::Bodies::LinearKinematics >"""
|
4665
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_kinematics(self)
|
4666
4666
|
|
4667
4667
|
def setDynamic(self, key, value):
|
4668
4668
|
r"""
|
4669
|
-
setDynamic(
|
4669
|
+
setDynamic(Physics1D_Bodies_LinearBody self, std::string const & key, Any value)
|
4670
4670
|
|
4671
4671
|
Parameters
|
4672
4672
|
----------
|
@@ -4674,22 +4674,22 @@ class Bodies_LinearBody(Bodies_Body):
|
|
4674
4674
|
value: openplx::Core::Any &&
|
4675
4675
|
|
4676
4676
|
"""
|
4677
|
-
return _Physics1DSwig.
|
4677
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_setDynamic(self, key, value)
|
4678
4678
|
|
4679
4679
|
def getDynamic(self, key):
|
4680
4680
|
r"""
|
4681
|
-
getDynamic(
|
4681
|
+
getDynamic(Physics1D_Bodies_LinearBody self, std::string const & key) -> Any
|
4682
4682
|
|
4683
4683
|
Parameters
|
4684
4684
|
----------
|
4685
4685
|
key: std::string const &
|
4686
4686
|
|
4687
4687
|
"""
|
4688
|
-
return _Physics1DSwig.
|
4688
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_getDynamic(self, key)
|
4689
4689
|
|
4690
4690
|
def callDynamic(self, key, args):
|
4691
4691
|
r"""
|
4692
|
-
callDynamic(
|
4692
|
+
callDynamic(Physics1D_Bodies_LinearBody self, std::string const & key, AnyVector args) -> Any
|
4693
4693
|
|
4694
4694
|
Parameters
|
4695
4695
|
----------
|
@@ -4697,62 +4697,62 @@ class Bodies_LinearBody(Bodies_Body):
|
|
4697
4697
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4698
4698
|
|
4699
4699
|
"""
|
4700
|
-
return _Physics1DSwig.
|
4700
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_callDynamic(self, key, args)
|
4701
4701
|
|
4702
4702
|
def extractObjectFieldsTo(self, output):
|
4703
4703
|
r"""
|
4704
|
-
extractObjectFieldsTo(
|
4704
|
+
extractObjectFieldsTo(Physics1D_Bodies_LinearBody self, ObjectVector output)
|
4705
4705
|
|
4706
4706
|
Parameters
|
4707
4707
|
----------
|
4708
4708
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4709
4709
|
|
4710
4710
|
"""
|
4711
|
-
return _Physics1DSwig.
|
4711
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_extractObjectFieldsTo(self, output)
|
4712
4712
|
|
4713
4713
|
def extractEntriesTo(self, output):
|
4714
4714
|
r"""
|
4715
|
-
extractEntriesTo(
|
4715
|
+
extractEntriesTo(Physics1D_Bodies_LinearBody self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4716
4716
|
|
4717
4717
|
Parameters
|
4718
4718
|
----------
|
4719
4719
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4720
4720
|
|
4721
4721
|
"""
|
4722
|
-
return _Physics1DSwig.
|
4722
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_extractEntriesTo(self, output)
|
4723
4723
|
|
4724
4724
|
def triggerOnInit(self, context):
|
4725
4725
|
r"""
|
4726
|
-
triggerOnInit(
|
4726
|
+
triggerOnInit(Physics1D_Bodies_LinearBody self, openplx::RuntimeContext const & context)
|
4727
4727
|
|
4728
4728
|
Parameters
|
4729
4729
|
----------
|
4730
4730
|
context: openplx::RuntimeContext const &
|
4731
4731
|
|
4732
4732
|
"""
|
4733
|
-
return _Physics1DSwig.
|
4734
|
-
__swig_destroy__ = _Physics1DSwig.
|
4733
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearBody_triggerOnInit(self, context)
|
4734
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_LinearBody
|
4735
4735
|
|
4736
|
-
# Register
|
4737
|
-
_Physics1DSwig.
|
4736
|
+
# Register Physics1D_Bodies_LinearBody in _Physics1DSwig:
|
4737
|
+
_Physics1DSwig.Physics1D_Bodies_LinearBody_swigregister(Physics1D_Bodies_LinearBody)
|
4738
4738
|
|
4739
|
-
class
|
4739
|
+
class Physics1D_Bodies_LinearKinematics(Physics1D_Bodies_Kinematics):
|
4740
4740
|
r"""Proxy of C++ openplx::Physics1D::Bodies::LinearKinematics class."""
|
4741
4741
|
|
4742
4742
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4743
4743
|
__repr__ = _swig_repr
|
4744
4744
|
|
4745
4745
|
def __init__(self):
|
4746
|
-
r"""__init__(
|
4747
|
-
_Physics1DSwig.
|
4746
|
+
r"""__init__(Physics1D_Bodies_LinearKinematics self) -> Physics1D_Bodies_LinearKinematics"""
|
4747
|
+
_Physics1DSwig.Physics1D_Bodies_LinearKinematics_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_LinearKinematics())
|
4748
4748
|
|
4749
4749
|
def position(self):
|
4750
|
-
r"""position(
|
4751
|
-
return _Physics1DSwig.
|
4750
|
+
r"""position(Physics1D_Bodies_LinearKinematics self) -> double"""
|
4751
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_position(self)
|
4752
4752
|
|
4753
4753
|
def setDynamic(self, key, value):
|
4754
4754
|
r"""
|
4755
|
-
setDynamic(
|
4755
|
+
setDynamic(Physics1D_Bodies_LinearKinematics self, std::string const & key, Any value)
|
4756
4756
|
|
4757
4757
|
Parameters
|
4758
4758
|
----------
|
@@ -4760,22 +4760,22 @@ class Bodies_LinearKinematics(Bodies_Kinematics):
|
|
4760
4760
|
value: openplx::Core::Any &&
|
4761
4761
|
|
4762
4762
|
"""
|
4763
|
-
return _Physics1DSwig.
|
4763
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_setDynamic(self, key, value)
|
4764
4764
|
|
4765
4765
|
def getDynamic(self, key):
|
4766
4766
|
r"""
|
4767
|
-
getDynamic(
|
4767
|
+
getDynamic(Physics1D_Bodies_LinearKinematics self, std::string const & key) -> Any
|
4768
4768
|
|
4769
4769
|
Parameters
|
4770
4770
|
----------
|
4771
4771
|
key: std::string const &
|
4772
4772
|
|
4773
4773
|
"""
|
4774
|
-
return _Physics1DSwig.
|
4774
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_getDynamic(self, key)
|
4775
4775
|
|
4776
4776
|
def callDynamic(self, key, args):
|
4777
4777
|
r"""
|
4778
|
-
callDynamic(
|
4778
|
+
callDynamic(Physics1D_Bodies_LinearKinematics self, std::string const & key, AnyVector args) -> Any
|
4779
4779
|
|
4780
4780
|
Parameters
|
4781
4781
|
----------
|
@@ -4783,70 +4783,70 @@ class Bodies_LinearKinematics(Bodies_Kinematics):
|
|
4783
4783
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4784
4784
|
|
4785
4785
|
"""
|
4786
|
-
return _Physics1DSwig.
|
4786
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_callDynamic(self, key, args)
|
4787
4787
|
|
4788
4788
|
def extractObjectFieldsTo(self, output):
|
4789
4789
|
r"""
|
4790
|
-
extractObjectFieldsTo(
|
4790
|
+
extractObjectFieldsTo(Physics1D_Bodies_LinearKinematics self, ObjectVector output)
|
4791
4791
|
|
4792
4792
|
Parameters
|
4793
4793
|
----------
|
4794
4794
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4795
4795
|
|
4796
4796
|
"""
|
4797
|
-
return _Physics1DSwig.
|
4797
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_extractObjectFieldsTo(self, output)
|
4798
4798
|
|
4799
4799
|
def extractEntriesTo(self, output):
|
4800
4800
|
r"""
|
4801
|
-
extractEntriesTo(
|
4801
|
+
extractEntriesTo(Physics1D_Bodies_LinearKinematics self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4802
4802
|
|
4803
4803
|
Parameters
|
4804
4804
|
----------
|
4805
4805
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4806
4806
|
|
4807
4807
|
"""
|
4808
|
-
return _Physics1DSwig.
|
4808
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_extractEntriesTo(self, output)
|
4809
4809
|
|
4810
4810
|
def triggerOnInit(self, context):
|
4811
4811
|
r"""
|
4812
|
-
triggerOnInit(
|
4812
|
+
triggerOnInit(Physics1D_Bodies_LinearKinematics self, openplx::RuntimeContext const & context)
|
4813
4813
|
|
4814
4814
|
Parameters
|
4815
4815
|
----------
|
4816
4816
|
context: openplx::RuntimeContext const &
|
4817
4817
|
|
4818
4818
|
"""
|
4819
|
-
return _Physics1DSwig.
|
4820
|
-
__swig_destroy__ = _Physics1DSwig.
|
4819
|
+
return _Physics1DSwig.Physics1D_Bodies_LinearKinematics_triggerOnInit(self, context)
|
4820
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_LinearKinematics
|
4821
4821
|
|
4822
|
-
# Register
|
4823
|
-
_Physics1DSwig.
|
4822
|
+
# Register Physics1D_Bodies_LinearKinematics in _Physics1DSwig:
|
4823
|
+
_Physics1DSwig.Physics1D_Bodies_LinearKinematics_swigregister(Physics1D_Bodies_LinearKinematics)
|
4824
4824
|
|
4825
|
-
class
|
4825
|
+
class Physics1D_Bodies_RotationalBody(Physics1D_Bodies_Body):
|
4826
4826
|
r"""Proxy of C++ openplx::Physics1D::Bodies::RotationalBody class."""
|
4827
4827
|
|
4828
4828
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4829
4829
|
__repr__ = _swig_repr
|
4830
4830
|
|
4831
4831
|
def __init__(self):
|
4832
|
-
r"""__init__(
|
4833
|
-
_Physics1DSwig.
|
4832
|
+
r"""__init__(Physics1D_Bodies_RotationalBody self) -> Physics1D_Bodies_RotationalBody"""
|
4833
|
+
_Physics1DSwig.Physics1D_Bodies_RotationalBody_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_RotationalBody())
|
4834
4834
|
|
4835
4835
|
def kinematics(self):
|
4836
|
-
r"""kinematics(
|
4837
|
-
return _Physics1DSwig.
|
4836
|
+
r"""kinematics(Physics1D_Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics1D::Bodies::RotationalKinematics >"""
|
4837
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_kinematics(self)
|
4838
4838
|
|
4839
4839
|
def angle_output(self):
|
4840
|
-
r"""angle_output(
|
4841
|
-
return _Physics1DSwig.
|
4840
|
+
r"""angle_output(Physics1D_Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics::Signals::AngleOutput >"""
|
4841
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_angle_output(self)
|
4842
4842
|
|
4843
4843
|
def angular_velocity_output(self):
|
4844
|
-
r"""angular_velocity_output(
|
4845
|
-
return _Physics1DSwig.
|
4844
|
+
r"""angular_velocity_output(Physics1D_Bodies_RotationalBody self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DOutput >"""
|
4845
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_angular_velocity_output(self)
|
4846
4846
|
|
4847
4847
|
def setDynamic(self, key, value):
|
4848
4848
|
r"""
|
4849
|
-
setDynamic(
|
4849
|
+
setDynamic(Physics1D_Bodies_RotationalBody self, std::string const & key, Any value)
|
4850
4850
|
|
4851
4851
|
Parameters
|
4852
4852
|
----------
|
@@ -4854,22 +4854,22 @@ class Bodies_RotationalBody(Bodies_Body):
|
|
4854
4854
|
value: openplx::Core::Any &&
|
4855
4855
|
|
4856
4856
|
"""
|
4857
|
-
return _Physics1DSwig.
|
4857
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_setDynamic(self, key, value)
|
4858
4858
|
|
4859
4859
|
def getDynamic(self, key):
|
4860
4860
|
r"""
|
4861
|
-
getDynamic(
|
4861
|
+
getDynamic(Physics1D_Bodies_RotationalBody self, std::string const & key) -> Any
|
4862
4862
|
|
4863
4863
|
Parameters
|
4864
4864
|
----------
|
4865
4865
|
key: std::string const &
|
4866
4866
|
|
4867
4867
|
"""
|
4868
|
-
return _Physics1DSwig.
|
4868
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_getDynamic(self, key)
|
4869
4869
|
|
4870
4870
|
def callDynamic(self, key, args):
|
4871
4871
|
r"""
|
4872
|
-
callDynamic(
|
4872
|
+
callDynamic(Physics1D_Bodies_RotationalBody self, std::string const & key, AnyVector args) -> Any
|
4873
4873
|
|
4874
4874
|
Parameters
|
4875
4875
|
----------
|
@@ -4877,62 +4877,62 @@ class Bodies_RotationalBody(Bodies_Body):
|
|
4877
4877
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4878
4878
|
|
4879
4879
|
"""
|
4880
|
-
return _Physics1DSwig.
|
4880
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_callDynamic(self, key, args)
|
4881
4881
|
|
4882
4882
|
def extractObjectFieldsTo(self, output):
|
4883
4883
|
r"""
|
4884
|
-
extractObjectFieldsTo(
|
4884
|
+
extractObjectFieldsTo(Physics1D_Bodies_RotationalBody self, ObjectVector output)
|
4885
4885
|
|
4886
4886
|
Parameters
|
4887
4887
|
----------
|
4888
4888
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4889
4889
|
|
4890
4890
|
"""
|
4891
|
-
return _Physics1DSwig.
|
4891
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_extractObjectFieldsTo(self, output)
|
4892
4892
|
|
4893
4893
|
def extractEntriesTo(self, output):
|
4894
4894
|
r"""
|
4895
|
-
extractEntriesTo(
|
4895
|
+
extractEntriesTo(Physics1D_Bodies_RotationalBody self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4896
4896
|
|
4897
4897
|
Parameters
|
4898
4898
|
----------
|
4899
4899
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4900
4900
|
|
4901
4901
|
"""
|
4902
|
-
return _Physics1DSwig.
|
4902
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_extractEntriesTo(self, output)
|
4903
4903
|
|
4904
4904
|
def triggerOnInit(self, context):
|
4905
4905
|
r"""
|
4906
|
-
triggerOnInit(
|
4906
|
+
triggerOnInit(Physics1D_Bodies_RotationalBody self, openplx::RuntimeContext const & context)
|
4907
4907
|
|
4908
4908
|
Parameters
|
4909
4909
|
----------
|
4910
4910
|
context: openplx::RuntimeContext const &
|
4911
4911
|
|
4912
4912
|
"""
|
4913
|
-
return _Physics1DSwig.
|
4914
|
-
__swig_destroy__ = _Physics1DSwig.
|
4913
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalBody_triggerOnInit(self, context)
|
4914
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_RotationalBody
|
4915
4915
|
|
4916
|
-
# Register
|
4917
|
-
_Physics1DSwig.
|
4916
|
+
# Register Physics1D_Bodies_RotationalBody in _Physics1DSwig:
|
4917
|
+
_Physics1DSwig.Physics1D_Bodies_RotationalBody_swigregister(Physics1D_Bodies_RotationalBody)
|
4918
4918
|
|
4919
|
-
class
|
4919
|
+
class Physics1D_Bodies_RotationalKinematics(Physics1D_Bodies_Kinematics):
|
4920
4920
|
r"""Proxy of C++ openplx::Physics1D::Bodies::RotationalKinematics class."""
|
4921
4921
|
|
4922
4922
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
4923
4923
|
__repr__ = _swig_repr
|
4924
4924
|
|
4925
4925
|
def __init__(self):
|
4926
|
-
r"""__init__(
|
4927
|
-
_Physics1DSwig.
|
4926
|
+
r"""__init__(Physics1D_Bodies_RotationalKinematics self) -> Physics1D_Bodies_RotationalKinematics"""
|
4927
|
+
_Physics1DSwig.Physics1D_Bodies_RotationalKinematics_swiginit(self, _Physics1DSwig.new_Physics1D_Bodies_RotationalKinematics())
|
4928
4928
|
|
4929
4929
|
def angle(self):
|
4930
|
-
r"""angle(
|
4931
|
-
return _Physics1DSwig.
|
4930
|
+
r"""angle(Physics1D_Bodies_RotationalKinematics self) -> double"""
|
4931
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_angle(self)
|
4932
4932
|
|
4933
4933
|
def setDynamic(self, key, value):
|
4934
4934
|
r"""
|
4935
|
-
setDynamic(
|
4935
|
+
setDynamic(Physics1D_Bodies_RotationalKinematics self, std::string const & key, Any value)
|
4936
4936
|
|
4937
4937
|
Parameters
|
4938
4938
|
----------
|
@@ -4940,22 +4940,22 @@ class Bodies_RotationalKinematics(Bodies_Kinematics):
|
|
4940
4940
|
value: openplx::Core::Any &&
|
4941
4941
|
|
4942
4942
|
"""
|
4943
|
-
return _Physics1DSwig.
|
4943
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_setDynamic(self, key, value)
|
4944
4944
|
|
4945
4945
|
def getDynamic(self, key):
|
4946
4946
|
r"""
|
4947
|
-
getDynamic(
|
4947
|
+
getDynamic(Physics1D_Bodies_RotationalKinematics self, std::string const & key) -> Any
|
4948
4948
|
|
4949
4949
|
Parameters
|
4950
4950
|
----------
|
4951
4951
|
key: std::string const &
|
4952
4952
|
|
4953
4953
|
"""
|
4954
|
-
return _Physics1DSwig.
|
4954
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_getDynamic(self, key)
|
4955
4955
|
|
4956
4956
|
def callDynamic(self, key, args):
|
4957
4957
|
r"""
|
4958
|
-
callDynamic(
|
4958
|
+
callDynamic(Physics1D_Bodies_RotationalKinematics self, std::string const & key, AnyVector args) -> Any
|
4959
4959
|
|
4960
4960
|
Parameters
|
4961
4961
|
----------
|
@@ -4963,62 +4963,62 @@ class Bodies_RotationalKinematics(Bodies_Kinematics):
|
|
4963
4963
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
4964
4964
|
|
4965
4965
|
"""
|
4966
|
-
return _Physics1DSwig.
|
4966
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_callDynamic(self, key, args)
|
4967
4967
|
|
4968
4968
|
def extractObjectFieldsTo(self, output):
|
4969
4969
|
r"""
|
4970
|
-
extractObjectFieldsTo(
|
4970
|
+
extractObjectFieldsTo(Physics1D_Bodies_RotationalKinematics self, ObjectVector output)
|
4971
4971
|
|
4972
4972
|
Parameters
|
4973
4973
|
----------
|
4974
4974
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
4975
4975
|
|
4976
4976
|
"""
|
4977
|
-
return _Physics1DSwig.
|
4977
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_extractObjectFieldsTo(self, output)
|
4978
4978
|
|
4979
4979
|
def extractEntriesTo(self, output):
|
4980
4980
|
r"""
|
4981
|
-
extractEntriesTo(
|
4981
|
+
extractEntriesTo(Physics1D_Bodies_RotationalKinematics self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
4982
4982
|
|
4983
4983
|
Parameters
|
4984
4984
|
----------
|
4985
4985
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
4986
4986
|
|
4987
4987
|
"""
|
4988
|
-
return _Physics1DSwig.
|
4988
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_extractEntriesTo(self, output)
|
4989
4989
|
|
4990
4990
|
def triggerOnInit(self, context):
|
4991
4991
|
r"""
|
4992
|
-
triggerOnInit(
|
4992
|
+
triggerOnInit(Physics1D_Bodies_RotationalKinematics self, openplx::RuntimeContext const & context)
|
4993
4993
|
|
4994
4994
|
Parameters
|
4995
4995
|
----------
|
4996
4996
|
context: openplx::RuntimeContext const &
|
4997
4997
|
|
4998
4998
|
"""
|
4999
|
-
return _Physics1DSwig.
|
5000
|
-
__swig_destroy__ = _Physics1DSwig.
|
4999
|
+
return _Physics1DSwig.Physics1D_Bodies_RotationalKinematics_triggerOnInit(self, context)
|
5000
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Bodies_RotationalKinematics
|
5001
5001
|
|
5002
|
-
# Register
|
5003
|
-
_Physics1DSwig.
|
5002
|
+
# Register Physics1D_Bodies_RotationalKinematics in _Physics1DSwig:
|
5003
|
+
_Physics1DSwig.Physics1D_Bodies_RotationalKinematics_swigregister(Physics1D_Bodies_RotationalKinematics)
|
5004
5004
|
|
5005
|
-
class
|
5005
|
+
class Physics1D_Charges_MateConnector(openplx.Physics.Physics_Charges_Charge):
|
5006
5006
|
r"""Proxy of C++ openplx::Physics1D::Charges::MateConnector class."""
|
5007
5007
|
|
5008
5008
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5009
5009
|
__repr__ = _swig_repr
|
5010
5010
|
|
5011
5011
|
def __init__(self):
|
5012
|
-
r"""__init__(
|
5013
|
-
_Physics1DSwig.
|
5012
|
+
r"""__init__(Physics1D_Charges_MateConnector self) -> Physics1D_Charges_MateConnector"""
|
5013
|
+
_Physics1DSwig.Physics1D_Charges_MateConnector_swiginit(self, _Physics1DSwig.new_Physics1D_Charges_MateConnector())
|
5014
5014
|
|
5015
5015
|
def value(self):
|
5016
|
-
r"""value(
|
5017
|
-
return _Physics1DSwig.
|
5016
|
+
r"""value(Physics1D_Charges_MateConnector self) -> double"""
|
5017
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_value(self)
|
5018
5018
|
|
5019
5019
|
def setDynamic(self, key, value):
|
5020
5020
|
r"""
|
5021
|
-
setDynamic(
|
5021
|
+
setDynamic(Physics1D_Charges_MateConnector self, std::string const & key, Any value)
|
5022
5022
|
|
5023
5023
|
Parameters
|
5024
5024
|
----------
|
@@ -5026,22 +5026,22 @@ class Charges_MateConnector(openplx.Physics.Charges_Charge):
|
|
5026
5026
|
value: openplx::Core::Any &&
|
5027
5027
|
|
5028
5028
|
"""
|
5029
|
-
return _Physics1DSwig.
|
5029
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_setDynamic(self, key, value)
|
5030
5030
|
|
5031
5031
|
def getDynamic(self, key):
|
5032
5032
|
r"""
|
5033
|
-
getDynamic(
|
5033
|
+
getDynamic(Physics1D_Charges_MateConnector self, std::string const & key) -> Any
|
5034
5034
|
|
5035
5035
|
Parameters
|
5036
5036
|
----------
|
5037
5037
|
key: std::string const &
|
5038
5038
|
|
5039
5039
|
"""
|
5040
|
-
return _Physics1DSwig.
|
5040
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_getDynamic(self, key)
|
5041
5041
|
|
5042
5042
|
def callDynamic(self, key, args):
|
5043
5043
|
r"""
|
5044
|
-
callDynamic(
|
5044
|
+
callDynamic(Physics1D_Charges_MateConnector self, std::string const & key, AnyVector args) -> Any
|
5045
5045
|
|
5046
5046
|
Parameters
|
5047
5047
|
----------
|
@@ -5049,62 +5049,62 @@ class Charges_MateConnector(openplx.Physics.Charges_Charge):
|
|
5049
5049
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5050
5050
|
|
5051
5051
|
"""
|
5052
|
-
return _Physics1DSwig.
|
5052
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_callDynamic(self, key, args)
|
5053
5053
|
|
5054
5054
|
def extractObjectFieldsTo(self, output):
|
5055
5055
|
r"""
|
5056
|
-
extractObjectFieldsTo(
|
5056
|
+
extractObjectFieldsTo(Physics1D_Charges_MateConnector self, ObjectVector output)
|
5057
5057
|
|
5058
5058
|
Parameters
|
5059
5059
|
----------
|
5060
5060
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5061
5061
|
|
5062
5062
|
"""
|
5063
|
-
return _Physics1DSwig.
|
5063
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_extractObjectFieldsTo(self, output)
|
5064
5064
|
|
5065
5065
|
def extractEntriesTo(self, output):
|
5066
5066
|
r"""
|
5067
|
-
extractEntriesTo(
|
5067
|
+
extractEntriesTo(Physics1D_Charges_MateConnector self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5068
5068
|
|
5069
5069
|
Parameters
|
5070
5070
|
----------
|
5071
5071
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5072
5072
|
|
5073
5073
|
"""
|
5074
|
-
return _Physics1DSwig.
|
5074
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_extractEntriesTo(self, output)
|
5075
5075
|
|
5076
5076
|
def triggerOnInit(self, context):
|
5077
5077
|
r"""
|
5078
|
-
triggerOnInit(
|
5078
|
+
triggerOnInit(Physics1D_Charges_MateConnector self, openplx::RuntimeContext const & context)
|
5079
5079
|
|
5080
5080
|
Parameters
|
5081
5081
|
----------
|
5082
5082
|
context: openplx::RuntimeContext const &
|
5083
5083
|
|
5084
5084
|
"""
|
5085
|
-
return _Physics1DSwig.
|
5086
|
-
__swig_destroy__ = _Physics1DSwig.
|
5085
|
+
return _Physics1DSwig.Physics1D_Charges_MateConnector_triggerOnInit(self, context)
|
5086
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Charges_MateConnector
|
5087
5087
|
|
5088
|
-
# Register
|
5089
|
-
_Physics1DSwig.
|
5088
|
+
# Register Physics1D_Charges_MateConnector in _Physics1DSwig:
|
5089
|
+
_Physics1DSwig.Physics1D_Charges_MateConnector_swigregister(Physics1D_Charges_MateConnector)
|
5090
5090
|
|
5091
|
-
class
|
5091
|
+
class Physics1D_Charges_LinearConnector(Physics1D_Charges_MateConnector):
|
5092
5092
|
r"""Proxy of C++ openplx::Physics1D::Charges::LinearConnector class."""
|
5093
5093
|
|
5094
5094
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5095
5095
|
__repr__ = _swig_repr
|
5096
5096
|
|
5097
5097
|
def __init__(self):
|
5098
|
-
r"""__init__(
|
5099
|
-
_Physics1DSwig.
|
5098
|
+
r"""__init__(Physics1D_Charges_LinearConnector self) -> Physics1D_Charges_LinearConnector"""
|
5099
|
+
_Physics1DSwig.Physics1D_Charges_LinearConnector_swiginit(self, _Physics1DSwig.new_Physics1D_Charges_LinearConnector())
|
5100
5100
|
|
5101
5101
|
def position(self):
|
5102
|
-
r"""position(
|
5103
|
-
return _Physics1DSwig.
|
5102
|
+
r"""position(Physics1D_Charges_LinearConnector self) -> double"""
|
5103
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_position(self)
|
5104
5104
|
|
5105
5105
|
def setDynamic(self, key, value):
|
5106
5106
|
r"""
|
5107
|
-
setDynamic(
|
5107
|
+
setDynamic(Physics1D_Charges_LinearConnector self, std::string const & key, Any value)
|
5108
5108
|
|
5109
5109
|
Parameters
|
5110
5110
|
----------
|
@@ -5112,22 +5112,22 @@ class Charges_LinearConnector(Charges_MateConnector):
|
|
5112
5112
|
value: openplx::Core::Any &&
|
5113
5113
|
|
5114
5114
|
"""
|
5115
|
-
return _Physics1DSwig.
|
5115
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_setDynamic(self, key, value)
|
5116
5116
|
|
5117
5117
|
def getDynamic(self, key):
|
5118
5118
|
r"""
|
5119
|
-
getDynamic(
|
5119
|
+
getDynamic(Physics1D_Charges_LinearConnector self, std::string const & key) -> Any
|
5120
5120
|
|
5121
5121
|
Parameters
|
5122
5122
|
----------
|
5123
5123
|
key: std::string const &
|
5124
5124
|
|
5125
5125
|
"""
|
5126
|
-
return _Physics1DSwig.
|
5126
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_getDynamic(self, key)
|
5127
5127
|
|
5128
5128
|
def callDynamic(self, key, args):
|
5129
5129
|
r"""
|
5130
|
-
callDynamic(
|
5130
|
+
callDynamic(Physics1D_Charges_LinearConnector self, std::string const & key, AnyVector args) -> Any
|
5131
5131
|
|
5132
5132
|
Parameters
|
5133
5133
|
----------
|
@@ -5135,62 +5135,62 @@ class Charges_LinearConnector(Charges_MateConnector):
|
|
5135
5135
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5136
5136
|
|
5137
5137
|
"""
|
5138
|
-
return _Physics1DSwig.
|
5138
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_callDynamic(self, key, args)
|
5139
5139
|
|
5140
5140
|
def extractObjectFieldsTo(self, output):
|
5141
5141
|
r"""
|
5142
|
-
extractObjectFieldsTo(
|
5142
|
+
extractObjectFieldsTo(Physics1D_Charges_LinearConnector self, ObjectVector output)
|
5143
5143
|
|
5144
5144
|
Parameters
|
5145
5145
|
----------
|
5146
5146
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5147
5147
|
|
5148
5148
|
"""
|
5149
|
-
return _Physics1DSwig.
|
5149
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_extractObjectFieldsTo(self, output)
|
5150
5150
|
|
5151
5151
|
def extractEntriesTo(self, output):
|
5152
5152
|
r"""
|
5153
|
-
extractEntriesTo(
|
5153
|
+
extractEntriesTo(Physics1D_Charges_LinearConnector self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5154
5154
|
|
5155
5155
|
Parameters
|
5156
5156
|
----------
|
5157
5157
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5158
5158
|
|
5159
5159
|
"""
|
5160
|
-
return _Physics1DSwig.
|
5160
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_extractEntriesTo(self, output)
|
5161
5161
|
|
5162
5162
|
def triggerOnInit(self, context):
|
5163
5163
|
r"""
|
5164
|
-
triggerOnInit(
|
5164
|
+
triggerOnInit(Physics1D_Charges_LinearConnector self, openplx::RuntimeContext const & context)
|
5165
5165
|
|
5166
5166
|
Parameters
|
5167
5167
|
----------
|
5168
5168
|
context: openplx::RuntimeContext const &
|
5169
5169
|
|
5170
5170
|
"""
|
5171
|
-
return _Physics1DSwig.
|
5172
|
-
__swig_destroy__ = _Physics1DSwig.
|
5171
|
+
return _Physics1DSwig.Physics1D_Charges_LinearConnector_triggerOnInit(self, context)
|
5172
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Charges_LinearConnector
|
5173
5173
|
|
5174
|
-
# Register
|
5175
|
-
_Physics1DSwig.
|
5174
|
+
# Register Physics1D_Charges_LinearConnector in _Physics1DSwig:
|
5175
|
+
_Physics1DSwig.Physics1D_Charges_LinearConnector_swigregister(Physics1D_Charges_LinearConnector)
|
5176
5176
|
|
5177
|
-
class
|
5177
|
+
class Physics1D_Charges_RotationalConnector(Physics1D_Charges_MateConnector):
|
5178
5178
|
r"""Proxy of C++ openplx::Physics1D::Charges::RotationalConnector class."""
|
5179
5179
|
|
5180
5180
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5181
5181
|
__repr__ = _swig_repr
|
5182
5182
|
|
5183
5183
|
def __init__(self):
|
5184
|
-
r"""__init__(
|
5185
|
-
_Physics1DSwig.
|
5184
|
+
r"""__init__(Physics1D_Charges_RotationalConnector self) -> Physics1D_Charges_RotationalConnector"""
|
5185
|
+
_Physics1DSwig.Physics1D_Charges_RotationalConnector_swiginit(self, _Physics1DSwig.new_Physics1D_Charges_RotationalConnector())
|
5186
5186
|
|
5187
5187
|
def angle(self):
|
5188
|
-
r"""angle(
|
5189
|
-
return _Physics1DSwig.
|
5188
|
+
r"""angle(Physics1D_Charges_RotationalConnector self) -> double"""
|
5189
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_angle(self)
|
5190
5190
|
|
5191
5191
|
def setDynamic(self, key, value):
|
5192
5192
|
r"""
|
5193
|
-
setDynamic(
|
5193
|
+
setDynamic(Physics1D_Charges_RotationalConnector self, std::string const & key, Any value)
|
5194
5194
|
|
5195
5195
|
Parameters
|
5196
5196
|
----------
|
@@ -5198,22 +5198,22 @@ class Charges_RotationalConnector(Charges_MateConnector):
|
|
5198
5198
|
value: openplx::Core::Any &&
|
5199
5199
|
|
5200
5200
|
"""
|
5201
|
-
return _Physics1DSwig.
|
5201
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_setDynamic(self, key, value)
|
5202
5202
|
|
5203
5203
|
def getDynamic(self, key):
|
5204
5204
|
r"""
|
5205
|
-
getDynamic(
|
5205
|
+
getDynamic(Physics1D_Charges_RotationalConnector self, std::string const & key) -> Any
|
5206
5206
|
|
5207
5207
|
Parameters
|
5208
5208
|
----------
|
5209
5209
|
key: std::string const &
|
5210
5210
|
|
5211
5211
|
"""
|
5212
|
-
return _Physics1DSwig.
|
5212
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_getDynamic(self, key)
|
5213
5213
|
|
5214
5214
|
def callDynamic(self, key, args):
|
5215
5215
|
r"""
|
5216
|
-
callDynamic(
|
5216
|
+
callDynamic(Physics1D_Charges_RotationalConnector self, std::string const & key, AnyVector args) -> Any
|
5217
5217
|
|
5218
5218
|
Parameters
|
5219
5219
|
----------
|
@@ -5221,62 +5221,62 @@ class Charges_RotationalConnector(Charges_MateConnector):
|
|
5221
5221
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5222
5222
|
|
5223
5223
|
"""
|
5224
|
-
return _Physics1DSwig.
|
5224
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_callDynamic(self, key, args)
|
5225
5225
|
|
5226
5226
|
def extractObjectFieldsTo(self, output):
|
5227
5227
|
r"""
|
5228
|
-
extractObjectFieldsTo(
|
5228
|
+
extractObjectFieldsTo(Physics1D_Charges_RotationalConnector self, ObjectVector output)
|
5229
5229
|
|
5230
5230
|
Parameters
|
5231
5231
|
----------
|
5232
5232
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5233
5233
|
|
5234
5234
|
"""
|
5235
|
-
return _Physics1DSwig.
|
5235
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_extractObjectFieldsTo(self, output)
|
5236
5236
|
|
5237
5237
|
def extractEntriesTo(self, output):
|
5238
5238
|
r"""
|
5239
|
-
extractEntriesTo(
|
5239
|
+
extractEntriesTo(Physics1D_Charges_RotationalConnector self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5240
5240
|
|
5241
5241
|
Parameters
|
5242
5242
|
----------
|
5243
5243
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5244
5244
|
|
5245
5245
|
"""
|
5246
|
-
return _Physics1DSwig.
|
5246
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_extractEntriesTo(self, output)
|
5247
5247
|
|
5248
5248
|
def triggerOnInit(self, context):
|
5249
5249
|
r"""
|
5250
|
-
triggerOnInit(
|
5250
|
+
triggerOnInit(Physics1D_Charges_RotationalConnector self, openplx::RuntimeContext const & context)
|
5251
5251
|
|
5252
5252
|
Parameters
|
5253
5253
|
----------
|
5254
5254
|
context: openplx::RuntimeContext const &
|
5255
5255
|
|
5256
5256
|
"""
|
5257
|
-
return _Physics1DSwig.
|
5258
|
-
__swig_destroy__ = _Physics1DSwig.
|
5257
|
+
return _Physics1DSwig.Physics1D_Charges_RotationalConnector_triggerOnInit(self, context)
|
5258
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Charges_RotationalConnector
|
5259
5259
|
|
5260
|
-
# Register
|
5261
|
-
_Physics1DSwig.
|
5260
|
+
# Register Physics1D_Charges_RotationalConnector in _Physics1DSwig:
|
5261
|
+
_Physics1DSwig.Physics1D_Charges_RotationalConnector_swigregister(Physics1D_Charges_RotationalConnector)
|
5262
5262
|
|
5263
|
-
class
|
5263
|
+
class Physics1D_Interactions_Mate(openplx.Physics.Physics_Interactions_Interaction):
|
5264
5264
|
r"""Proxy of C++ openplx::Physics1D::Interactions::Mate class."""
|
5265
5265
|
|
5266
5266
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5267
5267
|
__repr__ = _swig_repr
|
5268
5268
|
|
5269
5269
|
def __init__(self):
|
5270
|
-
r"""__init__(
|
5271
|
-
_Physics1DSwig.
|
5270
|
+
r"""__init__(Physics1D_Interactions_Mate self) -> Physics1D_Interactions_Mate"""
|
5271
|
+
_Physics1DSwig.Physics1D_Interactions_Mate_swiginit(self, _Physics1DSwig.new_Physics1D_Interactions_Mate())
|
5272
5272
|
|
5273
5273
|
def charges(self):
|
5274
|
-
r"""charges(
|
5275
|
-
return _Physics1DSwig.
|
5274
|
+
r"""charges(Physics1D_Interactions_Mate self) -> Physics1D_Charges_MateConnector_Vector"""
|
5275
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_charges(self)
|
5276
5276
|
|
5277
5277
|
def setDynamic(self, key, value):
|
5278
5278
|
r"""
|
5279
|
-
setDynamic(
|
5279
|
+
setDynamic(Physics1D_Interactions_Mate self, std::string const & key, Any value)
|
5280
5280
|
|
5281
5281
|
Parameters
|
5282
5282
|
----------
|
@@ -5284,22 +5284,22 @@ class Interactions_Mate(openplx.Physics.Interactions_Interaction):
|
|
5284
5284
|
value: openplx::Core::Any &&
|
5285
5285
|
|
5286
5286
|
"""
|
5287
|
-
return _Physics1DSwig.
|
5287
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_setDynamic(self, key, value)
|
5288
5288
|
|
5289
5289
|
def getDynamic(self, key):
|
5290
5290
|
r"""
|
5291
|
-
getDynamic(
|
5291
|
+
getDynamic(Physics1D_Interactions_Mate self, std::string const & key) -> Any
|
5292
5292
|
|
5293
5293
|
Parameters
|
5294
5294
|
----------
|
5295
5295
|
key: std::string const &
|
5296
5296
|
|
5297
5297
|
"""
|
5298
|
-
return _Physics1DSwig.
|
5298
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_getDynamic(self, key)
|
5299
5299
|
|
5300
5300
|
def callDynamic(self, key, args):
|
5301
5301
|
r"""
|
5302
|
-
callDynamic(
|
5302
|
+
callDynamic(Physics1D_Interactions_Mate self, std::string const & key, AnyVector args) -> Any
|
5303
5303
|
|
5304
5304
|
Parameters
|
5305
5305
|
----------
|
@@ -5307,66 +5307,66 @@ class Interactions_Mate(openplx.Physics.Interactions_Interaction):
|
|
5307
5307
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5308
5308
|
|
5309
5309
|
"""
|
5310
|
-
return _Physics1DSwig.
|
5310
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_callDynamic(self, key, args)
|
5311
5311
|
|
5312
5312
|
def extractObjectFieldsTo(self, output):
|
5313
5313
|
r"""
|
5314
|
-
extractObjectFieldsTo(
|
5314
|
+
extractObjectFieldsTo(Physics1D_Interactions_Mate self, ObjectVector output)
|
5315
5315
|
|
5316
5316
|
Parameters
|
5317
5317
|
----------
|
5318
5318
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5319
5319
|
|
5320
5320
|
"""
|
5321
|
-
return _Physics1DSwig.
|
5321
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_extractObjectFieldsTo(self, output)
|
5322
5322
|
|
5323
5323
|
def extractEntriesTo(self, output):
|
5324
5324
|
r"""
|
5325
|
-
extractEntriesTo(
|
5325
|
+
extractEntriesTo(Physics1D_Interactions_Mate self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5326
5326
|
|
5327
5327
|
Parameters
|
5328
5328
|
----------
|
5329
5329
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5330
5330
|
|
5331
5331
|
"""
|
5332
|
-
return _Physics1DSwig.
|
5332
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_extractEntriesTo(self, output)
|
5333
5333
|
|
5334
5334
|
def triggerOnInit(self, context):
|
5335
5335
|
r"""
|
5336
|
-
triggerOnInit(
|
5336
|
+
triggerOnInit(Physics1D_Interactions_Mate self, openplx::RuntimeContext const & context)
|
5337
5337
|
|
5338
5338
|
Parameters
|
5339
5339
|
----------
|
5340
5340
|
context: openplx::RuntimeContext const &
|
5341
5341
|
|
5342
5342
|
"""
|
5343
|
-
return _Physics1DSwig.
|
5344
|
-
__swig_destroy__ = _Physics1DSwig.
|
5343
|
+
return _Physics1DSwig.Physics1D_Interactions_Mate_triggerOnInit(self, context)
|
5344
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Interactions_Mate
|
5345
5345
|
|
5346
|
-
# Register
|
5347
|
-
_Physics1DSwig.
|
5346
|
+
# Register Physics1D_Interactions_Mate in _Physics1DSwig:
|
5347
|
+
_Physics1DSwig.Physics1D_Interactions_Mate_swigregister(Physics1D_Interactions_Mate)
|
5348
5348
|
|
5349
|
-
class
|
5349
|
+
class Physics1D_Interactions_VelocityMotor(openplx.Physics.Physics_Interactions_Interaction1DOF):
|
5350
5350
|
r"""Proxy of C++ openplx::Physics1D::Interactions::VelocityMotor class."""
|
5351
5351
|
|
5352
5352
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5353
5353
|
__repr__ = _swig_repr
|
5354
5354
|
|
5355
5355
|
def __init__(self):
|
5356
|
-
r"""__init__(
|
5357
|
-
_Physics1DSwig.
|
5356
|
+
r"""__init__(Physics1D_Interactions_VelocityMotor self) -> Physics1D_Interactions_VelocityMotor"""
|
5357
|
+
_Physics1DSwig.Physics1D_Interactions_VelocityMotor_swiginit(self, _Physics1DSwig.new_Physics1D_Interactions_VelocityMotor())
|
5358
5358
|
|
5359
5359
|
def target_speed(self):
|
5360
|
-
r"""target_speed(
|
5361
|
-
return _Physics1DSwig.
|
5360
|
+
r"""target_speed(Physics1D_Interactions_VelocityMotor self) -> double"""
|
5361
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_target_speed(self)
|
5362
5362
|
|
5363
5363
|
def charges(self):
|
5364
|
-
r"""charges(
|
5365
|
-
return _Physics1DSwig.
|
5364
|
+
r"""charges(Physics1D_Interactions_VelocityMotor self) -> Physics1D_Charges_MateConnector_Vector"""
|
5365
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_charges(self)
|
5366
5366
|
|
5367
5367
|
def setDynamic(self, key, value):
|
5368
5368
|
r"""
|
5369
|
-
setDynamic(
|
5369
|
+
setDynamic(Physics1D_Interactions_VelocityMotor self, std::string const & key, Any value)
|
5370
5370
|
|
5371
5371
|
Parameters
|
5372
5372
|
----------
|
@@ -5374,22 +5374,22 @@ class Interactions_VelocityMotor(openplx.Physics.Interactions_Interaction1DOF):
|
|
5374
5374
|
value: openplx::Core::Any &&
|
5375
5375
|
|
5376
5376
|
"""
|
5377
|
-
return _Physics1DSwig.
|
5377
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_setDynamic(self, key, value)
|
5378
5378
|
|
5379
5379
|
def getDynamic(self, key):
|
5380
5380
|
r"""
|
5381
|
-
getDynamic(
|
5381
|
+
getDynamic(Physics1D_Interactions_VelocityMotor self, std::string const & key) -> Any
|
5382
5382
|
|
5383
5383
|
Parameters
|
5384
5384
|
----------
|
5385
5385
|
key: std::string const &
|
5386
5386
|
|
5387
5387
|
"""
|
5388
|
-
return _Physics1DSwig.
|
5388
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_getDynamic(self, key)
|
5389
5389
|
|
5390
5390
|
def callDynamic(self, key, args):
|
5391
5391
|
r"""
|
5392
|
-
callDynamic(
|
5392
|
+
callDynamic(Physics1D_Interactions_VelocityMotor self, std::string const & key, AnyVector args) -> Any
|
5393
5393
|
|
5394
5394
|
Parameters
|
5395
5395
|
----------
|
@@ -5397,70 +5397,70 @@ class Interactions_VelocityMotor(openplx.Physics.Interactions_Interaction1DOF):
|
|
5397
5397
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5398
5398
|
|
5399
5399
|
"""
|
5400
|
-
return _Physics1DSwig.
|
5400
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_callDynamic(self, key, args)
|
5401
5401
|
|
5402
5402
|
def extractObjectFieldsTo(self, output):
|
5403
5403
|
r"""
|
5404
|
-
extractObjectFieldsTo(
|
5404
|
+
extractObjectFieldsTo(Physics1D_Interactions_VelocityMotor self, ObjectVector output)
|
5405
5405
|
|
5406
5406
|
Parameters
|
5407
5407
|
----------
|
5408
5408
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5409
5409
|
|
5410
5410
|
"""
|
5411
|
-
return _Physics1DSwig.
|
5411
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_extractObjectFieldsTo(self, output)
|
5412
5412
|
|
5413
5413
|
def extractEntriesTo(self, output):
|
5414
5414
|
r"""
|
5415
|
-
extractEntriesTo(
|
5415
|
+
extractEntriesTo(Physics1D_Interactions_VelocityMotor self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5416
5416
|
|
5417
5417
|
Parameters
|
5418
5418
|
----------
|
5419
5419
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5420
5420
|
|
5421
5421
|
"""
|
5422
|
-
return _Physics1DSwig.
|
5422
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_extractEntriesTo(self, output)
|
5423
5423
|
|
5424
5424
|
def triggerOnInit(self, context):
|
5425
5425
|
r"""
|
5426
|
-
triggerOnInit(
|
5426
|
+
triggerOnInit(Physics1D_Interactions_VelocityMotor self, openplx::RuntimeContext const & context)
|
5427
5427
|
|
5428
5428
|
Parameters
|
5429
5429
|
----------
|
5430
5430
|
context: openplx::RuntimeContext const &
|
5431
5431
|
|
5432
5432
|
"""
|
5433
|
-
return _Physics1DSwig.
|
5434
|
-
__swig_destroy__ = _Physics1DSwig.
|
5433
|
+
return _Physics1DSwig.Physics1D_Interactions_VelocityMotor_triggerOnInit(self, context)
|
5434
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Interactions_VelocityMotor
|
5435
5435
|
|
5436
|
-
# Register
|
5437
|
-
_Physics1DSwig.
|
5436
|
+
# Register Physics1D_Interactions_VelocityMotor in _Physics1DSwig:
|
5437
|
+
_Physics1DSwig.Physics1D_Interactions_VelocityMotor_swigregister(Physics1D_Interactions_VelocityMotor)
|
5438
5438
|
|
5439
|
-
class
|
5439
|
+
class Physics1D_Interactions_RotationalVelocityMotor(Physics1D_Interactions_VelocityMotor):
|
5440
5440
|
r"""Proxy of C++ openplx::Physics1D::Interactions::RotationalVelocityMotor class."""
|
5441
5441
|
|
5442
5442
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
5443
5443
|
__repr__ = _swig_repr
|
5444
5444
|
|
5445
5445
|
def __init__(self):
|
5446
|
-
r"""__init__(
|
5447
|
-
_Physics1DSwig.
|
5446
|
+
r"""__init__(Physics1D_Interactions_RotationalVelocityMotor self) -> Physics1D_Interactions_RotationalVelocityMotor"""
|
5447
|
+
_Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_swiginit(self, _Physics1DSwig.new_Physics1D_Interactions_RotationalVelocityMotor())
|
5448
5448
|
|
5449
5449
|
def target_angular_velocity_input(self):
|
5450
|
-
r"""target_angular_velocity_input(
|
5451
|
-
return _Physics1DSwig.
|
5450
|
+
r"""target_angular_velocity_input(Physics1D_Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DInput >"""
|
5451
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_target_angular_velocity_input(self)
|
5452
5452
|
|
5453
5453
|
def target_angular_velocity_output(self):
|
5454
|
-
r"""target_angular_velocity_output(
|
5455
|
-
return _Physics1DSwig.
|
5454
|
+
r"""target_angular_velocity_output(Physics1D_Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::AngularVelocity1DOutput >"""
|
5455
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_target_angular_velocity_output(self)
|
5456
5456
|
|
5457
5457
|
def torque_output(self):
|
5458
|
-
r"""torque_output(
|
5459
|
-
return _Physics1DSwig.
|
5458
|
+
r"""torque_output(Physics1D_Interactions_RotationalVelocityMotor self) -> std::shared_ptr< openplx::Physics::Signals::Torque1DOutput >"""
|
5459
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_torque_output(self)
|
5460
5460
|
|
5461
5461
|
def setDynamic(self, key, value):
|
5462
5462
|
r"""
|
5463
|
-
setDynamic(
|
5463
|
+
setDynamic(Physics1D_Interactions_RotationalVelocityMotor self, std::string const & key, Any value)
|
5464
5464
|
|
5465
5465
|
Parameters
|
5466
5466
|
----------
|
@@ -5468,22 +5468,22 @@ class Interactions_RotationalVelocityMotor(Interactions_VelocityMotor):
|
|
5468
5468
|
value: openplx::Core::Any &&
|
5469
5469
|
|
5470
5470
|
"""
|
5471
|
-
return _Physics1DSwig.
|
5471
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_setDynamic(self, key, value)
|
5472
5472
|
|
5473
5473
|
def getDynamic(self, key):
|
5474
5474
|
r"""
|
5475
|
-
getDynamic(
|
5475
|
+
getDynamic(Physics1D_Interactions_RotationalVelocityMotor self, std::string const & key) -> Any
|
5476
5476
|
|
5477
5477
|
Parameters
|
5478
5478
|
----------
|
5479
5479
|
key: std::string const &
|
5480
5480
|
|
5481
5481
|
"""
|
5482
|
-
return _Physics1DSwig.
|
5482
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_getDynamic(self, key)
|
5483
5483
|
|
5484
5484
|
def callDynamic(self, key, args):
|
5485
5485
|
r"""
|
5486
|
-
callDynamic(
|
5486
|
+
callDynamic(Physics1D_Interactions_RotationalVelocityMotor self, std::string const & key, AnyVector args) -> Any
|
5487
5487
|
|
5488
5488
|
Parameters
|
5489
5489
|
----------
|
@@ -5491,44 +5491,44 @@ class Interactions_RotationalVelocityMotor(Interactions_VelocityMotor):
|
|
5491
5491
|
args: std::vector< openplx::Core::Any,std::allocator< openplx::Core::Any > > const &
|
5492
5492
|
|
5493
5493
|
"""
|
5494
|
-
return _Physics1DSwig.
|
5494
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_callDynamic(self, key, args)
|
5495
5495
|
|
5496
5496
|
def extractObjectFieldsTo(self, output):
|
5497
5497
|
r"""
|
5498
|
-
extractObjectFieldsTo(
|
5498
|
+
extractObjectFieldsTo(Physics1D_Interactions_RotationalVelocityMotor self, ObjectVector output)
|
5499
5499
|
|
5500
5500
|
Parameters
|
5501
5501
|
----------
|
5502
5502
|
output: std::vector< std::shared_ptr< openplx::Core::Object >,std::allocator< std::shared_ptr< openplx::Core::Object > > > &
|
5503
5503
|
|
5504
5504
|
"""
|
5505
|
-
return _Physics1DSwig.
|
5505
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_extractObjectFieldsTo(self, output)
|
5506
5506
|
|
5507
5507
|
def extractEntriesTo(self, output):
|
5508
5508
|
r"""
|
5509
|
-
extractEntriesTo(
|
5509
|
+
extractEntriesTo(Physics1D_Interactions_RotationalVelocityMotor self, std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > & output)
|
5510
5510
|
|
5511
5511
|
Parameters
|
5512
5512
|
----------
|
5513
5513
|
output: std::vector< std::pair< std::string,openplx::Core::Any >,std::allocator< std::pair< std::string,openplx::Core::Any > > > &
|
5514
5514
|
|
5515
5515
|
"""
|
5516
|
-
return _Physics1DSwig.
|
5516
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_extractEntriesTo(self, output)
|
5517
5517
|
|
5518
5518
|
def triggerOnInit(self, context):
|
5519
5519
|
r"""
|
5520
|
-
triggerOnInit(
|
5520
|
+
triggerOnInit(Physics1D_Interactions_RotationalVelocityMotor self, openplx::RuntimeContext const & context)
|
5521
5521
|
|
5522
5522
|
Parameters
|
5523
5523
|
----------
|
5524
5524
|
context: openplx::RuntimeContext const &
|
5525
5525
|
|
5526
5526
|
"""
|
5527
|
-
return _Physics1DSwig.
|
5528
|
-
__swig_destroy__ = _Physics1DSwig.
|
5527
|
+
return _Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_triggerOnInit(self, context)
|
5528
|
+
__swig_destroy__ = _Physics1DSwig.delete_Physics1D_Interactions_RotationalVelocityMotor
|
5529
5529
|
|
5530
|
-
# Register
|
5531
|
-
_Physics1DSwig.
|
5530
|
+
# Register Physics1D_Interactions_RotationalVelocityMotor in _Physics1DSwig:
|
5531
|
+
_Physics1DSwig.Physics1D_Interactions_RotationalVelocityMotor_swigregister(Physics1D_Interactions_RotationalVelocityMotor)
|
5532
5532
|
|
5533
5533
|
|
5534
5534
|
|