VisionCpp  0.0.1
Classes | Namespaces
expr_tree.hpp File Reference

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"
Include dependency graph for expr_tree.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.