OpenCV  4.5.5
Open Source Computer Vision
Public Member Functions | List of all members
cv::parallel::tbb::ParallelForBackend::CallbackProxy Class Reference

#include <opencv2/core/parallel/backend/parallel_for.tbb.hpp>

Public Member Functions

 CallbackProxy (int tasks_, FN_parallel_for_body_cb_t &callback_, void *callback_data_)
 
void operator() (const tbb::blocked_range< int > &range) const
 
void operator() () const
 

Constructor & Destructor Documentation

◆ CallbackProxy()

cv::parallel::tbb::ParallelForBackend::CallbackProxy::CallbackProxy ( int  tasks_,
FN_parallel_for_body_cb_t callback_,
void *  callback_data_ 
)
inline

Member Function Documentation

◆ operator()() [1/2]

void cv::parallel::tbb::ParallelForBackend::CallbackProxy::operator() ( const tbb::blocked_range< int > &  range) const
inline

◆ operator()() [2/2]

void cv::parallel::tbb::ParallelForBackend::CallbackProxy::operator() ( ) const
inline

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