| 2014 | } |
| 2015 | |
| 2016 | MeshFacetArray::_TConstIterator MeshRefPointToFacets::GetFacet(FacetIndex index) const |
| 2017 | { |
| 2018 | return _rclMesh.GetFacets().begin() + index; |
| 2019 | } |
| 2020 | |
| 2021 | const std::set<FacetIndex>& MeshRefPointToFacets::operator[](PointIndex pos) const |
| 2022 | { |
no test coverage detected