Wildmeshing Toolkit
|
Functions | |
wmtk::attribute::MeshAttributeHandle | get_attribute (const Mesh &mesh, const nlohmann::json &js) |
wmtk::attribute::MeshAttributeHandle | get_attribute (const wmtk::components::multimesh::MeshCollection &mc, const nlohmann::json &js) |
wmtk::attribute::MeshAttributeHandle wmtk::components::multimesh::utils::get_attribute | ( | const Mesh & | mesh, |
const nlohmann::json & | js | ||
) |
Definition at line 8 of file get_attribute.cpp.
References wmtk::Mesh::get_attribute_handle(), wmtk::get_primitive_type_from_id(), wmtk::Mesh::has_attribute(), wmtk::log_and_throw_error(), and wmtk::Mesh::top_cell_dimension().
Referenced by get_attribute().
wmtk::attribute::MeshAttributeHandle wmtk::components::multimesh::utils::get_attribute | ( | const wmtk::components::multimesh::MeshCollection & | mc, |
const nlohmann::json & | js | ||
) |
Definition at line 79 of file get_attribute.cpp.
References get_attribute(), and wmtk::components::multimesh::MeshCollection::get_mesh().