#include <site_set_impl.hh>
Public Types | |
typedef const mln::box < typename Sc::site > & | q_box |
Public Member Functions | |
q_box | bbox () const |
Protected Member Functions | |
template<typename S> | |
void | update_bbox_ (const Site_Set< S > &s) |
void | update_bbox_ (const typename Sc::site &p) |
Protected Attributes | |
accu::shape::bbox< typename Sc::site > | bb_ |
Definition at line 76 of file site_set_impl.hh.
typedef const mln::box<typename Sc ::site>& mln::internal::site_set_impl__bbox< trait_bbox, Sc >::q_box |
Definition at line 78 of file site_set_impl.hh.
site_set_impl__bbox< trait_bbox, Sc >::q_box mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bbox | ( | ) | const [inline] |
Definition at line 161 of file site_set_impl.hh.
References mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bb_.
Referenced by mln::internal::site_set_impl__bbox< trait_bbox, Sc >::update_bbox_().
void mln::internal::site_set_impl__bbox< trait_bbox, Sc >::update_bbox_ | ( | const Site_Set< S > & | s | ) | [inline, protected] |
Definition at line 178 of file site_set_impl.hh.
References mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bb_, mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bbox(), and mln::exact().
void mln::internal::site_set_impl__bbox< trait_bbox, Sc >::update_bbox_ | ( | const typename Sc::site & | p | ) | [inline, protected] |
Definition at line 169 of file site_set_impl.hh.
References mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bb_.
accu::shape::bbox<typename Sc ::site> mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bb_ [protected] |
Definition at line 86 of file site_set_impl.hh.
Referenced by mln::internal::site_set_impl__bbox< trait_bbox, Sc >::bbox(), and mln::internal::site_set_impl__bbox< trait_bbox, Sc >::update_bbox_().