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

#include "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

§ 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: