-
- Downloads
added unit tests for entity POV export
the unit tests use a set of gold standard files that are then compared to the output of gfx::Scene::Instance().ExportPov(). This assumes that there are no differences due to errors in floating point arithmetic. If floating point errors tend to show on some of the platforms, we will have find another way to check the correctness of the POV export. git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1860 5a81b35b-ba03-0410-adc8-b2c5c5119f08
Showing
- modules/gfx/tests/CMakeLists.txt 6 additions, 1 deletionmodules/gfx/tests/CMakeLists.txt
- modules/gfx/tests/test_ent_pov_export.cc 198 additions, 0 deletionsmodules/gfx/tests/test_ent_pov_export.cc
- modules/gfx/tests/testfiles/helix.pdb 69 additions, 0 deletionsmodules/gfx/tests/testfiles/helix.pdb
- modules/gfx/tests/testfiles/pov_cartoon_std.inc 6736 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_cartoon_std.inc
- modules/gfx/tests/testfiles/pov_cpk_std.inc 76 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_cpk_std.inc
- modules/gfx/tests/testfiles/pov_custom_std.inc 210 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_custom_std.inc
- modules/gfx/tests/testfiles/pov_line_trace_std.inc 558 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_line_trace_std.inc
- modules/gfx/tests/testfiles/pov_simple_std.inc 210 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_simple_std.inc
- modules/gfx/tests/testfiles/pov_sline_std.inc 718 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_sline_std.inc
- modules/gfx/tests/testfiles/pov_trace_std.inc 57 additions, 0 deletionsmodules/gfx/tests/testfiles/pov_trace_std.inc
Loading
Please register or sign in to comment