5#include <nlohmann/json.hpp>
17attribute::MeshAttributeHandle
get_attribute(
const Mesh& m,
const std::string& name);
19attribute::MeshAttributeHandle
get_attribute(
const Mesh& m,
const nlohmann::json& attribute);
23 const nlohmann::json& attribute_names);
wmtk::attribute::MeshAttributeHandle get_attribute(const Mesh &mesh, const std::string_view &name, PrimitiveType pt)
std::vector< attribute::MeshAttributeHandle > get_attributes(const Mesh &m, const nlohmann::json &attribute_names)