Ponca  4d2a58fa5c6375adef5c4b208f4d47e016cecd6d
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::ProvidesWeingartenMap Concept Reference

Concept definition

template<typename T>
concept Ponca::ProvidesWeingartenMap = requires(const T ct, typename T::Matrix2 m) {
{ ct.weingartenMap() } -> std::convertible_to<typename T::Matrix2>;
ct.weingartenMap(m);
}
Aggregator class used to declare specialized structures using CRTP.
Definition basket.h:260

Detailed Description

Definition at line 239 of file concepts.h.