|
OpenCV453
|
Provides result of asynchronous operations [詳解]
#include <async_promise.hpp>
公開型 | |
| typedef struct AsyncArray::Impl | Impl |
公開メンバ関数 | |
| AsyncPromise (const AsyncPromise &o) CV_NOEXCEPT | |
| AsyncPromise & | operator= (const AsyncPromise &o) CV_NOEXCEPT |
| void | release () CV_NOEXCEPT |
| AsyncArray | getArrayResult () |
| void | setValue (InputArray value) |
| void | setException (const cv::Exception &exception) |
| void * | _getImpl () const CV_NOEXCEPT |
限定公開変数類 | |
| Impl * | p |
フレンド | |
| struct | AsyncArray::Impl |
Provides result of asynchronous operations
| AsyncArray cv::AsyncPromise::getArrayResult | ( | ) |
Returns associated AsyncArray
| void cv::AsyncPromise::setException | ( | const cv::Exception & | exception | ) |
Stores exception.
| [in] | exception | exception to be raised in AsyncArray |
| void cv::AsyncPromise::setValue | ( | InputArray | value | ) |
Stores asynchronous result.
| [in] | value | result |