Wildmeshing Toolkit
make_cast_attribute_transfer_strategy.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 
8  std::shared_ptr<AttributeTransferStrategyBase> make_cast_attribute_transfer_strategy( const wmtk::attribute::MeshAttributeHandle& source, const wmtk::attribute::MeshAttributeHandle& target);
9 
10 }
std::shared_ptr< AttributeTransferStrategyBase > make_cast_attribute_transfer_strategy(const wmtk::attribute::MeshAttributeHandle &source, const wmtk::attribute::MeshAttributeHandle &target)