📄 polymesht_assign.hh
字号:
{ This::clear(); typename OtherMesh::ConstVertexIter vIt(_rhs.vertices_begin()), vEnd(_rhs.vertices_end()); for (; vIt != vEnd; ++vIt) add_vertex(_rhs.point(vIt)); typename OtherMesh::ConstFaceIter fIt(_rhs.faces_begin()), fEnd(_rhs.faces_end()); std::vector<VertexHandle> face_vhandles; for (; fIt != fEnd; ++fIt) { typename OtherMesh::ConstFaceVertexIter fvIt=_rhs.cfv_iter(_rhs.handle(*fIt)); face_vhandles.clear(); for (; fvIt; ++fvIt) face_vhandles.push_back(fvIt.handle()); add_face(face_vhandles); } return *this;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -