VisionCpp
0.0.1
|
This file contains a set of includes and forward declaration required to build complex operations like pyramid. More...
#include "pyramid_mem.hpp"
#include "pyramid_with_auto_mem_gen.hpp"
#include "pyramid_with_auto_mem_sep.hpp"
Go to the source code of this file.
Classes | |
struct | visioncpp::internal::PyramidLeafNode< PyramidT, N > |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<size_t Cols, size_t Rows, size_t Depth, size_t Current_Depth, typename LHS > | |
CreatePyramidTupleType< false, Cols, Rows, LHS::Type::LeafType, Depth, 0, LHS >::Type | visioncpp::internal::create_pyramid_memory () |
create_pyramid_memory template deduction function for CreatePyramidTuple struct. More... | |
This file contains a set of includes and forward declaration required to build complex operations like pyramid.
Definition in file complex_ops.hpp.