Wildmeshing Toolkit
|
Namespaces | |
detail | |
Classes | |
struct | AttributeDescription |
Functions | |
WMTK_NLOHMANN_JSON_FRIEND_TO_JSON_PROTOTYPE (AttributeDescription) | |
WMTK_NLOHMANN_JSON_FRIEND_FROM_JSON_PROTOTYPE (AttributeDescription) | |
wmtk::attribute::MeshAttributeHandle | get_attribute (const NamedMultiMesh &mesh, const AttributeDescription &description) |
wmtk::attribute::MeshAttributeHandle | get_attribute (const MeshCollection &mesh, const AttributeDescription &description) |
wmtk::attribute::MeshAttributeHandle | get_attribute (const Mesh &mesh, const AttributeDescription &description) |
wmtk::attribute::MeshAttributeHandle wmtk::components::multimesh::utils::get_attribute | ( | const Mesh & | mesh, |
const AttributeDescription & | description | ||
) |
Definition at line 190 of file get_attribute.cpp.
References wmtk::components::multimesh::utils::detail::decompose_attribute_path(), wmtk::components::multimesh::utils::detail::get_attribute(), wmtk::components::multimesh::utils::AttributeDescription::primitive_type(), and wmtk::components::multimesh::utils::AttributeDescription::type.
wmtk::attribute::MeshAttributeHandle wmtk::components::multimesh::utils::get_attribute | ( | const MeshCollection & | mesh, |
const AttributeDescription & | description | ||
) |
Definition at line 176 of file get_attribute.cpp.
References wmtk::components::multimesh::utils::detail::decompose_attribute_path(), wmtk::components::multimesh::utils::detail::get_attribute(), wmtk::components::multimesh::MeshCollection::get_mesh(), wmtk::components::multimesh::utils::AttributeDescription::primitive_type(), and wmtk::components::multimesh::utils::AttributeDescription::type.
wmtk::attribute::MeshAttributeHandle wmtk::components::multimesh::utils::get_attribute | ( | const NamedMultiMesh & | mesh, |
const AttributeDescription & | description | ||
) |
Definition at line 165 of file get_attribute.cpp.
References wmtk::components::multimesh::utils::detail::decompose_attribute_path(), wmtk::components::multimesh::utils::detail::get_attribute(), wmtk::components::multimesh::NamedMultiMesh::get_mesh(), wmtk::components::multimesh::utils::AttributeDescription::primitive_type(), and wmtk::components::multimesh::utils::AttributeDescription::type.
Referenced by TEST_CASE().
wmtk::components::multimesh::utils::WMTK_NLOHMANN_JSON_FRIEND_FROM_JSON_PROTOTYPE | ( | AttributeDescription | ) |
Definition at line 43 of file AttributeDescription.cpp.
wmtk::components::multimesh::utils::WMTK_NLOHMANN_JSON_FRIEND_TO_JSON_PROTOTYPE | ( | AttributeDescription | ) |
Definition at line 33 of file AttributeDescription.cpp.
References WMTK_NLOHMANN_ASSIGN_TYPE_TO_JSON.