Interval           58 3rdparty/openexr/Imath/ImathInterval.h class Interval
Interval           73 3rdparty/openexr/Imath/ImathInterval.h     Interval();
Interval           74 3rdparty/openexr/Imath/ImathInterval.h     Interval(const T& point);
Interval           75 3rdparty/openexr/Imath/ImathInterval.h     Interval(const T& minT, const T& maxT);
Interval           81 3rdparty/openexr/Imath/ImathInterval.h     bool                        operator == (const Interval<T> &src) const;
Interval           89 3rdparty/openexr/Imath/ImathInterval.h     void			extendBy(const Interval<T>& interval);
Interval           98 3rdparty/openexr/Imath/ImathInterval.h     bool			intersects(const Interval<T> &interval) const;
Interval          114 3rdparty/openexr/Imath/ImathInterval.h typedef Interval <float>  Intervalf;
Interval          115 3rdparty/openexr/Imath/ImathInterval.h typedef Interval <double> Intervald;
Interval          116 3rdparty/openexr/Imath/ImathInterval.h typedef Interval <short>  Intervals;
Interval          117 3rdparty/openexr/Imath/ImathInterval.h typedef Interval <int>    Intervali;
Interval          125 3rdparty/openexr/Imath/ImathInterval.h inline Interval<T>::Interval()
Interval          131 3rdparty/openexr/Imath/ImathInterval.h inline Interval<T>::Interval(const T& point)
Interval          138 3rdparty/openexr/Imath/ImathInterval.h inline Interval<T>::Interval(const T& minV, const T& maxV)
Interval          146 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::operator == (const Interval<T> &src) const
Interval          153 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::makeEmpty()
Interval          161 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::extendBy(const T& point)
Interval          172 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::extendBy(const Interval<T>& interval)
Interval          183 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::intersects(const T& point) const
Interval          190 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::intersects(const Interval<T>& interval) const
Interval          197 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::size() const
Interval          204 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::center() const
Interval          211 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::isEmpty() const
Interval          217 3rdparty/openexr/Imath/ImathInterval.h inline bool Interval<T>::hasVolume() const
Interval          281 modules/flann/include/opencv2/flann/kdtree_single_index.h     typedef std::vector<Interval> BoundingBox;