OpenCV  4.0.0-beta
Open Source Computer Vision
Classes | Public Types | Public Member Functions | List of all members
cv::GComputationT< R(Args...)> Class Template Reference

#include "gtyped.hpp"

Classes

class  GCompiledT
 

Public Types

typedef std::function< R(Args...)> Gen
 

Public Member Functions

 GComputationT (const Gen &generator)
 
void apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg)
 
GCompiledT compile (detail::ProtoToMetaT< Args >... inDescs)
 
GCompiledT compile (detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args)
 

Member Typedef Documentation

§ Gen

template<typename R , typename... Args>
typedef std::function<R(Args...)> cv::GComputationT< R(Args...)>::Gen

Constructor & Destructor Documentation

§ GComputationT()

template<typename R , typename... Args>
cv::GComputationT< R(Args...)>::GComputationT ( const Gen generator)
inline

Member Function Documentation

§ apply()

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

§ compile() [1/2]

template<typename R , typename... Args>
GCompiledT cv::GComputationT< R(Args...)>::compile ( detail::ProtoToMetaT< Args >...  inDescs)
inline

§ compile() [2/2]

template<typename R , typename... Args>
GCompiledT cv::GComputationT< R(Args...)>::compile ( detail::ProtoToMetaT< Args >...  inDescs,
GCompileArgs &&  args 
)
inline

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