Wildmeshing Toolkit
|
#include "tag_intersection.hpp"
#include <deque>
#include <wmtk/TriMesh.hpp>
#include <wmtk/components/utils/get_attributes.hpp>
#include <wmtk/io/HDF5Writer.hpp>
#include <wmtk/io/MeshReader.hpp>
#include <wmtk/simplex/Simplex.hpp>
#include <wmtk/simplex/open_star.hpp>
#include <wmtk/utils/Logger.hpp>
#include "internal/TagIntersection.hpp"
#include "internal/TagIntersectionOptions.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
Functions | |||||
auto | wmtk::components::gather_attributes (io::Cache &cache, const Mesh &mesh, const internal::TagIntersectionOptions &options) | ||||
tag_intersection | |||||
when you what to get a tag intersection between several tag attributes, then you can call this function
| |||||
void | wmtk::components::tag_intersection (const utils::Paths &paths, const nlohmann::json &j, io::Cache &cache) | ||||