All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SegmenterSegmentsBlock.cpp
Go to the documentation of this file.
2 
3 #include <climits>
4 
5 namespace te
6 {
7  namespace rp
8  {
9 
11  {
12  clear();
13  }
14 
17  {
18  clear();
19  }
20 
21 
23  {
24  clear();
25  }
26 
28  {
29  m_startX = m_startY = UINT_MAX;
31  m_width = m_height = 0;
34  m_topCutOffProfile.clear();
35  m_bottomCutOffProfile.clear();
36  m_leftCutOffProfile.clear();
37  m_rightCutOffProfile.clear();
38  }
39 
41  const SegmenterSegmentsBlock& )
42  {
43  return *this;
44  }
45 
46  } // namespace rp
47 } // namespace te
std::vector< unsigned int > m_rightCutOffProfile
const SegmenterSegmentsBlock & operator=(const SegmenterSegmentsBlock &)
Segments block.
Segmenter segments block description class.
std::vector< unsigned int > m_topCutOffProfile
std::vector< unsigned int > m_leftCutOffProfile
std::vector< unsigned int > m_bottomCutOffProfile