|
| | ROI2D () |
| |
| | ROI2D (const ROI2D &)=default |
| |
| | ROI2D (ROI2D &&) noexcept=default |
| |
| ROI2D & | operator= (const ROI2D &)=default |
| |
| ROI2D & | operator= (ROI2D &&)=default |
| |
| | ~ROI2D () noexcept=default |
| |
| | ROI2D (Array2D< bool >, difference_type=0) |
| |
| | ROI2D (region_nlinfo, difference_type, difference_type) |
| |
| | ROI2D (region_boundary, difference_type, difference_type) |
| |
| | ROI2D (std::vector< region_nlinfo >, difference_type, difference_type) |
| |
| | ROI2D (std::vector< region_boundary >, difference_type, difference_type) |
| |
| difference_type | height () const |
| |
| difference_type | width () const |
| |
| bool | empty () const |
| |
| bool | in_bounds (difference_type p) const |
| |
| bool | in_bounds (difference_type p1, difference_type p2) const |
| |
| bool | operator() (difference_type p) const |
| |
| bool | operator() (difference_type p1, difference_type p2) const |
| |
| const Array2D< bool > & | get_mask () const |
| |
| const region_nlinfo & | get_nlinfo (difference_type) const |
| |
| const region_boundary & | get_boundary (difference_type) const |
| |
| difference_type | get_points () const |
| |
| difference_type | size_regions () const |
| |
| std::pair< difference_type, difference_type > | get_region_idx (difference_type, difference_type) const |
| |
| ROI2D | reduce (difference_type) const |
| |
| ROI2D | form_union (const Array2D< bool > &) const |
| |
| incrementor | begin_inc () const |
| |
| incrementor | end_inc () const |
| |
| contig_subregion_generator | get_contig_subregion_generator (SUBREGION, difference_type) const |
| |
| std::string | size_string () const |
| |
| std::string | size_2D_string () const |
| |
Definition at line 29 of file ROI2D.h.