Wildmeshing Toolkit
GetAllMeshesOptions.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <nlohmann/json.hpp>
4 
5 namespace wmtk {
6 namespace components {
7 namespace internal {
8 
10 {
11  std::string input;
12  std::string name;
13 };
14 
16 
17 } // namespace internal
18 } // namespace components
19 } // namespace wmtk
std::shared_ptr< Mesh > input(const std::filesystem::path &file, const bool ignore_z_if_zero, const std::vector< std::string > &tetrahedron_attributes)
Definition: input.cpp:12
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)
Definition: Accessor.hpp:6