Ponca  7b3f8ad3fde25a027e6452783ccee143798a71b8
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::ProvidesHeightFieldBase Concept Reference

Concept definition

template<typename T>
requires(const T ct, typename T::Scalar s, const typename T::VectorType cv, typename T::VectorType v) {
ct.heightFieldBase();
{ ct.heightFieldBase().getHFromLocalCoordinates(cv) } -> std::same_as<const typename T::Scalar&>;
{ ct.heightFieldBase().getUFromLocalCoordinates(cv) } -> std::same_as<const typename T::Scalar&>;
{ ct.heightFieldBase().getVFromLocalCoordinates(cv) } -> std::same_as<const typename T::Scalar&>;
}
Aggregator class used to declare specialized structures using CRTP.
Definition basket.h:294

Detailed Description

Definition at line 143 of file concepts.h.