Loading [MathJax]/extensions/tex2jax.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
meshkernel::ConversionFunctor Concept Reference

Ensure the MeshConversion template parameter has a valid interface. More...

#include <MeshConversion.hpp>

Concept definition

template<typename Operation>
Ensure the MeshConversion template parameter has a valid interface.
Definition MeshConversion.hpp:52
Ensure any instantiation of the MeshConversion Compute function is able to determine source and targe...
Definition MeshConversion.hpp:47
Ensure any instantiation of the MeshTransformation Compute function is with the correct operation.
Definition MeshConversion.hpp:43

Detailed Description

Ensure the MeshConversion template parameter has a valid interface.