| 808 | } |
| 809 | |
| 810 | void IfcGeom::util::points_on_planar_face_generator::reset() { |
| 811 | i = j = (int)inset_; |
| 812 | } |
| 813 | |
| 814 | bool IfcGeom::util::points_on_planar_face_generator::operator()(gp_Pnt& p) { |
| 815 | while (j < N) { |
no outgoing calls
no test coverage detected