1 #include <gtest/gtest.h>
2 #include <Unittests/unittests_common.hh>
26 virtual void SetUp() {
32 virtual void TearDown() {
67 std::vector<PolyMeshVec2i::VertexHandle> face_vhandles;
69 face_vhandles.push_back(vhandle[0]);
70 face_vhandles.push_back(vhandle[1]);
71 face_vhandles.push_back(vhandle[2]);
72 mesh_.add_face(face_vhandles);
82 mesh_.request_vertex_normals();
83 mesh_.request_halfedge_normals();
84 mesh_.request_face_normals();
Kernel::Point Point
Coordinate type.
VertexHandle add_vertex(const Point &_p)
Alias for new_vertex(const Point&).
Kernel::VertexHandle VertexHandle
Handle for referencing the corresponding item.