result 16 src/mesh/CylinderMesh.cpp auto result = cylinders.find(points); result 17 src/mesh/CylinderMesh.cpp if(result != cylinders.end()) { return result -> second; } result 18 src/mesh/SphereMesh.cpp auto result = spheres.find(points); result 19 src/mesh/SphereMesh.cpp if(result != spheres.end()) { return result -> second; }