homog2d library
Public Member Functions | List of all members
h2d::fct::BBFunct Struct Reference

A functor to get the Bounding Box. More...

#include <homog2d.hpp>

Public Member Functions

template<typename T >
FRect_< HOMOG2D_INUMTYPEoperator() (const T &a)
 

Detailed Description

A functor to get the Bounding Box.

See also
getBB()

Member Function Documentation

◆ operator()()

template<typename T >
FRect_<HOMOG2D_INUMTYPE> h2d::fct::BBFunct::operator() ( const T &  a)
inline
10156  {
10157  return a.getBB();
10158  }
Here is the call graph for this function:

The documentation for this struct was generated from the following file: