Loading [MathJax]/jax/output/HTML-CSS/config.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
meshkernel::HasTransformationProjection Concept Reference

Ensure any instantiation of the MeshTransformation Compute function is able to determine the projection. More...

#include <MeshTransformation.hpp>

Concept definition

template<typename Function>
concept meshkernel::HasTransformationProjection = requires(Function op) {{ op.TransformationProjection()} -> std::same_as<Projection>; }
Ensure any instantiation of the MeshTransformation Compute function is able to determine the projecti...
Definition MeshTransformation.hpp:50

Detailed Description

Ensure any instantiation of the MeshTransformation Compute function is able to determine the projection.