Loading...
Searching...
No Matches
cv::detail::BasicVectorRef Class Referenceabstract
#include <opencv2/gapi/garray.hpp>
Inheritance diagram for cv::detail::BasicVectorRef:
Public Member Functions | |
| virtual | ~BasicVectorRef () |
| virtual void | mov (BasicVectorRef &ref)=0 |
| virtual const void * | ptr () const =0 |
| virtual std::size_t | size () const =0 |
Public Attributes | |
| cv::GArrayDesc | m_desc |
| std::size_t | m_elemSize = 0ul |
Constructor & Destructor Documentation
◆ ~BasicVectorRef()
|
inlinevirtual |
Member Function Documentation
◆ mov()
|
pure virtual |
Implemented in cv::detail::VectorRefT< T >.
◆ ptr()
|
pure virtual |
Implemented in cv::detail::VectorRefT< T >.
◆ size()
|
pure virtual |
Implemented in cv::detail::VectorRefT< T >.
Member Data Documentation
◆ m_desc
| cv::GArrayDesc cv::detail::BasicVectorRef::m_desc |
◆ m_elemSize
| std::size_t cv::detail::BasicVectorRef::m_elemSize = 0ul |
The documentation for this class was generated from the following file:
- opencv2/gapi/garray.hpp
1.9.6