Commit 8a247b4
authored
[Sofa.Simulation.Graph] Remove DAGNode related test files (#5670)
* Merge DAGNode in Node
* Use Node in place of DAGNode in sofa's code.
* Copy past content of DAGNode in Node
* FIXUP forward declaration of BaseMechanicalstate
* FIX Node refactoring invalid merge.
* Clean of the integration of DAGNode into Node
Important things are:
- integration of NODEgetMeshTopologyLink into getMeshTopologyLink
- refactoring of updateContext, updateVisualContext and updateSimulationContext
Some code was shared between them.. so I factorize that into a new method called initializeContexts()
non important things are removal of un-needed static_cast<Node*>
* Add deprecation macro in DAGNode.h forwarding to Node
* Move DAGNode_test DAG_test in Node_test.cpp
* FIX the TEST_F problem1 parent eb9c2c9 commit 8a247b4
File tree
4 files changed
+443
-512
lines changed- Sofa/framework/Simulation/Graph/test
4 files changed
+443
-512
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
This file was deleted.
0 commit comments