OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
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)
 
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

◆ GArrayU() [1/3]

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

◆ GArrayU() [2/3]

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

◆ GArrayU() [3/3]

cv::detail::GArrayU::GArrayU ( const detail::VectorRef vref)
protected

Member Function Documentation

◆ holds()

template<typename T >
bool cv::detail::GArrayU::holds ( ) const

◆ 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

◆ setKind()

void cv::detail::GArrayU::setKind ( cv::detail::OpaqueKind  )
protected

◆ specifyType()

template<typename T >
void cv::detail::GArrayU::specifyType ( )
protected

◆ storeKind()

template<typename T >
void cv::detail::GArrayU::storeKind ( )
protected
Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ cv::GArray

template<class >
friend class cv::GArray
friend

Member Data Documentation

◆ m_hint

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

◆ m_priv

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

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