$extrastylesheet
Public Types | |
typedef mln::accu::shape::bbox < typename L::site > | bbox_accu_t |
typedef mln::accu::center < typename L::site > | center_accu_t |
typedef center_accu_t::result | center_t |
typedef mln::accu::pair < bbox_accu_t, center_accu_t > | pair_accu_t |
typedef std::pair< mln_box(L), std::pair< typename L::site, unsigned > > | pair_data_t |
Public Member Functions | |
component_set_data (const L &ima, const typename L::value &ncomps) | |
component_set_data (const L &ima, const typename L::value &ncomps, const mln::util::array< pair_accu_t > &attribs, component::Type type=component::Undefined) | |
component_set_data (const L &ima, const typename L::value &ncomps, const mln::util::array< pair_data_t > &attribs, component::Type type=component::Undefined) | |
component_set_data (const L &ima, const typename L::value &ncomps, const mln::util::array< scribo::component_info< L > > &infos) | |
void | fill_infos (const mln::util::array< pair_accu_t > &attribs, component::Type type=component::Undefined) |
void | fill_infos (const mln::util::array< pair_data_t > &attribs, component::Type type=component::Undefined) |
void | soft_init (const typename L::value ncomps) |
Public Attributes | |
L | ima_ |
mln::util::array < scribo::component_info< L > > | infos_ |
L::value | ncomps_ |
mln::trait::ch_value< L, bool > ::ret | separators_ |
Definition at line 82 of file component_set.hh.