cv::Mat::MSize Struct Reference

#include <core.hpp>

List of all members.

Public Member Functions

 MSize (int *_p)
Size operator() () const
const int & operator[] (int i) const
int & operator[] (int i)
 operator const int * () const
bool operator== (const MSize &sz) const
bool operator!= (const MSize &sz) const

Public Attributes

int * p

Constructor & Destructor Documentation

cv::Mat::MSize::MSize ( int *  _p  ) 

Member Function Documentation

Size cv::Mat::MSize::operator() (  )  const
const int & cv::Mat::MSize::operator[] ( int  i  )  const
int & cv::Mat::MSize::operator[] ( int  i  ) 
cv::Mat::MSize::operator const int * (  )  const
bool cv::Mat::MSize::operator== ( const MSize sz  )  const
bool cv::Mat::MSize::operator!= ( const MSize sz  )  const

Member Data Documentation


The documentation for this struct was generated from the following files: