Skip to content
Snippets Groups Projects
Commit 2871cbe7 authored by marco's avatar marco
Browse files

added blurp to explain the idea behind the POV export unit test

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1861 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent c6462029
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,12 @@ bool compare_files(const String& test, const String& gold_standard)
return true;
}
// The GfxView uses a std::map for efficient access to atoms. This however has
// implications for the POV export. In general we can't assume that the atoms
// are written in any particular order. That's why we first filter out all
// cylinder and sphere objects and sort them before we compare them against
// the gold standard. For the trace-based renderers this is no problem as we
// always get cylinders and spheres sorted form N- to C-term.
bool compare_sphere_cyl_entries(const String& test,
const String& gold_standard)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment