VisionCpp  0.0.1
Static Public Member Functions | List of all members
visioncpp::internal::PyramidExecuteAutoMemGen< true, Fltr2DOP, DownSmplOP, Cols, Rows, LeafType, OffsetCol, OffsetRow, LVL, LC, LR, LCT, LRT, Depth, CurrentDepth, LHS, RHS, Fltr2D, PyramidMem, DeviceT > Struct Template Reference

specialisation of the PyramidExecuteAutoMemGen when the SatisfyingConds is true. More...

#include <pyramid_with_auto_mem_gen.hpp>

Collaboration diagram for visioncpp::internal::PyramidExecuteAutoMemGen< true, Fltr2DOP, DownSmplOP, Cols, Rows, LeafType, OffsetCol, OffsetRow, LVL, LC, LR, LCT, LRT, Depth, CurrentDepth, LHS, RHS, Fltr2D, PyramidMem, DeviceT >:

Static Public Member Functions

static void sub_execute (RHS &rhs, Fltr2D &fltr2D, PyramidMem &mem, const DeviceT &dev)
 

Detailed Description

template<typename Fltr2DOP, typename DownSmplOP, size_t Cols, size_t Rows, size_t LeafType, size_t OffsetCol, size_t OffsetRow, size_t LVL, size_t LC, size_t LR, size_t LCT, size_t LRT, size_t Depth, size_t CurrentDepth, typename LHS, typename RHS, typename Fltr2D, typename PyramidMem, typename DeviceT>
struct visioncpp::internal::PyramidExecuteAutoMemGen< true, Fltr2DOP, DownSmplOP, Cols, Rows, LeafType, OffsetCol, OffsetRow, LVL, LC, LR, LCT, LRT, Depth, CurrentDepth, LHS, RHS, Fltr2D, PyramidMem, DeviceT >

specialisation of the PyramidExecuteAutoMemGen when the SatisfyingConds is true.

It does nothing but representing the end of recursive constructing and launching of an expression tree

Definition at line 116 of file pyramid_with_auto_mem_gen.hpp.

Member Function Documentation

◆ sub_execute()

template<typename Fltr2DOP , typename DownSmplOP , size_t Cols, size_t Rows, size_t LeafType, size_t OffsetCol, size_t OffsetRow, size_t LVL, size_t LC, size_t LR, size_t LCT, size_t LRT, size_t Depth, size_t CurrentDepth, typename LHS , typename RHS , typename Fltr2D , typename PyramidMem , typename DeviceT >
static void visioncpp::internal::PyramidExecuteAutoMemGen< true, Fltr2DOP, DownSmplOP, Cols, Rows, LeafType, OffsetCol, OffsetRow, LVL, LC, LR, LCT, LRT, Depth, CurrentDepth, LHS, RHS, Fltr2D, PyramidMem, DeviceT >::sub_execute ( RHS &  rhs,
Fltr2D &  fltr2D,
PyramidMem &  mem,
const DeviceT &  dev 
)
inlinestatic

Definition at line 119 of file pyramid_with_auto_mem_gen.hpp.


The documentation for this struct was generated from the following file: