|
TuttleOFX
1
|
#include <matrix.hpp>
Public Types | |
| typedef channel_type< PixelR > ::type | ChannelR |
Public Member Functions | |
| pixel_matrix33_multiply_t (const Matrix &m) | |
| GIL_FORCEINLINE PixelR | operator() (const PixelRef &p) const |
Data Fields | |
| const Matrix | _matrix |
Definition at line 12 of file matrix.hpp.
| typedef channel_type<PixelR>::type terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::ChannelR |
Definition at line 14 of file matrix.hpp.
| terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::pixel_matrix33_multiply_t | ( | const Matrix & | m | ) | [inline] |
Definition at line 17 of file matrix.hpp.
| GIL_FORCEINLINE PixelR terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::operator() | ( | const PixelRef & | p | ) | const [inline] |
Definition at line 22 of file matrix.hpp.
References terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::_matrix.
| const Matrix terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::_matrix |
Definition at line 15 of file matrix.hpp.
Referenced by terry::numeric::pixel_matrix33_multiply_t< PixelRef, Matrix, PixelR >::operator()().