OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::GComputationT< R(Args...)>::GCompiledT Class Reference

#include <opencv2/gapi/gtyped.hpp>

Public Member Functions

 GCompiledT ()
 
 operator bool () const
 
void operator() (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg)
 

Friends

class GComputationT< R(Args...)>
 

Constructor & Destructor Documentation

◆ GCompiledT()

template<typename R , typename... Args>
cv::GComputationT< R(Args...)>::GCompiledT::GCompiledT ( )
inline

Member Function Documentation

◆ operator bool()

template<typename R , typename... Args>
cv::GComputationT< R(Args...)>::GCompiledT::operator bool ( ) const
inlineexplicit

References cv::GIn().

Here is the call graph for this function:

◆ operator()()

template<typename R , typename... Args>
void cv::GComputationT< R(Args...)>::GCompiledT::operator() ( detail::ProtoToParamT< Args >...  inArgs,
detail::ProtoToParamT< R > &  outArg 
)
inline

References cv::gin(), and cv::gout().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ GComputationT< R(Args...)>

template<typename R , typename... Args>
friend class GComputationT< R(Args...)>
friend

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