1 #include <gtest/gtest.h> 3 #include <Unittests/unittests_common.hh> 14 virtual void SetUp() {
20 virtual void TearDown() {
31 virtual void SetUp() {
37 virtual void TearDown() {
51 TEST_F(OpenMeshTypeTest_Triangle, testTypeFunctions) {
54 EXPECT_TRUE(mesh_.
is_trimesh()) <<
"Type Error!";
59 TEST_F(OpenMeshTypeTest_Poly, testTypeFunctions) {
62 EXPECT_FALSE(mesh_.
is_trimesh()) <<
"Type Error!";
static constexpr bool is_trimesh()
Determine whether this is a PolyMeshT or TriMeshT (This function does not check the per face vertex c...
static constexpr bool is_polymesh()
Determine whether this is a PolyMeshT or TriMeshT (This function does not check the per face vertex c...