Skip to content

Commit db0bcb6

Browse files
committed
Bye bye DAGNode
1 parent d6d5603 commit db0bcb6

File tree

31 files changed

+78
-130
lines changed

31 files changed

+78
-130
lines changed

Sofa/Component/Collision/Detection/Algorithm/tests/CollisionPipeline_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ using sofa::core::objectmodel::BaseObject ;
3434
#include <sofa/component/collision/detection/algorithm/CollisionPipeline.h>
3535
using sofa::component::collision::detection::algorithm::CollisionPipeline ;
3636

37-
#include <sofa/simulation/graph/DAGSimulation.h>
38-
using sofa::simulation::graph::DAGSimulation ;
39-
4037
#include <sofa/simulation/Node.h>
4138
using sofa::simulation::Node ;
4239

Sofa/Component/Collision/Detection/Intersection/tests/LocalMinDistance_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ using std::string;
2929
#include <sofa/testing/BaseSimulationTest.h>
3030
using sofa::testing::BaseSimulationTest;
3131

32-
#include <sofa/simulation/graph/DAGSimulation.h>
33-
using sofa::simulation::graph::DAGSimulation ;
32+
#include <sofa/simulation/Simulation.h>
3433
using sofa::simulation::Node ;
3534

3635
#include <sofa/simulation/common/SceneLoaderXML.h>

Sofa/Component/Engine/Analyze/tests/AverageCoord_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ using sofa::testing::BaseSimulationTest;
2727
#include <sofa/component/statecontainer/MechanicalObject.h>
2828
using sofa::component::statecontainer::MechanicalObject ;
2929

30-
#include <sofa/simulation/graph/DAGSimulation.h>
30+
#include <sofa/simulation/Simulation.h>
3131
using sofa::simulation::Simulation ;
3232
using sofa::simulation::Node ;
3333
using sofa::core::objectmodel::New ;
3434
using sofa::core::objectmodel::BaseData ;
35-
using sofa::simulation::graph::DAGSimulation;
3635

3736
#include <sofa/component/engine/analyze/AverageCoord.h>
3837
using sofa::component::engine::analyze::AverageCoord ;

Sofa/Component/Engine/Analyze/tests/ClusteringEngine_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ using sofa::testing::BaseSimulationTest;
2626
#include <sofa/component/statecontainer/MechanicalObject.h>
2727
using sofa::component::statecontainer::MechanicalObject ;
2828

29-
#include <sofa/simulation/graph/DAGSimulation.h>
29+
#include <sofa/simulation/Simulation.h>
3030
using sofa::simulation::Simulation ;
3131
using sofa::simulation::Node ;
3232
using sofa::core::objectmodel::New ;
3333
using sofa::core::objectmodel::BaseData ;
34-
using sofa::simulation::graph::DAGSimulation;
3534

3635
#include <sofa/core/visual/VisualParams.h>
3736
using sofa::core::visual::VisualParams;

Sofa/Component/Engine/Generate/tests/ExtrudeEdgesAndGenerateQuads_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ using sofa::testing::BaseSimulationTest;
2525

2626
#include <sofa/helper/BackTrace.h>
2727

28-
#include <sofa/simulation/graph/DAGSimulation.h>
28+
#include <sofa/simulation/Simulation.h>
2929
using sofa::simulation::Simulation ;
3030
using sofa::simulation::Node ;
3131
using sofa::core::objectmodel::New ;
3232
using sofa::core::objectmodel::BaseData ;
33-
using sofa::simulation::graph::DAGSimulation;
3433

3534
#include <sofa/component/engine/generate/ExtrudeEdgesAndGenerateQuads.h>
3635
using sofa::component::engine::generate::ExtrudeEdgesAndGenerateQuads ;

Sofa/Component/Engine/Generate/tests/MergePoints_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include <sofa/testing/BaseSimulationTest.h>
2323
using sofa::testing::BaseSimulationTest;
2424

25-
#include <sofa/simulation/graph/DAGSimulation.h>
26-
using sofa::simulation::graph::DAGSimulation;
25+
#include <sofa/simulation/Simulation.h>
2726
using sofa::simulation::Simulation ;
2827
using sofa::core::objectmodel::New ;
2928

Sofa/Component/Engine/Select/tests/BoxROI_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ using sofa::core::objectmodel::ComponentState;
3737
#include <sofa/component/engine/select/BoxROI.inl>
3838
using sofa::component::engine::select::BoxROI;
3939

40-
#include <sofa/simulation/graph/DAGSimulation.h>
40+
#include <sofa/simulation/Simulation.h>
4141
using sofa::simulation::Simulation;
42-
using sofa::simulation::graph::DAGSimulation;
4342
#include <sofa/simulation/Node.h>
4443
using sofa::simulation::Node;
4544
using sofa::core::objectmodel::BaseObject;

Sofa/Component/Engine/Select/tests/ComplementaryROI_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ using sofa::testing::BaseSimulationTest;
2525

2626
#include <sofa/helper/BackTrace.h>
2727

28-
#include <sofa/simulation/graph/DAGSimulation.h>
28+
#include <sofa/simulation/Simulation.h>
2929
using sofa::simulation::Simulation ;
3030
using sofa::simulation::Node ;
3131
using sofa::core::objectmodel::New ;
3232
using sofa::core::objectmodel::BaseData ;
33-
using sofa::simulation::graph::DAGSimulation;
3433

3534
#include <sofa/core/visual/VisualParams.h>
3635
using sofa::core::visual::VisualParams;

Sofa/Component/Engine/Select/tests/MeshROI_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ using sofa::testing::BaseSimulationTest;
2525

2626
#include <sofa/helper/BackTrace.h>
2727

28-
#include <sofa/simulation/graph/DAGSimulation.h>
28+
#include <sofa/simulation/Simulation.h>
2929
using sofa::simulation::Simulation ;
3030
using sofa::simulation::Node ;
3131
using sofa::core::objectmodel::New ;
3232
using sofa::core::objectmodel::BaseData ;
33-
using sofa::simulation::graph::DAGSimulation;
3433

3534
#include <sofa/component/engine/select/MeshROI.inl>
3635
using sofa::component::engine::select::MeshROI ;

Sofa/Component/Engine/Select/tests/PlaneROI_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ using sofa::testing::BaseSimulationTest;
2525

2626
#include <sofa/helper/BackTrace.h>
2727

28-
#include <sofa/simulation/graph/DAGSimulation.h>
28+
#include <sofa/simulation/Simulation.h>
2929
using sofa::simulation::Simulation ;
3030
using sofa::simulation::Node ;
3131
using sofa::core::objectmodel::New ;
3232
using sofa::core::objectmodel::BaseData ;
33-
using sofa::simulation::graph::DAGSimulation;
3433

3534
#include <sofa/component/engine/select/PlaneROI.h>
3635
using sofa::component::engine::select::PlaneROI ;

0 commit comments

Comments
 (0)