| 2420 | } |
| 2421 | |
| 2422 | std::vector<Surface> SurfaceIntersection::newSurfaces2() const { |
| 2423 | return m_newSurfaces2; |
| 2424 | } |
| 2425 | |
| 2426 | std::ostream& operator<<(std::ostream& os, const SurfaceIntersection& surfaceIntersection) { |
| 2427 | os << "(" << surfaceIntersection.surface1().name().get() << "), "; |
no outgoing calls