RecFilter
RecFilterRefExpr Class Reference

Constructing an Expr from the final result of a recursive filter. More...

#include <recfilter.h>

Public Member Functions

 RecFilterRefExpr (RecFilter r, std::vector< Halide::Expr > a)
 
 operator Halide::Expr (void)
 Use this RecFilterRefVar as a call to the internal recfilter output. More...
 
Halide::Expr operator[] (int)
 Use this RecFilterRefVar as a call to the one of the output buffers of the internal recfilter. More...
 

Detailed Description

Constructing an Expr from the final result of a recursive filter.

This class allows using R(x,y) as pixel (x,y) of the final result of the filter

Definition at line 613 of file recfilter.h.

Constructor & Destructor Documentation

RecFilterRefExpr::RecFilterRefExpr ( RecFilter  r,
std::vector< Halide::Expr >  a 
)

Member Function Documentation

RecFilterRefExpr::operator Halide::Expr ( void  )

Use this RecFilterRefVar as a call to the internal recfilter output.

Halide::Expr RecFilterRefExpr::operator[] ( int  )

Use this RecFilterRefVar as a call to the one of the output buffers of the internal recfilter.


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