Public Member Functions | Private Attributes | List of all members
ov_core::LambdaBody Class Reference

#include <opencv_lambda_body.h>

Inheritance diagram for ov_core::LambdaBody:
Inheritance graph
[legend]

Public Member Functions

 LambdaBody (const std::function< void(const cv::Range &)> &body)
 
void operator() (const cv::Range &range) const override
 

Private Attributes

std::function< void(const cv::Range &)> _body
 

Detailed Description

Definition at line 37 of file opencv_lambda_body.h.

Constructor & Destructor Documentation

◆ LambdaBody()

ov_core::LambdaBody::LambdaBody ( const std::function< void(const cv::Range &)> &  body)
inlineexplicit

Definition at line 39 of file opencv_lambda_body.h.

Member Function Documentation

◆ operator()()

void ov_core::LambdaBody::operator() ( const cv::Range &  range) const
inlineoverride

Definition at line 40 of file opencv_lambda_body.h.

Member Data Documentation

◆ _body

std::function<void(const cv::Range &)> ov_core::LambdaBody::_body
private

Definition at line 43 of file opencv_lambda_body.h.


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


ov_core
Author(s): Patrick Geneva , Kevin Eckenhoff , Guoquan Huang
autogenerated on Mon Jan 22 2024 03:08:17