|
VisionCpp
0.0.1
|
This file contains the forward declarations and all the necessary include headers for the construction of static expression trees. More...
#include "neighbour_ops/neighbour_ops.hpp"#include "point_ops/point_ops.hpp"#include "complex_ops/complex_ops.hpp"Go to the source code of this file.
Classes | |
| struct | visioncpp::internal::GlobalUnaryOp< USROP, InTp > |
| This class is used to encapsulate the global unary functor and the types of each operand in this functor. More... | |
| struct | visioncpp::internal::LocalUnaryOp< USROP, InTp > |
| This class is used to encapsulate the local unary functor and the types of each operand in this functor. More... | |
| struct | visioncpp::internal::LocalBinaryOp< USROP, InTp1, InTp2 > |
| This class is used to encapsulate the local binary functor and the types of each operand in this functor. More... | |
| struct | visioncpp::internal::PixelUnaryOp< USROP, InTp > |
| This class is used to encapsulate the unary point operation functor and the types of each operand in this functor. More... | |
| struct | visioncpp::internal::PixelBinaryOp< USROP, InTp1, InTp2 > |
| This class is used to encapsulate the binary point operation functor and the types of each operand in this functor. More... | |
Namespaces | |
| visioncpp | |
| VisionCpp namespace. | |
| visioncpp::internal | |
| Internal implementations. | |
This file contains the forward declarations and all the necessary include headers for the construction of static expression trees.
Definition in file expr_tree.hpp.