Blender  V3.3
Classes | Namespaces | Functions
BLI_bounds.hh File Reference
#include <optional>
#include "BLI_math_vector.hh"
#include "BLI_task.hh"

Go to the source code of this file.

Classes

struct  blender::bounds::MinMaxResult< T >
 

Namespaces

 blender
 
 blender::bounds
 

Functions

template<typename T >
static std::optional< MinMaxResult< T > > blender::bounds::min_max (Span< T > values)
 
template<typename T , typename RadiusT >
static std::optional< MinMaxResult< T > > blender::bounds::min_max_with_radii (Span< T > values, Span< RadiusT > radii)
 

Detailed Description

Generic algorithms for finding the largest and smallest elements in a span.

Definition in file BLI_bounds.hh.