Wildmeshing Toolkit
Loading...
Searching...
No Matches
AttributeTransferStrategy.cpp
Go to the documentation of this file.
1
2#include <wmtk/Mesh.hpp>
3//
6
7
8namespace wmtk::operations {
9
10template <typename T>
15
16template <typename T>
21template <typename T>
23{
24 return handle().mesh();
25}
26
27
32} // namespace wmtk::operations
virtual PrimitiveType primitive_type() const =0
AttributeTransferStrategy(const attribute::MeshAttributeHandle &my_handle)