32 #include "DGtal/base/Common.h"
33 #include "ConfigTest.h"
34 #include "DGtalCatch.h"
35 #include "DGtal/helpers/StdDefs.h"
37 #include <igl/readOFF.h>
44 using namespace DGtal;
56 SECTION(
"Simple test with OBJ IO")
58 igl::readOFF(testPath +
"samples/box.off", V, F);
DGtal is the top-level namespace which contains all DGtal functions and types.
SECTION("Testing constant forward iterators")
REQUIRE(domain.isInside(aPoint))
TEST_CASE("Testing LibIGL")