OpenCV
5.0.0-pre
Open Source Computer Vision
|
This is the complete list of members for cv::AsyncArray, including all inherited members.
_getImpl() const CV_NOEXCEPT | cv::AsyncArray | inline |
AsyncArray() CV_NOEXCEPT | cv::AsyncArray | |
AsyncArray(const AsyncArray &o) CV_NOEXCEPT | cv::AsyncArray | |
AsyncArray(AsyncArray &&o) | cv::AsyncArray | inline |
get(OutputArray dst) const | cv::AsyncArray | |
get(OutputArray dst, int64 timeoutNs) const | cv::AsyncArray | |
get(OutputArray dst, double timeoutNs) const | cv::AsyncArray | inline |
get(OutputArray dst, const std::chrono::duration< _Rep, _Period > &timeout) | cv::AsyncArray | inline |
Impl | cv::AsyncArray | friend |
operator=(const AsyncArray &o) CV_NOEXCEPT | cv::AsyncArray | |
operator=(AsyncArray &&o) CV_NOEXCEPT | cv::AsyncArray | inline |
p | cv::AsyncArray | protected |
release() CV_NOEXCEPT | cv::AsyncArray | |
valid() const CV_NOEXCEPT | cv::AsyncArray | |
wait_for(int64 timeoutNs) const | cv::AsyncArray | |
wait_for(double timeoutNs) const | cv::AsyncArray | inline |
wait_for(const std::chrono::duration< _Rep, _Period > &timeout) | cv::AsyncArray | inline |
~AsyncArray() CV_NOEXCEPT | cv::AsyncArray |