Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SofaBaseTopology Test] Add battery of tests on topology containers #708

Merged
merged 19 commits into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7fc7096
[SofaBaseTopology tests] ADD: TriangleSetTopology_test class to test …
epernod Jul 4, 2018
ad60ce8
[SofaBaseTopology] FIX: nbPoint was still set to 0 if only Data were …
epernod Jul 4, 2018
51f954d
[SofaBaseTopology tests] ADD: EdgeSetTopology_test class to test Edge…
epernod Jul 5, 2018
92ccbb0
[SofaBaseTopology] FIX: nbPoint was still set to 0 if only Data were …
epernod Jul 5, 2018
7b43912
[SofaBaseTopology test] FIx: forgot to add the obj mesh file with onl…
epernod Jul 5, 2018
e2e7255
[SofaBaseTopology Test] UPDATE: factorize the topology scene creation.
epernod Jul 5, 2018
c7d828b
[SofaBaseTopology] FIX: nbPoint was still set to 0 if only Data were …
epernod Jul 5, 2018
8497b35
[SofaBaseTopology tests] ADD: QuadSetTopology_test class to test quad…
epernod Jul 5, 2018
12435aa
[SofaBaseTopology tests] ADD: Tetrahedron and Hexahedron SetTopology_…
epernod Jul 5, 2018
8e66aff
[SofaBaseTopology Test] Update: small esthetic changes on the differe…
epernod Jul 6, 2018
debb6eb
[SofaBaseTopology] FIX: all getter to the cross topology buffer array…
epernod Jul 6, 2018
6f7b65b
[SofaBaseTopology Tests] Add: option in the fake topology scene to se…
epernod Jul 6, 2018
cb9b8d2
[SofaBaseTopology_test] FIX: remove hardcoded path file by use of Dat…
epernod Jul 10, 2018
8615334
[SofaBaseTopology] Fix: in method getElement(id) check if id is outsi…
epernod Jul 10, 2018
5bf45e3
[SofaBaseTopology_test] Fix: meshTopology need to be init before use …
epernod Jul 10, 2018
0bd2e2b
[SofaBaseTopology] FIX: some buffer creation order where not identica…
epernod Jul 11, 2018
e5a6ff0
[TopologyModifier scene test] FIX: remove triangleFEM from the test. …
epernod Jul 12, 2018
c55a905
[TopologyModifier scene test] FIX: remove triangleFEM from the test. …
epernod Jul 12, 2018
41ebcf3
fix the edgeInRoi test, ground truth has changed since the edge array…
epernod Jul 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SofaBaseTopology Tests] Add: option in the fake topology scene to se…
…t a MeshTopology instead of dynamic containers.

Add: MestTopology_test where most common getter are tested and the all topology buffers are compare to the dynamic_container one, assuming that the tests on the dynamic topology are already testing the topology itself.
  • Loading branch information
epernod committed Jul 6, 2018
commit 6f7b65be7dfeb81a0fe50402a7fa388f3e68f1fd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ set(SOURCE_FILES
TetrahedronSetTopology_test.cpp
HexahedronSetTopology_test.cpp

MeshTopology_test.cpp

RegularGridTopology_test.cpp
TetrahedronNumericalIntegration_test.cpp
TriangleNumericalIntegration_test.cpp)
Expand Down
Loading