5 #include <nlohmann/json.hpp>
17 attribute::MeshAttributeHandle
get_attribute(
const Mesh& m,
const std::string& name);
attribute::MeshAttributeHandle get_attribute(const Mesh &m, const std::string &name)
Get an attribute handle only by name.
std::vector< attribute::MeshAttributeHandle > get_attributes(const Mesh &m, const nlohmann::json &attribute_names)