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::detail::GArrayU Class Reference

#include <opencv2/gapi/garray.hpp>

Collaboration diagram for cv::detail::GArrayU:

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

◆ GArrayU() [1/2]

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

◆ GArrayU() [2/2]

cv::detail::GArrayU::GArrayU ( )
protected

Member Function Documentation

◆ priv() [1/2]

GOrigin& cv::detail::GArrayU::priv ( )

◆ priv() [2/2]

const GOrigin& cv::detail::GArrayU::priv ( ) const

◆ setConstructFcn()

void cv::detail::GArrayU::setConstructFcn ( ConstructVec &&  cv)
protected

Friends And Related Function Documentation

◆ cv::GArray

template<class >
friend class cv::GArray
friend

Member Data Documentation

◆ m_priv

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

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