3 #include <Process/TimeValue.hpp>
5 #include <Scenario/Process/Algorithms/StandardDisplacementPolicy.hpp>
7 #include <score/model/Identifier.hpp>
16 struct ElementsProperties;
28 static void computeDisplacement(
33 static void getRelatedTimeSyncs(
37 static QString name() {
return QString{
"Old way"}; }
39 template <
typename... Args>
40 static void updatePositions(Args&&... args)
42 CommonDisplacementPolicy::updatePositions(std::forward<Args>(args)...);
45 template <
typename... Args>
46 static void revertPositions(Args&&... args)
48 CommonDisplacementPolicy::revertPositions(std::forward<Args>(args)...);
Definition: GoodOldDisplacementPolicy.hpp:20
The core hierarchical and temporal process of score.
Definition: ScenarioModel.hpp:37
The id_base_t class.
Definition: Identifier.hpp:57
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: dataStructures.hpp:65
Definition: TimeValue.hpp:21