Wildmeshing Toolkit
|
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/components/input/InputOptions.hpp>
#include <wmtk/components/input/input.hpp>
#include <wmtk/components/input/mesh_with_tag_from_image.hpp>
#include <wmtk/io/Cache.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
TEST_CASE ("component_input", "[components][input]") | |
TEST_CASE ("component_input_point", "[components][input][.]") | |
TEST_CASE ("mesh_with_tag_from_image", "[components][input]") | |
TEST_CASE | ( | "component_input" | , |
"" | [components][input] | ||
) |
Definition at line 15 of file input.cpp.
References data_dir, and wmtk::components::input::input().
TEST_CASE | ( | "component_input_point" | , |
"" | [components][input][.] | ||
) |
Definition at line 70 of file input.cpp.
References data_dir, and wmtk::components::input::input().
TEST_CASE | ( | "mesh_with_tag_from_image" | , |
"" | [components][input] | ||
) |
Definition at line 76 of file input.cpp.
References data_dir, wmtk::io::Cache::get_cache_path(), and wmtk::components::input::mesh_with_tag_from_image().