Public Member Functions | |
| discrete_shift_node () | |
| discrete_shift_node (const vnl_int_3 &shift, const double &step) | |
| discrete_shift_node | operator- () const |
Public Attributes | |
| vnl_int_3 | shift_ |
| double | step_ |
| delta step compared to previous node. | |
Definition at line 77 of file rgrl_matcher_pseudo_int_3d.h.
| rgrl_matcher_pseudo_int_3d< PixelType >::discrete_shift_node::discrete_shift_node | ( | ) | [inline] |
Definition at line 82 of file rgrl_matcher_pseudo_int_3d.h.
| rgrl_matcher_pseudo_int_3d< PixelType >::discrete_shift_node::discrete_shift_node | ( | const vnl_int_3 & | shift, |
| const double & | step | ||
| ) | [inline] |
Definition at line 84 of file rgrl_matcher_pseudo_int_3d.h.
| discrete_shift_node rgrl_matcher_pseudo_int_3d< PixelType >::discrete_shift_node::operator- | ( | ) | const [inline] |
Definition at line 87 of file rgrl_matcher_pseudo_int_3d.h.
| vnl_int_3 rgrl_matcher_pseudo_int_3d< PixelType >::discrete_shift_node::shift_ |
Definition at line 78 of file rgrl_matcher_pseudo_int_3d.h.
| double rgrl_matcher_pseudo_int_3d< PixelType >::discrete_shift_node::step_ |
delta step compared to previous node.
Definition at line 80 of file rgrl_matcher_pseudo_int_3d.h.
1.7.5.1