OpenCV  4.5.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)
 
template<typename T >
bool holds () const
 
GOrigin & priv ()
 
const GOrigin & priv () const
 

Protected Member Functions

 GArrayU ()
 
 GArrayU (const detail::VectorRef &vref)
 
void setConstructFcn (ConstructVec &&cv)
 
void setKind (cv::detail::OpaqueKind)
 
template<typename T >
void specifyType ()
 
template<typename T >
void storeKind ()
 

Protected Attributes

std::shared_ptr< TypeHintBasem_hint
 
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
cv::detail::GArrayU::GArrayU ( const detail::VectorRef vref)
protected

Member Function Documentation

template<typename T >
bool cv::detail::GArrayU::holds ( ) const
GOrigin& cv::detail::GArrayU::priv ( )
const GOrigin& cv::detail::GArrayU::priv ( ) const
void cv::detail::GArrayU::setConstructFcn ( ConstructVec &&  cv)
protected
void cv::detail::GArrayU::setKind ( cv::detail::OpaqueKind  )
protected
template<typename T >
void cv::detail::GArrayU::specifyType ( )
protected
template<typename T >
void cv::detail::GArrayU::storeKind ( )
protected

Friends And Related Function Documentation

template<class >
friend class cv::GArray
friend

Member Data Documentation

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

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