Class cv::detail::VectorRefT#
#include <opencv2/gapi/garray.hpp>Collaboration diagram for cv::detail::VectorRefT:
Public Member Functions#
Public Member Functions inherited from cv::detail::BasicVectorRef
Return |
Name |
Description |
|---|---|---|
|
||
|
||
|
Public Attributes#
Public Attributes inherited from cv::detail::BasicVectorRef
Return |
Name |
Description |
|---|---|---|
|
Member Typedef Documentation#
empty_t#
typedef util::monostate cv::detail::VectorRefT::empty_t
ro_ext_t#
typedef const std::vector< T > * cv::detail::VectorRefT::ro_ext_t
rw_ext_t#
typedef std::vector< T > * cv::detail::VectorRefT::rw_ext_t
rw_own_t#
typedef std::vector< T > cv::detail::VectorRefT::rw_own_t
Constructor & Destructor Documentation#
VectorRefT()#
cv::detail::VectorRefT::VectorRefT()
VectorRefT()#
cv::detail::VectorRefT::VectorRefT(const std::vector< T > & vec)
VectorRefT()#
cv::detail::VectorRefT::VectorRefT(std::vector< T > && vec)
VectorRefT()#
cv::detail::VectorRefT::VectorRefT(std::vector< T > & vec)
~VectorRefT()#
cv::detail::VectorRefT::~VectorRefT()
Member Function Documentation#
init()#
void cv::detail::VectorRefT::init(const std::vector< T > * vec = nullptr)
isEmpty()#
bool cv::detail::VectorRefT::isEmpty()
isROExt()#
bool cv::detail::VectorRefT::isROExt()
isRWExt()#
bool cv::detail::VectorRefT::isRWExt()
isRWOwn()#
bool cv::detail::VectorRefT::isRWOwn()
mov()#
void cv::detail::VectorRefT::mov(BasicVectorRef & v)
Here is the call graph for this function:
ptr()#
const void * cv::detail::VectorRefT::ptr()
Here is the call graph for this function:
reset()#
void cv::detail::VectorRefT::reset()
Here is the call graph for this function:
rref()#
const std::vector< T > & cv::detail::VectorRefT::rref()
Here is the call graph for this function:
size()#
std::size_t cv::detail::VectorRefT::size()
Here is the call graph for this function:
wref()#
std::vector< T > & cv::detail::VectorRefT::wref()
Here is the call graph for this function:
Member Data Documentation#
m_ref#
util::variant< empty_t, ro_ext_t, rw_ext_t, rw_own_t > cv::detail::VectorRefT::m_ref
Source file#
The documentation for this class was generated from the following file:
opencv2/gapi/garray.hpp