operator          118 3rdparty/openexr/Half/half.h     operator		float () const;
operator          125 3rdparty/openexr/Half/half.h     half		operator - () const;
operator          132 3rdparty/openexr/Half/half.h     half &		operator = (half  h);
operator          133 3rdparty/openexr/Half/half.h     half &		operator = (float f);
operator          135 3rdparty/openexr/Half/half.h     half &		operator += (half  h);
operator          136 3rdparty/openexr/Half/half.h     half &		operator += (float f);
operator          138 3rdparty/openexr/Half/half.h     half &		operator -= (half  h);
operator          139 3rdparty/openexr/Half/half.h     half &		operator -= (float f);
operator          141 3rdparty/openexr/Half/half.h     half &		operator *= (half  h);
operator          142 3rdparty/openexr/Half/half.h     half &		operator *= (float f);
operator          144 3rdparty/openexr/Half/half.h     half &		operator /= (half  h);
operator          145 3rdparty/openexr/Half/half.h     half &		operator /= (float f);
operator          238 3rdparty/openexr/Half/half.h HALF_EXPORT std::ostream &		operator << (std::ostream &os, half  h);
operator          239 3rdparty/openexr/Half/half.h HALF_EXPORT std::istream &		operator >> (std::istream &is, half &h);
operator          502 3rdparty/openexr/Half/half.h half::operator float () const
operator          572 3rdparty/openexr/Half/half.h half::operator - () const
operator          581 3rdparty/openexr/Half/half.h half::operator = (half h)
operator          589 3rdparty/openexr/Half/half.h half::operator = (float f)
operator          597 3rdparty/openexr/Half/half.h half::operator += (half h)
operator          605 3rdparty/openexr/Half/half.h half::operator += (float f)
operator          613 3rdparty/openexr/Half/half.h half::operator -= (half h)
operator          621 3rdparty/openexr/Half/half.h half::operator -= (float f)
operator          629 3rdparty/openexr/Half/half.h half::operator *= (half h)
operator          637 3rdparty/openexr/Half/half.h half::operator *= (float f)
operator          645 3rdparty/openexr/Half/half.h half::operator /= (half h)
operator          653 3rdparty/openexr/Half/half.h half::operator /= (float f)
operator          123 3rdparty/openexr/Half/halfFunction.h     T		operator () (half x) const;
operator           90 3rdparty/openexr/Iex/IexBaseExc.h     BaseExc &		operator = (std::stringstream &s);
operator           93 3rdparty/openexr/Iex/IexBaseExc.h     BaseExc &		operator += (std::stringstream &s);
operator          102 3rdparty/openexr/Iex/IexBaseExc.h     BaseExc &		operator = (const char *s);
operator          105 3rdparty/openexr/Iex/IexBaseExc.h     BaseExc &		operator += (const char *s);
operator          211 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator = (std::stringstream &s)
operator          218 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator += (std::stringstream &s)
operator          233 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator = (const char *s)
operator          248 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator += (const char *s)
operator          221 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesOutputFile & operator = (const AcesOutputFile &); // not implemented
operator          312 3rdparty/openexr/IlmImf/ImfAcesFile.h     AcesInputFile & operator = (const AcesInputFile &);   // not implemented
operator           93 3rdparty/openexr/IlmImf/ImfArray.h     operator T * ()			{return _data;}
operator           94 3rdparty/openexr/IlmImf/ImfArray.h     operator const T * () const		{return _data;}
operator          116 3rdparty/openexr/IlmImf/ImfArray.h     Array & operator = (const Array &);	// are not implemented
operator          140 3rdparty/openexr/IlmImf/ImfArray.h     T *		operator [] (long x);
operator          141 3rdparty/openexr/IlmImf/ImfArray.h     const T *	operator [] (long x) const;
operator          163 3rdparty/openexr/IlmImf/ImfArray.h     Array2D & operator = (const Array2D &);	// are not implemented
operator          222 3rdparty/openexr/IlmImf/ImfArray.h Array2D<T>::operator [] (long x)
operator          230 3rdparty/openexr/IlmImf/ImfArray.h Array2D<T>::operator [] (long x) const
operator           67 3rdparty/openexr/IlmImf/ImfAutoArray.h     operator T * ()			{return _data;}
operator           68 3rdparty/openexr/IlmImf/ImfAutoArray.h     operator const T * () const	{return _data;}
operator           84 3rdparty/openexr/IlmImf/ImfAutoArray.h     operator T * ()			{return _data;}
operator           85 3rdparty/openexr/IlmImf/ImfAutoArray.h     operator const T * () const	{return _data;}
operator          110 3rdparty/openexr/IlmImf/ImfChannelList.h     bool		operator == (const Channel &other) const;
operator          140 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel &			operator [] (const char name[]);
operator          141 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel &		operator [] (const char name[]) const;
operator          143 3rdparty/openexr/IlmImf/ImfChannelList.h     Channel &			operator [] (const std::string &name);
operator          144 3rdparty/openexr/IlmImf/ImfChannelList.h     const Channel &		operator [] (const std::string &name) const;
operator          258 3rdparty/openexr/IlmImf/ImfChannelList.h     bool			operator == (const ChannelList &other) const;
operator          277 3rdparty/openexr/IlmImf/ImfChannelList.h     Iterator &			operator ++ ();
operator          278 3rdparty/openexr/IlmImf/ImfChannelList.h     Iterator 			operator ++ (int);
operator          299 3rdparty/openexr/IlmImf/ImfChannelList.h     ConstIterator &		operator ++ ();
operator          300 3rdparty/openexr/IlmImf/ImfChannelList.h     ConstIterator 		operator ++ (int);
operator          307 3rdparty/openexr/IlmImf/ImfChannelList.h     friend bool operator == (const ConstIterator &, const ConstIterator &);
operator          308 3rdparty/openexr/IlmImf/ImfChannelList.h     friend bool operator != (const ConstIterator &, const ConstIterator &);
operator          334 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::Iterator::operator ++ ()
operator          342 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::Iterator::operator ++ (int)
operator          386 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::ConstIterator::operator ++ ()
operator          394 3rdparty/openexr/IlmImf/ImfChannelList.h ChannelList::ConstIterator::operator ++ (int)
operator          416 3rdparty/openexr/IlmImf/ImfChannelList.h operator == (const ChannelList::ConstIterator &x,
operator          424 3rdparty/openexr/IlmImf/ImfChannelList.h operator != (const ChannelList::ConstIterator &x,
operator          176 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice &			operator [] (const char name[]);
operator          177 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice &		operator [] (const char name[]) const;
operator          179 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Slice &			operator [] (const std::string &name);
operator          180 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     const Slice &		operator [] (const std::string &name) const;
operator          227 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Iterator &			operator ++ ();
operator          228 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     Iterator 			operator ++ (int);
operator          249 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     ConstIterator &		operator ++ ();
operator          250 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     ConstIterator 		operator ++ (int);
operator          257 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     friend bool operator == (const ConstIterator &, const ConstIterator &);
operator          258 3rdparty/openexr/IlmImf/ImfFrameBuffer.h     friend bool operator != (const ConstIterator &, const ConstIterator &);
operator          284 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::Iterator::operator ++ ()
operator          292 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::Iterator::operator ++ (int)
operator          336 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::ConstIterator::operator ++ ()
operator          344 3rdparty/openexr/IlmImf/ImfFrameBuffer.h FrameBuffer::ConstIterator::operator ++ (int)
operator          366 3rdparty/openexr/IlmImf/ImfFrameBuffer.h operator == (const FrameBuffer::ConstIterator &x,
operator          374 3rdparty/openexr/IlmImf/ImfFrameBuffer.h operator != (const FrameBuffer::ConstIterator &x,
operator          133 3rdparty/openexr/IlmImf/ImfHeader.h     Header &			operator = (const Header &other);
operator          180 3rdparty/openexr/IlmImf/ImfHeader.h     Attribute &			operator [] (const char name[]);
operator          181 3rdparty/openexr/IlmImf/ImfHeader.h     const Attribute &		operator [] (const char name[]) const;
operator          183 3rdparty/openexr/IlmImf/ImfHeader.h     Attribute &			operator [] (const std::string &name);
operator          184 3rdparty/openexr/IlmImf/ImfHeader.h     const Attribute &		operator [] (const std::string &name) const;
operator          373 3rdparty/openexr/IlmImf/ImfHeader.h     Iterator &			operator ++ ();
operator          374 3rdparty/openexr/IlmImf/ImfHeader.h     Iterator 			operator ++ (int);
operator          395 3rdparty/openexr/IlmImf/ImfHeader.h     ConstIterator &		operator ++ ();
operator          396 3rdparty/openexr/IlmImf/ImfHeader.h     ConstIterator 		operator ++ (int);
operator          403 3rdparty/openexr/IlmImf/ImfHeader.h     friend bool operator == (const ConstIterator &, const ConstIterator &);
operator          404 3rdparty/openexr/IlmImf/ImfHeader.h     friend bool operator != (const ConstIterator &, const ConstIterator &);
operator          447 3rdparty/openexr/IlmImf/ImfHeader.h Header::Iterator::operator ++ ()
operator          455 3rdparty/openexr/IlmImf/ImfHeader.h Header::Iterator::operator ++ (int)
operator          499 3rdparty/openexr/IlmImf/ImfHeader.h Header::ConstIterator::operator ++ ()
operator          507 3rdparty/openexr/IlmImf/ImfHeader.h Header::ConstIterator::operator ++ (int)
operator          530 3rdparty/openexr/IlmImf/ImfHeader.h operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
operator          537 3rdparty/openexr/IlmImf/ImfHeader.h operator != (const Header::ConstIterator &x, const Header::ConstIterator &y)
operator          141 3rdparty/openexr/IlmImf/ImfIO.h     IStream & operator = (const IStream &);	// not implemented
operator          204 3rdparty/openexr/IlmImf/ImfIO.h     OStream & operator = (const OStream &);	// not implemented
operator          196 3rdparty/openexr/IlmImf/ImfInputFile.h     InputFile & operator = (const InputFile &);		// not implemented
operator          119 3rdparty/openexr/IlmImf/ImfKeyCode.h     KeyCode & operator = (const KeyCode &other);
operator          154 3rdparty/openexr/IlmImf/ImfLut.h     half operator () (half x) {return x.round(n);}
operator           68 3rdparty/openexr/IlmImf/ImfName.h     Name &		operator = (const char text[]);
operator           76 3rdparty/openexr/IlmImf/ImfName.h     const char *	operator * () const	{return _text;}
operator           91 3rdparty/openexr/IlmImf/ImfName.h bool operator == (const Name &x, const Name &y);
operator           92 3rdparty/openexr/IlmImf/ImfName.h bool operator != (const Name &x, const Name &y);
operator           93 3rdparty/openexr/IlmImf/ImfName.h bool operator < (const Name &x, const Name &y);
operator          101 3rdparty/openexr/IlmImf/ImfName.h Name::operator = (const char text[])
operator          124 3rdparty/openexr/IlmImf/ImfName.h operator == (const Name &x, const Name &y)
operator          131 3rdparty/openexr/IlmImf/ImfName.h operator != (const Name &x, const Name &y)
operator          138 3rdparty/openexr/IlmImf/ImfName.h operator < (const Name &x, const Name &y)
operator          231 3rdparty/openexr/IlmImf/ImfOutputFile.h     OutputFile & operator = (const OutputFile &);	// not implemented
operator           97 3rdparty/openexr/IlmImf/ImfPreviewImage.h     PreviewImage &	operator = (const PreviewImage &other);
operator           88 3rdparty/openexr/IlmImf/ImfRational.h     operator double () const {return double (n) / double (d);}
operator           64 3rdparty/openexr/IlmImf/ImfRgba.h     Rgba & operator = (const Rgba &other)
operator          217 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaOutputFile & operator = (const RgbaOutputFile &); // not implemented
operator          332 3rdparty/openexr/IlmImf/ImfRgbaFile.h     RgbaInputFile & operator = (const RgbaInputFile &);   // not implemented
operator           90 3rdparty/openexr/IlmImf/ImfTileDescription.h     operator == (const TileDescription &other) const
operator           84 3rdparty/openexr/IlmImf/ImfTileOffsets.h     Int64 &		operator () (int dx, int dy, int lx, int ly);
operator           85 3rdparty/openexr/IlmImf/ImfTileOffsets.h     Int64 &		operator () (int dx, int dy, int l);
operator           86 3rdparty/openexr/IlmImf/ImfTileOffsets.h     const Int64 &	operator () (int dx, int dy, int lx, int ly) const;
operator           87 3rdparty/openexr/IlmImf/ImfTileOffsets.h     const Int64 &	operator () (int dx, int dy, int l) const;
operator          362 3rdparty/openexr/IlmImf/ImfTiledInputFile.h     TiledInputFile & operator = (const TiledInputFile &); // not implemented
operator          459 3rdparty/openexr/IlmImf/ImfTiledOutputFile.h     TiledOutputFile & operator = (const TiledOutputFile &); // not implemented
operator          284 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaOutputFile & operator = (const TiledRgbaOutputFile &);
operator          467 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h     TiledRgbaInputFile & operator = (const TiledRgbaInputFile &);
operator          163 3rdparty/openexr/IlmImf/ImfTimeCode.h     TimeCode & operator = (const TimeCode &other);
operator          144 3rdparty/openexr/IlmThread/IlmThread.h     void operator = (const Thread& t);	// not implemented
operator          104 3rdparty/openexr/IlmThread/IlmThreadMutex.h     void operator = (const Mutex& M);	// not implemented
operator          103 3rdparty/openexr/IlmThread/IlmThreadSemaphore.h     void operator = (const Semaphore& s);	// not implemented
operator           94 3rdparty/openexr/Imath/ImathBox.h     bool		operator == (const Box<T> &src) const;
operator           95 3rdparty/openexr/Imath/ImathBox.h     bool		operator != (const Box<T> &src) const;
operator          170 3rdparty/openexr/Imath/ImathBox.h Box<T>::operator == (const Box<T> &src) const
operator          178 3rdparty/openexr/Imath/ImathBox.h Box<T>::operator != (const Box<T> &src) const
operator          365 3rdparty/openexr/Imath/ImathBox.h     bool		operator == (const Box<Vec2<T> > &src) const;
operator          366 3rdparty/openexr/Imath/ImathBox.h     bool		operator != (const Box<Vec2<T> > &src) const;
operator          426 3rdparty/openexr/Imath/ImathBox.h Box<Vec2<T> >::operator ==  (const Box<Vec2<T> > &src) const
operator          434 3rdparty/openexr/Imath/ImathBox.h Box<Vec2<T> >::operator != (const Box<Vec2<T> > &src) const
operator          607 3rdparty/openexr/Imath/ImathBox.h     bool		operator == (const Box<Vec3<T> > &src) const;
operator          608 3rdparty/openexr/Imath/ImathBox.h     bool		operator != (const Box<Vec3<T> > &src) const;
operator          669 3rdparty/openexr/Imath/ImathBox.h Box<Vec3<T> >::operator == (const Box<Vec3<T> > &src) const
operator          677 3rdparty/openexr/Imath/ImathBox.h Box<Vec3<T> >::operator != (const Box<Vec3<T> > &src) const
operator           73 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator = (const Color3 &c);
operator           80 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator += (const Color3 &c);
operator           81 3rdparty/openexr/Imath/ImathColor.h     Color3		operator + (const Color3 &c) const;
operator           88 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator -= (const Color3 &c);
operator           89 3rdparty/openexr/Imath/ImathColor.h     Color3		operator - (const Color3 &c) const;
operator           96 3rdparty/openexr/Imath/ImathColor.h     Color3		operator - () const;
operator          104 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator *= (const Color3 &c);
operator          105 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator *= (T a);
operator          106 3rdparty/openexr/Imath/ImathColor.h     Color3		operator * (const Color3 &c) const;
operator          107 3rdparty/openexr/Imath/ImathColor.h     Color3		operator * (T a) const;
operator          114 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator /= (const Color3 &c);
operator          115 3rdparty/openexr/Imath/ImathColor.h     const Color3 &	operator /= (T a);
operator          116 3rdparty/openexr/Imath/ImathColor.h     Color3		operator / (const Color3 &c) const;
operator          117 3rdparty/openexr/Imath/ImathColor.h     Color3		operator / (T a) const;
operator          130 3rdparty/openexr/Imath/ImathColor.h     T &			operator [] (int i);
operator          131 3rdparty/openexr/Imath/ImathColor.h     const T &		operator [] (int i) const;
operator          150 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator = (const Color4 &v);
operator          178 3rdparty/openexr/Imath/ImathColor.h     bool		operator == (const Color4<S> &v) const;
operator          181 3rdparty/openexr/Imath/ImathColor.h     bool		operator != (const Color4<S> &v) const;
operator          188 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator += (const Color4 &v);
operator          189 3rdparty/openexr/Imath/ImathColor.h     Color4		operator + (const Color4 &v) const;
operator          196 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator -= (const Color4 &v);
operator          197 3rdparty/openexr/Imath/ImathColor.h     Color4		operator - (const Color4 &v) const;
operator          204 3rdparty/openexr/Imath/ImathColor.h     Color4		operator - () const;
operator          212 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator *= (const Color4 &v);
operator          213 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator *= (T a);
operator          214 3rdparty/openexr/Imath/ImathColor.h     Color4		operator * (const Color4 &v) const;
operator          215 3rdparty/openexr/Imath/ImathColor.h     Color4		operator * (T a) const;
operator          222 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator /= (const Color4 &v);
operator          223 3rdparty/openexr/Imath/ImathColor.h     const Color4 &	operator /= (T a);
operator          224 3rdparty/openexr/Imath/ImathColor.h     Color4		operator / (const Color4 &v) const;
operator          225 3rdparty/openexr/Imath/ImathColor.h     Color4		operator / (T a) const;
operator          259 3rdparty/openexr/Imath/ImathColor.h std::ostream &	operator << (std::ostream &s, const Color4<T> &v);
operator          265 3rdparty/openexr/Imath/ImathColor.h template <class S, class T> Color4<T>	operator * (S a, const Color4<T> &v);
operator          328 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator = (const Color3 &c)
operator          336 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator += (const Color3 &c)
operator          344 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator + (const Color3 &c) const
operator          351 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator -= (const Color3 &c)
operator          359 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator - (const Color3 &c) const
operator          366 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator - () const
operator          381 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator *= (const Color3 &c)
operator          389 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator *= (T a)
operator          397 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator * (const Color3 &c) const
operator          404 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator * (T a) const
operator          411 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator /= (const Color3 &c)
operator          419 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator /= (T a)
operator          427 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator / (const Color3 &c) const
operator          434 3rdparty/openexr/Imath/ImathColor.h Color3<T>::operator / (T a) const
operator          445 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator [] (int i)
operator          452 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator [] (int i) const
operator          504 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator = (const Color4 &v)
operator          574 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator == (const Color4<S> &v) const
operator          582 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator != (const Color4<S> &v) const
operator          589 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator += (const Color4 &v)
operator          600 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator + (const Color4 &v) const
operator          607 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator -= (const Color4 &v)
operator          618 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator - (const Color4 &v) const
operator          625 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator - () const
operator          643 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator *= (const Color4 &v)
operator          654 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator *= (T x)
operator          665 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator * (const Color4 &v) const
operator          672 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator * (T x) const
operator          679 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator /= (const Color4 &v)
operator          690 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator /= (T x)
operator          701 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator / (const Color4 &v) const
operator          708 3rdparty/openexr/Imath/ImathColor.h Color4<T>::operator / (T x) const
operator          716 3rdparty/openexr/Imath/ImathColor.h operator << (std::ostream &s, const Color4<T> &v)
operator          727 3rdparty/openexr/Imath/ImathColor.h operator * (S x, const Color4<T> &v)
operator          231 3rdparty/openexr/Imath/ImathEuler.h     const Euler<T>&	operator=  (const Euler<T>&);
operator          232 3rdparty/openexr/Imath/ImathEuler.h     const Euler<T>&	operator=  (const Vec3<T>&);
operator          428 3rdparty/openexr/Imath/ImathEuler.h     operator=(euler);
operator          806 3rdparty/openexr/Imath/ImathEuler.h const Euler<T>& Euler<T>::operator= (const Euler<T> &euler)
operator          819 3rdparty/openexr/Imath/ImathEuler.h const Euler<T>& Euler<T>::operator= (const Vec3<T> &v)
operator          828 3rdparty/openexr/Imath/ImathEuler.h std::ostream& operator << (std::ostream &o, const Euler<T> &euler)
operator           81 3rdparty/openexr/Imath/ImathFrustum.h     const Frustum &operator	= (const Frustum &);
operator           87 3rdparty/openexr/Imath/ImathFrustum.h     bool                        operator == (const Frustum<T> &src) const;
operator           88 3rdparty/openexr/Imath/ImathFrustum.h     bool                        operator != (const Frustum<T> &src) const;
operator          220 3rdparty/openexr/Imath/ImathFrustum.h Frustum<T>::operator = (const Frustum &f)
operator          235 3rdparty/openexr/Imath/ImathFrustum.h Frustum<T>::operator == (const Frustum<T> &src) const
operator          249 3rdparty/openexr/Imath/ImathFrustum.h Frustum<T>::operator != (const Frustum<T> &src) const
operator          251 3rdparty/openexr/Imath/ImathFrustum.h     return !operator== (src);
operator           81 3rdparty/openexr/Imath/ImathInterval.h     bool                        operator == (const Interval<T> &src) const;
operator          146 3rdparty/openexr/Imath/ImathInterval.h Interval<T>::operator == (const Interval<T> &src) const
operator           79 3rdparty/openexr/Imath/ImathLine.h     Vec3<T>			operator() (T parameter) const;
operator          118 3rdparty/openexr/Imath/ImathLine.h inline Vec3<T> Line3<T>::operator()(T parameter) const
operator          170 3rdparty/openexr/Imath/ImathLine.h std::ostream& operator<< (std::ostream &o, const Line3<T> &line)
operator          176 3rdparty/openexr/Imath/ImathLine.h inline Line3<S> operator * (const Line3<S> &line, const Matrix44<T> &M)
operator           78 3rdparty/openexr/Imath/ImathMatrix.h     T *         operator [] (int i);
operator           79 3rdparty/openexr/Imath/ImathMatrix.h     const T *   operator [] (int i) const;
operator          117 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator = (const Matrix33 &v);
operator          118 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator = (T a);
operator          148 3rdparty/openexr/Imath/ImathMatrix.h     bool                operator == (const Matrix33 &v) const;
operator          149 3rdparty/openexr/Imath/ImathMatrix.h     bool                operator != (const Matrix33 &v) const;
operator          177 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator += (const Matrix33 &v);
operator          178 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator += (T a);
operator          179 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator + (const Matrix33 &v) const;
operator          186 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator -= (const Matrix33 &v);
operator          187 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator -= (T a);
operator          188 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator - (const Matrix33 &v) const;
operator          195 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator - () const;
operator          203 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator *= (T a);
operator          204 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator * (T a) const;
operator          211 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator *= (const Matrix33 &v);
operator          212 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator * (const Matrix33 &v) const;
operator          238 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix33 &    operator /= (T a);
operator          239 3rdparty/openexr/Imath/ImathMatrix.h     Matrix33            operator / (T a) const;
operator          438 3rdparty/openexr/Imath/ImathMatrix.h     T *         operator [] (int i);
operator          439 3rdparty/openexr/Imath/ImathMatrix.h     const T *   operator [] (int i) const;
operator          488 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator = (const Matrix44 &v);
operator          489 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator = (T a);
operator          518 3rdparty/openexr/Imath/ImathMatrix.h     bool                operator == (const Matrix44 &v) const;
operator          519 3rdparty/openexr/Imath/ImathMatrix.h     bool                operator != (const Matrix44 &v) const;
operator          547 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator += (const Matrix44 &v);
operator          548 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator += (T a);
operator          549 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator + (const Matrix44 &v) const;
operator          556 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator -= (const Matrix44 &v);
operator          557 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator -= (T a);
operator          558 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator - (const Matrix44 &v) const;
operator          565 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator - () const;
operator          573 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator *= (T a);
operator          574 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator * (T a) const;
operator          581 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator *= (const Matrix44 &v);
operator          582 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator * (const Matrix44 &v) const;
operator          612 3rdparty/openexr/Imath/ImathMatrix.h     const Matrix44 &    operator /= (T a);
operator          613 3rdparty/openexr/Imath/ImathMatrix.h     Matrix44            operator / (T a) const;
operator          832 3rdparty/openexr/Imath/ImathMatrix.h std::ostream &  operator << (std::ostream & s, const Matrix33<T> &m);
operator          835 3rdparty/openexr/Imath/ImathMatrix.h std::ostream &  operator << (std::ostream & s, const Matrix44<T> &m);
operator          843 3rdparty/openexr/Imath/ImathMatrix.h const Vec2<S> &            operator *= (Vec2<S> &v, const Matrix33<T> &m);
operator          846 3rdparty/openexr/Imath/ImathMatrix.h Vec2<S>                    operator * (const Vec2<S> &v, const Matrix33<T> &m);
operator          849 3rdparty/openexr/Imath/ImathMatrix.h const Vec3<S> &            operator *= (Vec3<S> &v, const Matrix33<T> &m);
operator          852 3rdparty/openexr/Imath/ImathMatrix.h Vec3<S>                    operator * (const Vec3<S> &v, const Matrix33<T> &m);
operator          855 3rdparty/openexr/Imath/ImathMatrix.h const Vec3<S> &            operator *= (Vec3<S> &v, const Matrix44<T> &m);
operator          858 3rdparty/openexr/Imath/ImathMatrix.h Vec3<S>                    operator * (const Vec3<S> &v, const Matrix44<T> &m);
operator          861 3rdparty/openexr/Imath/ImathMatrix.h const Vec4<S> &            operator *= (Vec4<S> &v, const Matrix44<T> &m);
operator          864 3rdparty/openexr/Imath/ImathMatrix.h Vec4<S>                    operator * (const Vec4<S> &v, const Matrix44<T> &m);
operator          882 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator [] (int i)
operator          889 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator [] (int i) const
operator          966 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator = (const Matrix33 &v)
operator          974 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator = (T a)
operator         1087 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator == (const Matrix33 &v) const
operator         1102 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator != (const Matrix33 &v) const
operator         1141 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator += (const Matrix33<T> &v)
operator         1158 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator += (T a)
operator         1175 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator + (const Matrix33<T> &v) const
operator         1190 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator -= (const Matrix33<T> &v)
operator         1207 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator -= (T a)
operator         1224 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator - (const Matrix33<T> &v) const
operator         1239 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator - () const
operator         1271 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator *= (T a)
operator         1288 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator * (T a) const
operator         1303 3rdparty/openexr/Imath/ImathMatrix.h operator * (T a, const Matrix33<T> &v)
operator         1310 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator *= (const Matrix33<T> &v)
operator         1325 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator * (const Matrix33<T> &v) const
operator         1368 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator /= (T a)
operator         1385 3rdparty/openexr/Imath/ImathMatrix.h Matrix33<T>::operator / (T a) const
operator         1887 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator [] (int i)
operator         1894 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator [] (int i) const
operator         2032 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator = (const Matrix44 &v)
operator         2055 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator = (T a)
operator         2197 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator == (const Matrix44 &v) const
operator         2219 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator != (const Matrix44 &v) const
operator         2265 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator += (const Matrix44<T> &v)
operator         2289 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator += (T a)
operator         2313 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator + (const Matrix44<T> &v) const
operator         2335 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator -= (const Matrix44<T> &v)
operator         2359 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator -= (T a)
operator         2383 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator - (const Matrix44<T> &v) const
operator         2405 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator - () const
operator         2451 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator *= (T a)
operator         2475 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator * (T a) const
operator         2497 3rdparty/openexr/Imath/ImathMatrix.h operator * (T a, const Matrix44<T> &v)
operator         2504 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator *= (const Matrix44<T> &v)
operator         2515 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator * (const Matrix44<T> &v) const
operator         2609 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator /= (T a)
operator         2633 3rdparty/openexr/Imath/ImathMatrix.h Matrix44<T>::operator / (T a) const
operator         3246 3rdparty/openexr/Imath/ImathMatrix.h operator << (std::ostream &s, const Matrix33<T> &m)
operator         3281 3rdparty/openexr/Imath/ImathMatrix.h operator << (std::ostream &s, const Matrix44<T> &m)
operator         3329 3rdparty/openexr/Imath/ImathMatrix.h operator *= (Vec2<S> &v, const Matrix33<T> &m)
operator         3343 3rdparty/openexr/Imath/ImathMatrix.h operator * (const Vec2<S> &v, const Matrix33<T> &m)
operator         3355 3rdparty/openexr/Imath/ImathMatrix.h operator *= (Vec3<S> &v, const Matrix33<T> &m)
operator         3370 3rdparty/openexr/Imath/ImathMatrix.h operator * (const Vec3<S> &v, const Matrix33<T> &m)
operator         3382 3rdparty/openexr/Imath/ImathMatrix.h operator *= (Vec3<S> &v, const Matrix44<T> &m)
operator         3398 3rdparty/openexr/Imath/ImathMatrix.h operator * (const Vec3<S> &v, const Matrix44<T> &m)
operator         3411 3rdparty/openexr/Imath/ImathMatrix.h operator *= (Vec4<S> &v, const Matrix44<T> &m)
operator         3428 3rdparty/openexr/Imath/ImathMatrix.h operator * (const Vec4<S> &v, const Matrix44<T> &m)
operator          205 3rdparty/openexr/Imath/ImathPlane.h std::ostream &operator<< (std::ostream &o, const Plane3<T> &plane)
operator          212 3rdparty/openexr/Imath/ImathPlane.h Plane3<T> operator* (const Plane3<T> &plane, const Matrix44<T> &M)
operator          248 3rdparty/openexr/Imath/ImathPlane.h Plane3<T> operator- (const Plane3<T> &plane)
operator          111 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator =	(const Quat<T> &q);
operator          112 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator *=	(const Quat<T> &q);
operator          113 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator *=	(T t);
operator          114 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator /=	(const Quat<T> &q);
operator          115 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator /=	(T t);
operator          116 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator +=	(const Quat<T> &q);
operator          117 3rdparty/openexr/Imath/ImathQuat.h     const Quat<T> &	operator -=	(const Quat<T> &q);
operator          118 3rdparty/openexr/Imath/ImathQuat.h     T &			operator []	(int index);	// as 4D vector
operator          119 3rdparty/openexr/Imath/ImathQuat.h     T			operator []	(int index) const;
operator          121 3rdparty/openexr/Imath/ImathQuat.h     template <class S> bool operator == (const Quat<S> &q) const;
operator          122 3rdparty/openexr/Imath/ImathQuat.h     template <class S> bool operator != (const Quat<S> &q) const;
operator          177 3rdparty/openexr/Imath/ImathQuat.h Matrix33<T>		operator * (const Matrix33<T> &M, const Quat<T> &q);
operator          180 3rdparty/openexr/Imath/ImathQuat.h Matrix33<T>		operator * (const Quat<T> &q, const Matrix33<T> &M);
operator          183 3rdparty/openexr/Imath/ImathQuat.h std::ostream &		operator << (std::ostream &o, const Quat<T> &q);
operator          186 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator * (const Quat<T> &q1, const Quat<T> &q2);
operator          189 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator / (const Quat<T> &q1, const Quat<T> &q2);
operator          192 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator / (const Quat<T> &q, T t);
operator          195 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator * (const Quat<T> &q, T t);
operator          198 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator * (T t, const Quat<T> &q);
operator          201 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator + (const Quat<T> &q1, const Quat<T> &q2);
operator          204 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator - (const Quat<T> &q1, const Quat<T> &q2);
operator          207 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator ~ (const Quat<T> &q);
operator          210 3rdparty/openexr/Imath/ImathQuat.h Quat<T>			operator - (const Quat<T> &q);
operator          213 3rdparty/openexr/Imath/ImathQuat.h Vec3<T>			operator * (const Vec3<T> &v, const Quat<T> &q);
operator          270 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator = (const Quat<T> &q)
operator          280 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator *= (const Quat<T> &q)
operator          291 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator *= (T t)
operator          301 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator /= (const Quat<T> &q)
operator          310 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator /= (T t)
operator          320 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator += (const Quat<T> &q)
operator          330 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator -= (const Quat<T> &q)
operator          340 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator [] (int index)
operator          348 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator [] (int index) const
operator          357 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator == (const Quat<S> &q) const
operator          366 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::operator != (const Quat<S> &q) const
operator          374 3rdparty/openexr/Imath/ImathQuat.h operator ^ (const Quat<T>& q1 ,const Quat<T>& q2)
operator          849 3rdparty/openexr/Imath/ImathQuat.h operator * (const Matrix33<T> &M, const Quat<T> &q)
operator          857 3rdparty/openexr/Imath/ImathQuat.h operator * (const Quat<T> &q, const Matrix33<T> &M)
operator          865 3rdparty/openexr/Imath/ImathQuat.h operator << (std::ostream &o, const Quat<T> &q)
operator          877 3rdparty/openexr/Imath/ImathQuat.h operator * (const Quat<T> &q1, const Quat<T> &q2)
operator          886 3rdparty/openexr/Imath/ImathQuat.h operator / (const Quat<T> &q1, const Quat<T> &q2)
operator          894 3rdparty/openexr/Imath/ImathQuat.h operator / (const Quat<T> &q, T t)
operator          902 3rdparty/openexr/Imath/ImathQuat.h operator * (const Quat<T> &q, T t)
operator          910 3rdparty/openexr/Imath/ImathQuat.h operator * (T t, const Quat<T> &q)
operator          918 3rdparty/openexr/Imath/ImathQuat.h operator + (const Quat<T> &q1, const Quat<T> &q2)
operator          926 3rdparty/openexr/Imath/ImathQuat.h operator - (const Quat<T> &q1, const Quat<T> &q2)
operator          934 3rdparty/openexr/Imath/ImathQuat.h operator ~ (const Quat<T> &q)
operator          942 3rdparty/openexr/Imath/ImathQuat.h operator - (const Quat<T> &q)
operator          950 3rdparty/openexr/Imath/ImathQuat.h operator * (const Vec3<T> &v, const Quat<T> &q)
operator           69 3rdparty/openexr/Imath/ImathShear.h     T &			operator [] (int i);
operator           70 3rdparty/openexr/Imath/ImathShear.h     const T &		operator [] (int i) const;
operator           93 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator = (const Shear6 &h);
operator           95 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator = (const Vec3<S> &v);
operator          124 3rdparty/openexr/Imath/ImathShear.h     bool		operator == (const Shear6<S> &h) const;
operator          127 3rdparty/openexr/Imath/ImathShear.h     bool		operator != (const Shear6<S> &h) const;
operator          155 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator += (const Shear6 &h);
operator          156 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator + (const Shear6 &h) const;
operator          163 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator -= (const Shear6 &h);
operator          164 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator - (const Shear6 &h) const;
operator          171 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator - () const;
operator          179 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator *= (const Shear6 &h);
operator          180 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator *= (T a);
operator          181 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator * (const Shear6 &h) const;
operator          182 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator * (T a) const;
operator          189 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator /= (const Shear6 &h);
operator          190 3rdparty/openexr/Imath/ImathShear.h     const Shear6 &	operator /= (T a);
operator          191 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator / (const Shear6 &h) const;
operator          192 3rdparty/openexr/Imath/ImathShear.h     Shear6		operator / (T a) const;
operator          227 3rdparty/openexr/Imath/ImathShear.h std::ostream &	operator << (std::ostream &s, const Shear6<T> &h);
operator          234 3rdparty/openexr/Imath/ImathShear.h template <class S, class T> Shear6<T>	operator * (S a, const Shear6<T> &h);
operator          255 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator [] (int i)
operator          262 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator [] (int i) const
operator          350 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator = (const Shear6 &h)
operator          364 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator = (const Vec3<S> &v)
operator          444 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator == (const Shear6<S> &h) const
operator          453 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator != (const Shear6<S> &h) const
operator          484 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator += (const Shear6 &h)
operator          497 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator + (const Shear6 &h) const
operator          505 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator -= (const Shear6 &h)
operator          518 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator - (const Shear6 &h) const
operator          526 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator - () const
operator          546 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator *= (const Shear6 &h)
operator          559 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator *= (T a)
operator          572 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator * (const Shear6 &h) const
operator          580 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator * (T a) const
operator          588 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator /= (const Shear6 &h)
operator          601 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator /= (T a)
operator          614 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator / (const Shear6 &h) const
operator          622 3rdparty/openexr/Imath/ImathShear.h Shear6<T>::operator / (T a) const
operator          635 3rdparty/openexr/Imath/ImathShear.h operator << (std::ostream &s, const Shear6<T> &h)
operator          650 3rdparty/openexr/Imath/ImathShear.h operator * (S a, const Shear6<T> &h)
operator           78 3rdparty/openexr/Imath/ImathVec.h     T &			operator [] (int i);
operator           79 3rdparty/openexr/Imath/ImathVec.h     const T &		operator [] (int i) const;
operator           98 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator = (const Vec2 &v);
operator          126 3rdparty/openexr/Imath/ImathVec.h     bool		operator == (const Vec2<S> &v) const;
operator          129 3rdparty/openexr/Imath/ImathVec.h     bool		operator != (const Vec2<S> &v) const;
operator          158 3rdparty/openexr/Imath/ImathVec.h     T			operator ^ (const Vec2 &v) const;
operator          167 3rdparty/openexr/Imath/ImathVec.h     T			operator % (const Vec2 &v) const;
operator          174 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator += (const Vec2 &v);
operator          175 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator + (const Vec2 &v) const;
operator          182 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator -= (const Vec2 &v);
operator          183 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator - (const Vec2 &v) const;
operator          190 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator - () const;
operator          198 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator *= (const Vec2 &v);
operator          199 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator *= (T a);
operator          200 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator * (const Vec2 &v) const;
operator          201 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator * (T a) const;
operator          208 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator /= (const Vec2 &v);
operator          209 3rdparty/openexr/Imath/ImathVec.h     const Vec2 &	operator /= (T a);
operator          210 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator / (const Vec2 &v) const;
operator          211 3rdparty/openexr/Imath/ImathVec.h     Vec2		operator / (T a) const;
operator          276 3rdparty/openexr/Imath/ImathVec.h     T &			operator [] (int i);
operator          277 3rdparty/openexr/Imath/ImathVec.h     const T &		operator [] (int i) const;
operator          296 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator = (const Vec3 &v);
operator          339 3rdparty/openexr/Imath/ImathVec.h     bool		operator == (const Vec3<S> &v) const;
operator          342 3rdparty/openexr/Imath/ImathVec.h     bool		operator != (const Vec3<S> &v) const;
operator          370 3rdparty/openexr/Imath/ImathVec.h     T			operator ^ (const Vec3 &v) const;
operator          378 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator %= (const Vec3 &v);
operator          379 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator % (const Vec3 &v) const;
operator          386 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator += (const Vec3 &v);
operator          387 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator + (const Vec3 &v) const;
operator          394 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator -= (const Vec3 &v);
operator          395 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator - (const Vec3 &v) const;
operator          402 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator - () const;
operator          410 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator *= (const Vec3 &v);
operator          411 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator *= (T a);
operator          412 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator * (const Vec3 &v) const;
operator          413 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator * (T a) const;
operator          420 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator /= (const Vec3 &v);
operator          421 3rdparty/openexr/Imath/ImathVec.h     const Vec3 &	operator /= (T a);
operator          422 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator / (const Vec3 &v) const;
operator          423 3rdparty/openexr/Imath/ImathVec.h     Vec3		operator / (T a) const;
operator          489 3rdparty/openexr/Imath/ImathVec.h     T &             operator [] (int i);
operator          490 3rdparty/openexr/Imath/ImathVec.h     const T &       operator [] (int i) const;
operator          509 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator = (const Vec4 &v);
operator          524 3rdparty/openexr/Imath/ImathVec.h     bool            operator == (const Vec4<S> &v) const;
operator          527 3rdparty/openexr/Imath/ImathVec.h     bool            operator != (const Vec4<S> &v) const;
operator          557 3rdparty/openexr/Imath/ImathVec.h     T			operator ^ (const Vec4 &v) const;
operator          568 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator += (const Vec4 &v);
operator          569 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator + (const Vec4 &v) const;
operator          576 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator -= (const Vec4 &v);
operator          577 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator - (const Vec4 &v) const;
operator          584 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator - () const;
operator          592 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator *= (const Vec4 &v);
operator          593 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator *= (T a);
operator          594 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator * (const Vec4 &v) const;
operator          595 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator * (T a) const;
operator          602 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator /= (const Vec4 &v);
operator          603 3rdparty/openexr/Imath/ImathVec.h     const Vec4 &    operator /= (T a);
operator          604 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator / (const Vec4 &v) const;
operator          605 3rdparty/openexr/Imath/ImathVec.h     Vec4            operator / (T a) const;
operator          665 3rdparty/openexr/Imath/ImathVec.h std::ostream &	operator << (std::ostream &s, const Vec2<T> &v);
operator          668 3rdparty/openexr/Imath/ImathVec.h std::ostream &	operator << (std::ostream &s, const Vec3<T> &v);
operator          671 3rdparty/openexr/Imath/ImathVec.h std::ostream &	operator << (std::ostream &s, const Vec4<T> &v);
operator          677 3rdparty/openexr/Imath/ImathVec.h template <class T> Vec2<T>	operator * (T a, const Vec2<T> &v);
operator          678 3rdparty/openexr/Imath/ImathVec.h template <class T> Vec3<T>	operator * (T a, const Vec3<T> &v);
operator          679 3rdparty/openexr/Imath/ImathVec.h template <class T> Vec4<T>	operator * (T a, const Vec4<T> &v);
operator          853 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator [] (int i)
operator          860 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator [] (int i) const
operator          906 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator = (const Vec2 &v)
operator          966 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator == (const Vec2<S> &v) const
operator          974 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator != (const Vec2<S> &v) const
operator         1010 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator ^ (const Vec2 &v) const
operator         1025 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator % (const Vec2 &v) const
operator         1032 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator += (const Vec2 &v)
operator         1041 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator + (const Vec2 &v) const
operator         1048 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator -= (const Vec2 &v)
operator         1057 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator - (const Vec2 &v) const
operator         1064 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator - () const
operator         1080 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator *= (const Vec2 &v)
operator         1089 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator *= (T a)
operator         1098 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator * (const Vec2 &v) const
operator         1105 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator * (T a) const
operator         1112 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator /= (const Vec2 &v)
operator         1121 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator /= (T a)
operator         1130 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator / (const Vec2 &v) const
operator         1137 3rdparty/openexr/Imath/ImathVec.h Vec2<T>::operator / (T a) const
operator         1274 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator [] (int i)
operator         1281 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator [] (int i) const
operator         1330 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator = (const Vec3 &v)
operator         1429 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator == (const Vec3<S> &v) const
operator         1437 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator != (const Vec3<S> &v) const
operator         1473 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator ^ (const Vec3 &v) const
operator         1489 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator %= (const Vec3 &v)
operator         1502 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator % (const Vec3 &v) const
operator         1511 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator += (const Vec3 &v)
operator         1521 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator + (const Vec3 &v) const
operator         1528 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator -= (const Vec3 &v)
operator         1538 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator - (const Vec3 &v) const
operator         1545 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator - () const
operator         1562 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator *= (const Vec3 &v)
operator         1572 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator *= (T a)
operator         1582 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator * (const Vec3 &v) const
operator         1589 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator * (T a) const
operator         1596 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator /= (const Vec3 &v)
operator         1606 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator /= (T a)
operator         1616 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator / (const Vec3 &v) const
operator         1623 3rdparty/openexr/Imath/ImathVec.h Vec3<T>::operator / (T a) const
operator         1768 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator [] (int i)
operator         1775 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator [] (int i) const
operator         1827 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator = (const Vec4 &v)
operator         1850 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator == (const Vec4<S> &v) const
operator         1858 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator != (const Vec4<S> &v) const
operator         1894 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator ^ (const Vec4 &v) const
operator         1902 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator += (const Vec4 &v)
operator         1913 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator + (const Vec4 &v) const
operator         1920 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator -= (const Vec4 &v)
operator         1931 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator - (const Vec4 &v) const
operator         1938 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator - () const
operator         1956 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator *= (const Vec4 &v)
operator         1967 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator *= (T a)
operator         1978 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator * (const Vec4 &v) const
operator         1985 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator * (T a) const
operator         1992 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator /= (const Vec4 &v)
operator         2003 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator /= (T a)
operator         2014 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator / (const Vec4 &v) const
operator         2021 3rdparty/openexr/Imath/ImathVec.h Vec4<T>::operator / (T a) const
operator         2174 3rdparty/openexr/Imath/ImathVec.h operator << (std::ostream &s, const Vec2<T> &v)
operator         2181 3rdparty/openexr/Imath/ImathVec.h operator << (std::ostream &s, const Vec3<T> &v)
operator         2188 3rdparty/openexr/Imath/ImathVec.h operator << (std::ostream &s, const Vec4<T> &v)
operator         2200 3rdparty/openexr/Imath/ImathVec.h operator * (T a, const Vec2<T> &v)
operator         2207 3rdparty/openexr/Imath/ImathVec.h operator * (T a, const Vec3<T> &v)
operator         2214 3rdparty/openexr/Imath/ImathVec.h operator * (T a, const Vec4<T> &v)
operator           25 apps/traincascade/HOGfeatures.h     virtual float operator()(int varIdx, int sampleIdx) const;
operator           52 apps/traincascade/HOGfeatures.h inline float CvHOGEvaluator::operator()(int varIdx, int sampleIdx) const
operator           37 apps/traincascade/haarfeatures.h     virtual float operator()(int featureIdx, int sampleIdx) const;
operator           73 apps/traincascade/haarfeatures.h inline float CvHaarEvaluator::operator()(int featureIdx, int sampleIdx) const
operator           20 apps/traincascade/lbpfeatures.h     virtual float operator()(int featureIdx, int sampleIdx) const
operator           83 apps/traincascade/traincascade_features.h     virtual float operator()(int featureIdx, int sampleIdx) const = 0;
operator         2785 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMat>::operator ()(CvMat* obj) const;
operator         2786 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<IplImage>::operator ()(IplImage* obj) const;
operator         2787 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMatND>::operator ()(CvMatND* obj) const;
operator         2788 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvSparseMat>::operator ()(CvSparseMat* obj) const;
operator         2789 modules/core/include/opencv2/core/core_c.h template<> CV_EXPORTS void DefaultDeleter<CvMemStorage>::operator ()(CvMemStorage* obj) const;
operator         2820 modules/core/include/opencv2/core/core_c.h     _Tp& operator [](int idx);
operator         2822 modules/core/include/opencv2/core/core_c.h     const _Tp& operator[](int idx) const;
operator         2881 modules/core/include/opencv2/core/core_c.h     operator std::vector<_Tp>() const;
operator         2902 modules/core/include/opencv2/core/core_c.h     _Tp& operator *();
operator         2904 modules/core/include/opencv2/core/core_c.h     const _Tp& operator *() const;
operator         2906 modules/core/include/opencv2/core/core_c.h     SeqIterator& operator ++();
operator         2908 modules/core/include/opencv2/core/core_c.h     SeqIterator operator ++(int) const;
operator         2910 modules/core/include/opencv2/core/core_c.h     SeqIterator& operator --();
operator         2912 modules/core/include/opencv2/core/core_c.h     SeqIterator operator --(int) const;
operator         2915 modules/core/include/opencv2/core/core_c.h     SeqIterator& operator +=(int);
operator         2917 modules/core/include/opencv2/core/core_c.h     SeqIterator& operator -=(int);
operator         2952 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline _Tp& Seq<_Tp>::operator [](int idx)
operator         2955 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline const _Tp& Seq<_Tp>::operator [](int idx) const
operator         3047 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline Seq<_Tp>::operator std::vector<_Tp>() const
operator         3072 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline _Tp& SeqIterator<_Tp>::operator *()
operator         3075 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline const _Tp& SeqIterator<_Tp>::operator *() const
operator         3078 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp>& SeqIterator<_Tp>::operator ++()
operator         3086 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp> SeqIterator<_Tp>::operator ++(int) const
operator         3093 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp>& SeqIterator<_Tp>::operator --()
operator         3101 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp> SeqIterator<_Tp>::operator --(int) const
operator         3108 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp>& SeqIterator<_Tp>::operator +=(int delta)
operator         3120 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline SeqIterator<_Tp>& SeqIterator<_Tp>::operator -=(int delta)
operator         3125 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline ptrdiff_t operator - (const SeqIterator<_Tp>& a,
operator         3134 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline bool operator == (const SeqIterator<_Tp>& a,
operator         3140 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline bool operator != (const SeqIterator<_Tp>& a,
operator          790 modules/core/include/opencv2/core/types_c.h     operator cv::Rect_<_Tp>() const { return cv::Rect_<_Tp>((_Tp)x, (_Tp)y, (_Tp)width, (_Tp)height); }
operator          846 modules/core/include/opencv2/core/types_c.h     operator cv::TermCriteria() const { return cv::TermCriteria(type, max_iter, epsilon); }
operator          876 modules/core/include/opencv2/core/types_c.h     operator cv::Point_<_Tp>() const { return cv::Point_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y)); }
operator          903 modules/core/include/opencv2/core/types_c.h     operator cv::Point_<_Tp>() const { return cv::Point_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y)); }
operator          947 modules/core/include/opencv2/core/types_c.h     operator cv::Point3_<_Tp>() const { return cv::Point3_<_Tp>(cv::saturate_cast<_Tp>(x), cv::saturate_cast<_Tp>(y), cv::saturate_cast<_Tp>(z)); }
operator         1017 modules/core/include/opencv2/core/types_c.h     operator cv::Size_<_Tp>() const { return cv::Size_<_Tp>(cv::saturate_cast<_Tp>(width), cv::saturate_cast<_Tp>(height)); }
operator         1043 modules/core/include/opencv2/core/types_c.h     operator cv::Size_<_Tp>() const { return cv::Size_<_Tp>(cv::saturate_cast<_Tp>(width), cv::saturate_cast<_Tp>(height)); }
operator         1071 modules/core/include/opencv2/core/types_c.h     operator cv::RotatedRect() const { return cv::RotatedRect(center, size, angle); }
operator         1105 modules/core/include/opencv2/core/types_c.h     operator cv::Range() const { return (start_index == 0 && end_index == CV_WHOLE_SEQ_END_INDEX ) ? cv::Range::all() : cv::Range(start_index, end_index); }
operator         1134 modules/core/include/opencv2/core/types_c.h     operator cv::Scalar_<_Tp>() const { return cv::Scalar_<_Tp>(cv::saturate_cast<_Tp>(val[0]), cv::saturate_cast<_Tp>(val[1]), cv::saturate_cast<_Tp>(val[2]), cv::saturate_cast<_Tp>(val[3])); }
operator           64 modules/cudalegacy/test/TestCompact.h     TestCompact& operator=(const TestCompact&);
operator           66 modules/cudalegacy/test/TestDrawRects.h     TestDrawRects& operator=(const TestDrawRects&);
operator           64 modules/cudalegacy/test/TestHaarCascadeApplication.h     TestHaarCascadeApplication& operator=(const TestHaarCascadeApplication&);
operator           65 modules/cudalegacy/test/TestHypothesesFilter.h     TestHypothesesFilter& operator=(const TestHypothesesFilter&);
operator           65 modules/cudalegacy/test/TestHypothesesGrow.h     TestHypothesesGrow& operator=(const TestHypothesesGrow&);
operator           65 modules/cudalegacy/test/TestIntegralImage.h     TestIntegralImage& operator=(const TestIntegralImage&);
operator           64 modules/cudalegacy/test/TestIntegralImageSquared.h     TestIntegralImageSquared& operator=(const TestIntegralImageSquared&);
operator           65 modules/cudalegacy/test/TestRectStdDev.h     TestRectStdDev& operator=(const TestRectStdDev&);
operator           64 modules/cudalegacy/test/TestResize.h     TestResize& operator=(const TestResize&);
operator           66 modules/cudalegacy/test/TestTranspose.h     TestTranspose& operator=(const TestTranspose&);
operator           34 modules/flann/include/opencv2/flann/any.h inline std::ostream& operator <<(std::ostream& out, const empty_any&)
operator          163 modules/flann/include/opencv2/flann/any.h     SinglePolicy& operator=(const SinglePolicy& other);
operator          243 modules/flann/include/opencv2/flann/any.h     any& operator=(const T& x)
operator          250 modules/flann/include/opencv2/flann/any.h     any& operator=(const char* x)
operator          312 modules/flann/include/opencv2/flann/any.h     friend std::ostream& operator <<(std::ostream& out, const any& any_val);
operator          315 modules/flann/include/opencv2/flann/any.h inline std::ostream& operator <<(std::ostream& out, const any& any_val)
operator           87 modules/flann/include/opencv2/flann/autotuned_index.h     AutotunedIndex& operator=(const AutotunedIndex&);
operator           93 modules/flann/include/opencv2/flann/composite_index.h     CompositeIndex& operator=(const CompositeIndex&);
operator          112 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const
operator          154 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          216 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          280 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          336 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          389 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(const unsigned char* a, const unsigned char* b, size_t size) const
operator          425 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const
operator          502 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const
operator          546 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          601 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType /*worst_dist*/ = -1) const
operator          650 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          704 modules/flann/include/opencv2/flann/dist.h     ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
operator          756 modules/flann/include/opencv2/flann/dist.h     T operator*()
operator          761 modules/flann/include/opencv2/flann/dist.h     T operator[](int)
operator          766 modules/flann/include/opencv2/flann/dist.h     const ZeroIterator<T>& operator ++()
operator          771 modules/flann/include/opencv2/flann/dist.h     ZeroIterator<T> operator ++(int)
operator          776 modules/flann/include/opencv2/flann/dist.h     ZeroIterator<T>& operator+=(int)
operator          793 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist*dist; }
operator          801 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          808 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          816 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          823 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          830 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          853 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return dist; }
operator          861 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return sqrt(dist); }
operator          868 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return sqrt(dist); }
operator          876 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return sqrt(dist); }
operator          883 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return sqrt(dist); }
operator          890 modules/flann/include/opencv2/flann/dist.h     ResultType operator()( ResultType dist ) { return sqrt(dist); }
operator          110 modules/flann/include/opencv2/flann/heap.h         bool operator()(const T& t_1, const T& t_2) const
operator          398 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h     HierarchicalClusteringIndex& operator=(const HierarchicalClusteringIndex&);
operator          106 modules/flann/include/opencv2/flann/kdtree_index.h     KDTreeIndex& operator=(const KDTreeIndex&);
operator          103 modules/flann/include/opencv2/flann/kdtree_single_index.h     KDTreeSingleIndex& operator=(const KDTreeSingleIndex&);
operator          294 modules/flann/include/opencv2/flann/kmeans_index.h         void operator()(const cv::Range& range) const
operator          336 modules/flann/include/opencv2/flann/kmeans_index.h         KMeansDistanceComputer& operator=( const KMeansDistanceComputer & ) { return *this; }
operator          380 modules/flann/include/opencv2/flann/kmeans_index.h     KMeansIndex& operator=(const KMeansIndex&);
operator           64 modules/flann/include/opencv2/flann/linear_index.h     LinearIndex& operator=(const LinearIndex&);
operator          105 modules/flann/include/opencv2/flann/lsh_index.h     LshIndex& operator=(const LshIndex&);
operator          231 modules/flann/include/opencv2/flann/lsh_index.h         bool operator()(const ScoreIndexPair& left, const ScoreIndexPair& right) const
operator          101 modules/flann/include/opencv2/flann/lsh_table.h inline std::ostream& operator <<(std::ostream& out, const LshStats& stats)
operator           80 modules/flann/include/opencv2/flann/matrix.h     T* operator[](size_t index) const
operator           58 modules/flann/include/opencv2/flann/result_set.h     bool operator<(const BranchStruct<T, DistanceType>& rhs) const
operator          296 modules/flann/include/opencv2/flann/result_set.h         bool operator<(const DistIndex dist_index) const
operator           85 modules/highgui/src/agile_wrl.h             AgileHelper operator=(AgileHelper&& other)
operator          103 modules/highgui/src/agile_wrl.h                 T* operator->()
operator          109 modules/highgui/src/agile_wrl.h                 operator T * ()
operator          115 modules/highgui/src/agile_wrl.h             AgileHelper operator=(const AgileHelper&);
operator          324 modules/highgui/src/agile_wrl.h         TypeT operator->() const throw()
operator          329 modules/highgui/src/agile_wrl.h         Agile& operator=(nullptr_t) throw()
operator          335 modules/highgui/src/agile_wrl.h         Agile& operator=(TypeT object) throw()
operator          341 modules/highgui/src/agile_wrl.h         Agile& operator=(Agile object) throw()
operator          349 modules/highgui/src/agile_wrl.h         Agile& operator=(IUnknown* lp) throw()
operator          401 modules/highgui/src/agile_wrl.h         bool operator==(nullptr_t) const throw()
operator          406 modules/highgui/src/agile_wrl.h         bool operator==(const Agile& other) const throw()
operator          411 modules/highgui/src/agile_wrl.h         bool operator<(const Agile& other) const throw()
operator          472 modules/highgui/src/agile_wrl.h         TypeT operator->() const throw()
operator          477 modules/highgui/src/agile_wrl.h         Agile& operator=(nullptr_t) throw()
operator          483 modules/highgui/src/agile_wrl.h         Agile& operator=(TypeT object) throw()
operator          492 modules/highgui/src/agile_wrl.h         Agile& operator=(Agile object) throw()
operator          499 modules/highgui/src/agile_wrl.h         Agile& operator=(IUnknown* lp) throw()
operator          525 modules/highgui/src/agile_wrl.h         bool operator==(nullptr_t) const throw()
operator          530 modules/highgui/src/agile_wrl.h         bool operator==(const Agile& other) const throw()
operator          535 modules/highgui/src/agile_wrl.h         bool operator<(const Agile& other) const throw()
operator          544 modules/highgui/src/agile_wrl.h     bool operator==(nullptr_t, const Agile<U>& a) throw()
operator          550 modules/highgui/src/agile_wrl.h     bool operator!=(const Agile<U>& a, nullptr_t) throw()
operator          556 modules/highgui/src/agile_wrl.h     bool operator!=(nullptr_t, const Agile<U>& a) throw()
operator          562 modules/highgui/src/agile_wrl.h     bool operator!=(const Agile<U>& a, const Agile<U>& b) throw()
operator          890 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ArgumentCountHelper(&(_T::operator()))) _ArgumentCountType;
operator          893 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ReturnTypeClassHelperThunk(&(_T::operator()))) _ReturnType;
operator          894 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg1ClassHelperThunk(&(_T::operator()))) _Argument1Type;
operator          895 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg2ClassHelperThunk(&(_T::operator()))) _Argument2Type;
operator          896 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg3ClassHelperThunk(&(_T::operator()))) _Argument3Type;
operator         1039 modules/highgui/src/ppltasks_winrt.h             _Holder& operator=(const _Holder&);
operator         1043 modules/highgui/src/ppltasks_winrt.h         _TaskProcThunk& operator=(const _TaskProcThunk&);
operator         1156 modules/highgui/src/ppltasks_winrt.h         _ContextCallback& operator=(const _ContextCallback& _Src)
operator         1166 modules/highgui/src/ppltasks_winrt.h         _ContextCallback& operator=(_ContextCallback&& _Src)
operator         1203 modules/highgui/src/ppltasks_winrt.h         bool operator==(const _ContextCallback& _Rhs) const
operator         1208 modules/highgui/src/ppltasks_winrt.h         bool operator!=(const _ContextCallback& _Rhs) const
operator         1210 modules/highgui/src/ppltasks_winrt.h             return !(operator==(_Rhs));
operator         2197 modules/highgui/src/ppltasks_winrt.h     task_options const& operator=(task_options const& _Right);
operator         2395 modules/highgui/src/ppltasks_winrt.h         _TaskWorkItemRAIILogger &operator =(const _TaskWorkItemRAIILogger &); // cannot be assigned
operator         2451 modules/highgui/src/ppltasks_winrt.h         void operator()() const
operator         2514 modules/highgui/src/ppltasks_winrt.h         _PPLTaskHandle const & operator=(_PPLTaskHandle const&);    // no assignment operator
operator         3311 modules/highgui/src/ppltasks_winrt.h         _Task_impl_base const & operator=(_Task_impl_base const&);
operator         3588 modules/highgui/src/ppltasks_winrt.h         _Task_completion_event_impl& operator=(const _Task_completion_event_impl&);
operator         4392 modules/highgui/src/ppltasks_winrt.h     task& operator=(const task& _Other)
operator         4412 modules/highgui/src/ppltasks_winrt.h     task& operator=(task&& _Other)
operator         4682 modules/highgui/src/ppltasks_winrt.h     bool operator==(const task<_ReturnType>& _Rhs) const
operator         4694 modules/highgui/src/ppltasks_winrt.h     bool operator!=(const task<_ReturnType>& _Rhs) const
operator         4696 modules/highgui/src/ppltasks_winrt.h         return !operator==(_Rhs);
operator         5691 modules/highgui/src/ppltasks_winrt.h     task& operator=(const task& _Other)
operator         5711 modules/highgui/src/ppltasks_winrt.h     task& operator=(task&& _Other)
operator         5945 modules/highgui/src/ppltasks_winrt.h     bool operator==(const task<void>& _Rhs) const
operator         5957 modules/highgui/src/ppltasks_winrt.h     bool operator!=(const task<void>& _Rhs) const
operator         5959 modules/highgui/src/ppltasks_winrt.h         return !operator==(_Rhs);
operator         8656 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator&&(const task<_ReturnType> & _Lhs, const task<_ReturnType> & _Rhs)
operator         8688 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator&&(const task<std::vector<_ReturnType>> & _Lhs, const task<_ReturnType> & _Rhs)
operator         8719 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator&&(const task<_ReturnType> & _Lhs, const task<std::vector<_ReturnType>> & _Rhs)
operator         8750 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator&&(const task<std::vector<_ReturnType>> & _Lhs, const task<std::vector<_ReturnType>> & _Rhs)
operator         8781 modules/highgui/src/ppltasks_winrt.h inline task<void> operator&&(const task<void> & _Lhs, const task<void> & _Rhs)
operator         9136 modules/highgui/src/ppltasks_winrt.h task<_ReturnType> operator||(const task<_ReturnType> & _Lhs, const task<_ReturnType> & _Rhs)
operator         9222 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator||(const task<std::vector<_ReturnType>> & _Lhs, const task<_ReturnType> & _Rhs)
operator         9324 modules/highgui/src/ppltasks_winrt.h task<std::vector<_ReturnType>> operator||(const task<_ReturnType> & _Lhs, const task<std::vector<_ReturnType>> & _Rhs)
operator         9355 modules/highgui/src/ppltasks_winrt.h inline task<void> operator||(const task<void> & _Lhs, const task<void> & _Rhs)
operator          415 modules/imgproc/include/opencv2/imgproc/types_c.h     operator cv::Moments() const
operator          889 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& /* t */) { return *this; }
operator          906 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator          909 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
operator          941 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator          944 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_2_TUPLE_(U)& t) {
operator          948 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const ::std::pair<U0, U1>& p) {
operator          982 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator          985 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_3_TUPLE_(U)& t) {
operator         1021 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1024 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_4_TUPLE_(U)& t) {
operator         1063 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1066 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_5_TUPLE_(U)& t) {
operator         1108 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1111 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_6_TUPLE_(U)& t) {
operator         1155 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1158 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_7_TUPLE_(U)& t) {
operator         1205 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1208 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_8_TUPLE_(U)& t) {
operator         1257 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1260 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_9_TUPLE_(U)& t) {
operator         1313 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const tuple& t) { return CopyFrom(t); }
operator         1316 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_10_TUPLE_(U)& t) {
operator         1654 modules/ts/include/opencv2/ts/ts_gtest.h inline bool operator==(const GTEST_10_TUPLE_(T)& t,
operator         1662 modules/ts/include/opencv2/ts/ts_gtest.h inline bool operator!=(const GTEST_10_TUPLE_(T)& t,
operator         1880 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(type const &)
operator         2055 modules/ts/include/opencv2/ts/ts_gtest.h   T& operator*() const { return *ptr_; }
operator         2056 modules/ts/include/opencv2/ts/ts_gtest.h   T* operator->() const { return ptr_; }
operator         3178 modules/ts/include/opencv2/ts/ts_gtest.h void operator<<(const testing::internal::Secret&, int);
operator         3231 modules/ts/include/opencv2/ts/ts_gtest.h   inline Message& operator <<(const T& value) {
operator         3238 modules/ts/include/opencv2/ts/ts_gtest.h   inline Message& operator <<(const T& val) {
operator         3253 modules/ts/include/opencv2/ts/ts_gtest.h     using ::operator <<;
operator         3272 modules/ts/include/opencv2/ts/ts_gtest.h   inline Message& operator <<(T* const& pointer) {  // NOLINT
operator         3288 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(BasicNarrowIoManip val) {
operator         3294 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(bool b) {
operator         3300 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(const wchar_t* wide_c_str);
operator         3301 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(wchar_t* wide_c_str);
operator         3306 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(const ::std::wstring& wstr);
operator         3312 modules/ts/include/opencv2/ts/ts_gtest.h   Message& operator <<(const ::wstring& wstr);
operator         3341 modules/ts/include/opencv2/ts/ts_gtest.h     using ::operator <<;
operator         3351 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const Message&);
operator         3355 modules/ts/include/opencv2/ts/ts_gtest.h inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
operator         3606 modules/ts/include/opencv2/ts/ts_gtest.h   FilePath& operator=(const FilePath& rhs) {
operator         7688 modules/ts/include/opencv2/ts/ts_gtest.h   operator bool() const { return true; }
operator         8015 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator==(const NativeArray& rhs) const {
operator         8689 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator()(int exit_status) const;
operator         8692 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ExitedWithCode& other);
operator         8703 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator()(int exit_status) const;
operator         9174 modules/ts/include/opencv2/ts/ts_gtest.h   template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
operator         9180 modules/ts/include/opencv2/ts/ts_gtest.h   linked_ptr& operator=(linked_ptr const& ptr) {
operator         9194 modules/ts/include/opencv2/ts/ts_gtest.h   T* operator->() const { return value_; }
operator         9195 modules/ts/include/opencv2/ts/ts_gtest.h   T& operator*() const { return *value_; }
operator         9197 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator==(T* p) const { return value_ == p; }
operator         9198 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator!=(T* p) const { return value_ != p; }
operator         9200 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator==(linked_ptr<U> const& ptr) const {
operator         9204 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator!=(linked_ptr<U> const& ptr) const {
operator         9234 modules/ts/include/opencv2/ts/ts_gtest.h bool operator==(T* ptr, const linked_ptr<T>& x) {
operator         9239 modules/ts/include/opencv2/ts/ts_gtest.h bool operator!=(T* ptr, const linked_ptr<T>& x) {
operator         9451 modules/ts/include/opencv2/ts/ts_gtest.h ::std::basic_ostream<Char, CharTraits>& operator<<(
operator         10167 modules/ts/include/opencv2/ts/ts_gtest.h   ParamIterator& operator=(const ParamIterator& other) {
operator         10173 modules/ts/include/opencv2/ts/ts_gtest.h   const T& operator*() const { return *impl_->Current(); }
operator         10174 modules/ts/include/opencv2/ts/ts_gtest.h   const T* operator->() const { return impl_->Current(); }
operator         10176 modules/ts/include/opencv2/ts/ts_gtest.h   ParamIterator& operator++() {
operator         10181 modules/ts/include/opencv2/ts/ts_gtest.h   ParamIterator operator++(int /*unused*/) {
operator         10186 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator==(const ParamIterator& other) const {
operator         10189 modules/ts/include/opencv2/ts/ts_gtest.h   bool operator!=(const ParamIterator& other) const {
operator         10226 modules/ts/include/opencv2/ts/ts_gtest.h   ParamGenerator& operator=(const ParamGenerator& other) {
operator         10294 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         10312 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const RangeGenerator& other);
operator         10403 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValuesInIteratorRangeGenerator& other);
operator         10759 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
operator         10763 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray1& other);
operator         10774 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10781 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray2& other);
operator         10793 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10801 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray3& other);
operator         10815 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10823 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray4& other);
operator         10838 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10846 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray5& other);
operator         10863 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10872 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray6& other);
operator         10890 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10899 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray7& other);
operator         10919 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10928 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray8& other);
operator         10949 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10959 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray9& other);
operator         10981 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         10991 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray10& other);
operator         11015 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11025 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray11& other);
operator         11050 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11061 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray12& other);
operator         11088 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11099 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray13& other);
operator         11127 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11138 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray14& other);
operator         11167 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11179 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray15& other);
operator         11211 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11223 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray16& other);
operator         11256 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11268 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray17& other);
operator         11302 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11315 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray18& other);
operator         11350 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11363 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray19& other);
operator         11400 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11413 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray20& other);
operator         11452 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11466 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray21& other);
operator         11506 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11520 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray22& other);
operator         11562 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11576 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray23& other);
operator         11619 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11634 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray24& other);
operator         11678 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11693 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray25& other);
operator         11739 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11754 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray26& other);
operator         11802 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11818 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray27& other);
operator         11867 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11883 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray28& other);
operator         11933 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         11949 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray29& other);
operator         12001 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12018 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray30& other);
operator         12072 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12089 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray31& other);
operator         12144 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12161 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray32& other);
operator         12218 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12236 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray33& other);
operator         12294 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12312 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray34& other);
operator         12371 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12389 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray35& other);
operator         12450 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12469 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray36& other);
operator         12532 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12551 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray37& other);
operator         12615 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12634 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray38& other);
operator         12699 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12719 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray39& other);
operator         12786 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12806 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray40& other);
operator         12875 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12895 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray41& other);
operator         12965 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         12986 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray42& other);
operator         13057 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13078 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray43& other);
operator         13151 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13172 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray44& other);
operator         13246 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13268 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray45& other);
operator         13344 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13366 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray46& other);
operator         13444 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13466 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray47& other);
operator         13545 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13568 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray48& other);
operator         13648 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13671 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray49& other);
operator         13752 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator<T>() const {
operator         13775 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const ValueArray50& other);
operator         13928 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         13943 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator2& other);
operator         14056 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14074 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator3& other);
operator         14203 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14224 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator4& other);
operator         14366 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14390 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator5& other);
operator         14548 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14575 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator6& other);
operator         14747 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14777 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator7& other);
operator         14965 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         14998 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator8& other);
operator         15200 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         15236 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator9& other);
operator         15452 modules/ts/include/opencv2/ts/ts_gtest.h     void operator=(const Iterator& other);
operator         15491 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductGenerator10& other);
operator         15518 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2> >() const {
operator         15527 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder2& other);
operator         15540 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3> >() const {
operator         15550 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder3& other);
operator         15565 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4> >() const {
operator         15576 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder4& other);
operator         15592 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5> >() const {
operator         15604 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder5& other);
operator         15623 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> >() const {
operator         15636 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder6& other);
operator         15656 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6,
operator         15671 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder7& other);
operator         15694 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7,
operator         15710 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder8& other);
operator         15735 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8,
operator         15753 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder9& other);
operator         15779 modules/ts/include/opencv2/ts/ts_gtest.h   operator ParamGenerator< ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8,
operator         15799 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const CartesianProductHolder10& other);
operator         17224 modules/ts/include/opencv2/ts/ts_gtest.h std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
operator         17742 modules/ts/include/opencv2/ts/ts_gtest.h   operator bool() const { return success_; }  // NOLINT
operator         17745 modules/ts/include/opencv2/ts/ts_gtest.h   AssertionResult operator!() const;
operator         17759 modules/ts/include/opencv2/ts/ts_gtest.h   template <typename T> AssertionResult& operator<<(const T& value) {
operator         17766 modules/ts/include/opencv2/ts/ts_gtest.h   AssertionResult& operator<<(
operator         19211 modules/ts/include/opencv2/ts/ts_gtest.h   void operator=(const Message& message) const;
operator           80 modules/viz/src/vtk/vtkCloudMatSink.h           void operator=(const vtkCloudMatSink&);  // Not implemented.
operator           82 modules/viz/src/vtk/vtkCloudMatSource.h             void operator=(const vtkCloudMatSource&);  // Not implemented.
operator           72 modules/viz/src/vtk/vtkImageMatSource.h             void operator=(const vtkImageMatSource&);  // Not implemented.
operator           86 modules/viz/src/vtk/vtkOBJWriter.h           void operator=(const vtkOBJWriter&);  // Not implemented.
operator           78 modules/viz/src/vtk/vtkTrajectorySource.h             void operator=(const vtkTrajectorySource&);  // Not implemented.
operator           75 modules/viz/src/vtk/vtkXYZReader.h           void operator=(const vtkXYZReader&);  // Not implemented.
operator           86 modules/viz/src/vtk/vtkXYZWriter.h             void operator=(const vtkXYZWriter&);  // Not implemented.
operator           17 samples/cpp/tutorial_code/features2D/AKAZE_tracking/stats.h     Stats& operator+=(const Stats& op) {
operator           24 samples/cpp/tutorial_code/features2D/AKAZE_tracking/stats.h     Stats& operator/=(int num)
operator           39 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     void operator()(T& t)
operator           80 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         bool operator==(const POSITION &p) const
operator           85 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         bool operator!=(const POSITION &p) const
operator          394 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     void operator()(IUnknown *p)
operator          406 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     void operator()(void *p)