OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
cv::detail::GArrayU Class Reference

#include <opencv2/gapi/garray.hpp>

Public Member Functions

 GArrayU (const GNode &n, std::size_t out)
 
GOrigin & priv ()
 
const GOrigin & priv () const
 

Protected Member Functions

 GArrayU ()
 
void setConstructFcn (ConstructVec &&cv)
 

Protected Attributes

std::shared_ptr< GOrigin > m_priv
 

Friends

template<class >
class cv::GArray
 

Constructor & Destructor Documentation

cv::detail::GArrayU::GArrayU ( const GNode &  n,
std::size_t  out 
)
cv::detail::GArrayU::GArrayU ( )
protected

Member Function Documentation

GOrigin& cv::detail::GArrayU::priv ( )
const GOrigin& cv::detail::GArrayU::priv ( ) const
void cv::detail::GArrayU::setConstructFcn ( ConstructVec &&  cv)
protected

Friends And Related Function Documentation

template<class >
friend class cv::GArray
friend

Member Data Documentation

std::shared_ptr<GOrigin> cv::detail::GArrayU::m_priv
protected

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