44 INFO(
"Mesh property vector '{:s}' is empty.",
49 auto const [min, max] =
50 std::minmax_element(begin(property), end(property));
51 return {{*min, *max}};
Definition of the AABB class.
void INFO(fmt::format_string< Args... > fmt, Args &&... args)
Definition of the class Properties that implements a container of properties.
Definition of the Mesh class.
Definition of the Node class.
Class AABB is an axis aligned bounding box around a given set of geometric points of (template) type ...
std::string const & getPropertyName() const