Searched defs:minT (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathBox.h88 Box (const T &minT, const T &maxT);
161 inline Box<T>::Box (const T &minT, const T &maxT) argument
163 min = minT;
359 Box (const Vec2<T> &minT, const Vec2<T> &maxT);
417 inline Box<Vec2<T> >::Box (const Vec2<T> &minT, const Vec2<T> &maxT) argument
419 min = minT;
601 Box (const Vec3<T> &minT, const Vec3<T> &maxT);
660 inline Box<Vec3<T> >::Box (const Vec3<T> &minT, const Vec3<T> &maxT) argument
662 min = minT;

Completed in 125 milliseconds