Wildmeshing Toolkit
AttributeTransferStrategy.cpp
Go to the documentation of this file.
1 
2 #include <wmtk/Mesh.hpp>
3 //
6 
7 
8 namespace wmtk::operations {
9 
10 template <typename T>
12  const attribute::MeshAttributeHandle& handle)
14 {}
15 
16 template <typename T>
18 {
19  return handle().primitive_type();
20 }
21 template <typename T>
23 {
24  return handle().mesh();
25 }
26 
27 
30 template class AttributeTransferStrategy<char>;
32 } // namespace wmtk::operations
AttributeTransferStrategy(const attribute::MeshAttributeHandle &my_handle)