#include "gcall.hpp"
|
std::shared_ptr< Priv > | m_priv |
|
§ GCall()
cv::GCall::GCall |
( |
const GKernel & |
k | ) |
|
|
explicit |
§ ~GCall()
§ pass()
template<typename... Ts>
GCall& cv::GCall::pass |
( |
Ts &&... |
args | ) |
|
|
inline |
§ priv() [1/2]
Priv& cv::GCall::priv |
( |
| ) |
|
§ priv() [2/2]
const Priv& cv::GCall::priv |
( |
| ) |
const |
§ setArgs()
void cv::GCall::setArgs |
( |
std::vector< GArg > && |
args | ) |
|
|
protected |
§ yield()
GMat cv::GCall::yield |
( |
int |
output = 0 | ) |
|
§ yieldArray() [1/2]
template<class T >
GArray<T> cv::GCall::yieldArray |
( |
int |
output = 0 | ) |
|
|
inline |
§ yieldArray() [2/2]
§ yieldScalar()
GScalar cv::GCall::yieldScalar |
( |
int |
output = 0 | ) |
|
§ m_priv
std::shared_ptr<Priv> cv::GCall::m_priv |
|
protected |
The documentation for this class was generated from the following file: