getValue 164 3rdparty/openexr/Imath/ImathColor.h void getValue (S &a, S &b, S &c, S &d) const; getValue 167 3rdparty/openexr/Imath/ImathColor.h void getValue (Color4<S> &v) const; getValue 169 3rdparty/openexr/Imath/ImathColor.h T * getValue(); getValue 170 3rdparty/openexr/Imath/ImathColor.h const T * getValue() const; getValue 538 3rdparty/openexr/Imath/ImathColor.h Color4<T>::getValue (S &x, S &y, S &z, S &w) const getValue 549 3rdparty/openexr/Imath/ImathColor.h Color4<T>::getValue (Color4<S> &v) const getValue 559 3rdparty/openexr/Imath/ImathColor.h Color4<T>::getValue() getValue 566 3rdparty/openexr/Imath/ImathColor.h Color4<T>::getValue() const getValue 125 3rdparty/openexr/Imath/ImathMatrix.h T * getValue (); getValue 126 3rdparty/openexr/Imath/ImathMatrix.h const T * getValue () const; getValue 129 3rdparty/openexr/Imath/ImathMatrix.h void getValue (Matrix33<S> &v) const; getValue 496 3rdparty/openexr/Imath/ImathMatrix.h T * getValue (); getValue 497 3rdparty/openexr/Imath/ImathMatrix.h const T * getValue () const; getValue 500 3rdparty/openexr/Imath/ImathMatrix.h void getValue (Matrix44<S> &v) const; getValue 990 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::getValue () getValue 997 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::getValue () const getValue 1005 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::getValue (Matrix33<S> &v) const getValue 2078 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::getValue () getValue 2085 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::getValue () const getValue 2093 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::getValue (Matrix44<S> &v) const getValue 109 3rdparty/openexr/Imath/ImathShear.h void getValue (S &XY, S &XZ, S &YZ, getValue 113 3rdparty/openexr/Imath/ImathShear.h void getValue (Shear6<S> &h) const; getValue 115 3rdparty/openexr/Imath/ImathShear.h T * getValue(); getValue 116 3rdparty/openexr/Imath/ImathShear.h const T * getValue() const; getValue 404 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::getValue (S &XY, S &XZ, S &YZ, S &YX, S &ZX, S &ZY) const getValue 417 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::getValue (Shear6<S> &h) const getValue 429 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::getValue() getValue 436 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::getValue() const getValue 112 3rdparty/openexr/Imath/ImathVec.h void getValue (S &a, S &b) const; getValue 115 3rdparty/openexr/Imath/ImathVec.h void getValue (Vec2<S> &v) const; getValue 117 3rdparty/openexr/Imath/ImathVec.h T * getValue (); getValue 118 3rdparty/openexr/Imath/ImathVec.h const T * getValue () const; getValue 325 3rdparty/openexr/Imath/ImathVec.h void getValue (S &a, S &b, S &c) const; getValue 328 3rdparty/openexr/Imath/ImathVec.h void getValue (Vec3<S> &v) const; getValue 330 3rdparty/openexr/Imath/ImathVec.h T * getValue(); getValue 331 3rdparty/openexr/Imath/ImathVec.h const T * getValue() const; getValue 934 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::getValue (S &a, S &b) const getValue 943 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::getValue (Vec2<S> &v) const getValue 951 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::getValue() getValue 958 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::getValue() const getValue 1395 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::getValue (S &a, S &b, S &c) const getValue 1405 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::getValue (Vec3<S> &v) const getValue 1414 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::getValue() getValue 1421 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::getValue() const getValue 804 modules/core/test/test_mat.cpp double v = getValue(M, idx, rng); getValue 862 modules/core/test/test_mat.cpp val1 = getValue(M, idx, rng); getValue 863 modules/core/test/test_mat.cpp val2 = getValue(M2, idx); getValue 864 modules/core/test/test_mat.cpp val3 = getValue(M3, idx, rng); getValue 890 modules/core/test/test_mat.cpp val1 = getValue(M, idx, rng); getValue 891 modules/core/test/test_mat.cpp val2 = getValue(M2, idx); getValue 67 modules/cudawarping/test/test_remap.cpp dst.at<T>(y, x * cn + c) = Interpolator<T>::getValue(src, ymap.at<float>(y, x), xmap.at<float>(y, x), c, borderType, borderVal); getValue 71 modules/cudawarping/test/test_resize.cpp dst.at<T>(y, x * cn + c) = Interpolator<T>::getValue(src, y * ify, x * ifx, c, cv::BORDER_REPLICATE); getValue 128 modules/cudawarping/test/test_warp_affine.cpp dst.at<T>(y, x * cn + c) = Interpolator<T>::getValue(src, ycoo, xcoo, c, borderType, borderVal); getValue 131 modules/cudawarping/test/test_warp_perspective.cpp dst.at<T>(y, x * cn + c) = Interpolator<T>::getValue(src, ycoo, xcoo, c, borderType, borderVal);