#include <ShapeFrame.hpp>
◆ AspectImplementation
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
◆ Base
◆ CompositeType
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
◆ Derived
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
◆ Properties
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
◆ PropertiesData
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
◆ DynamicsAspect() [1/2]
dart::dynamics::DynamicsAspect::DynamicsAspect |
( |
const DynamicsAspect & |
| ) |
|
|
delete |
◆ DynamicsAspect() [2/2]
◆ cloneAspect()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
◆ getAspectProperties()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
◆ getFrictionCoeff()
const double& dart::dynamics::DynamicsAspect::getFrictionCoeff |
( |
| ) |
const |
|
inline |
◆ getProperties()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
Get the Properties of this Aspect.
◆ getRestitutionCoeff()
const double& dart::dynamics::DynamicsAspect::getRestitutionCoeff |
( |
| ) |
const |
|
inline |
◆ incrementVersion()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
Increment the version of this Aspect and its Composite.
◆ notifyPropertiesUpdate()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
◆ notifyPropertiesUpdated()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
◆ setAspectProperties()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
◆ setFrictionCoeff()
void dart::dynamics::DynamicsAspect::setFrictionCoeff |
( |
const double & |
value | ) |
|
|
inline |
◆ setProperties()
template<class BaseT , class DerivedT , typename PropertiesData , class CompositeT , void(*)(DerivedT *) updateProperties>
Set the Properties of this Aspect.
◆ setRestitutionCoeff()
void dart::dynamics::DynamicsAspect::setRestitutionCoeff |
( |
const double & |
value | ) |
|
|
inline |
◆ mProperties
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>
Properties of this Aspect.
◆ UpdateProperties
template<class BaseT , class DerivedT , typename PropertiesDataT , class CompositeT = Composite, void(*)(DerivedT *) updateProperties = &NoOp<DerivedT*>>