| 59 | MatrixFr get_vertices() const { return m_vertices; } |
| 60 | MatrixIr get_faces() const { return m_faces; } |
| 61 | VectorI get_face_sources() const { return m_face_sources; } |
| 62 | ThicknessType get_thickness_type() const { return m_thickness_type; } |
| 63 | |
| 64 | void set_profile(WireProfilePtr profile) { m_profile = profile; } |
no outgoing calls
no test coverage detected