VisionCpp
0.0.1
|
This class is used to encapsulate the unary point operation functor and the types of each operand in this functor. More...
#include <expr_tree.hpp>
Public Types | |
using | OP = USROP |
using | InType = InTp |
using | OutType = decltype(OP()(x)) |
Public Attributes | |
InType | x |
This class is used to encapsulate the unary point operation functor and the types of each operand in this functor.
The functor passed to this struct applies point operation. This struct is used for point operation. template parameters:
USROP | : the user/built-in functor |
InTp | the right-hand side input type for the unary functor |
Definition at line 86 of file expr_tree.hpp.
using visioncpp::internal::PixelUnaryOp< USROP, InTp >::InType = InTp |
Definition at line 88 of file expr_tree.hpp.
using visioncpp::internal::PixelUnaryOp< USROP, InTp >::OP = USROP |
Definition at line 87 of file expr_tree.hpp.
using visioncpp::internal::PixelUnaryOp< USROP, InTp >::OutType = decltype(OP()(x)) |
Definition at line 90 of file expr_tree.hpp.
InType visioncpp::internal::PixelUnaryOp< USROP, InTp >::x |
Definition at line 89 of file expr_tree.hpp.