Wildmeshing Toolkit
Loading...
Searching...
No Matches
get_attributes.hpp File Reference
#include <wmtk/Mesh.hpp>
#include <nlohmann/json.hpp>
Include dependency graph for get_attributes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  wmtk
 
namespace  wmtk::components
 
namespace  wmtk::components::utils
 

Functions

attribute::MeshAttributeHandle wmtk::components::utils::get_attribute (const Mesh &m, const std::string &name)
 Get an attribute handle only by name.
 
attribute::MeshAttributeHandle wmtk::components::utils::get_attribute (const Mesh &m, const nlohmann::json &attribute)
 
std::vector< attribute::MeshAttributeHandlewmtk::components::utils::get_attributes (const Mesh &m, const nlohmann::json &attribute_names)