#include <nagao.hh>
Collaboration diagram for oln::convol::internal::se_array< Size, S >:
Public Types | |
typedef mlc::exact< oln::abstract::struct_elt< S > >::ret | struct_elt_type |
Type of the struturing elements. | |
typedef mlc::array1d< typename mlc::array1d_info< Size >, struct_elt_type > | array_type |
Type of the array. | |
enum | { size = Size } |
Number of structuring elements. | |
Public Member Functions | |
struct_elt_type & | operator[] (int i) |
nth struturing element. | |
struct_elt_type | operator[] (int i) const |
nth struturing element. | |
coord | delta () const |
Maximum of the delta of the structuring elements. | |
Protected Attributes | |
array_type | tab |
Array of structuring elements. | |
coord | delta_ |
Maximum delta. |
Size | Number of structuring elements. |
S | structuring element type. |
Definition at line 50 of file nagao.hh.
|
Maximum delta.
Definition at line 103 of file nagao.hh. Referenced by oln::convol::internal::se_array< Size, S >::delta(), and oln::convol::internal::se_array< Size, S >::operator[](). |