Home
last modified time | relevance | path

Searched refs:bond2InnerMatch (Results 1 – 1 of 1) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A Dcatch_tests.cpp2457 std::smatch bond2InnerMatch; variable
2458 REQUIRE(std::regex_match(bond2[1], bond2InnerMatch, regex));
2459 REQUIRE(bond2InnerMatch.size() == 5);
2473 RDGeom::Point2D(std::stof(bond2InnerMatch[1]),
2474 std::stof(bond2InnerMatch[2])) +
2475 RDGeom::Point2D(std::stof(bond2InnerMatch[3]),
2476 std::stof(bond2InnerMatch[4])) /