cv::Range Class Reference

#include <core.hpp>

List of all members.

Public Member Functions

bool empty () const
 operator CvSlice () const
 Range (const CvSlice &slice)
 Range (int _start, int _end)
 Range ()
int size () const

Static Public Member Functions

static Range all ()

Public Attributes

int end
int start

Detailed Description

The 2D range class

This is the class used to specify a continuous subsequence, i.e. part of a contour, or a column span in a matrix.


Constructor & Destructor Documentation

cv::Range::Range (  )  [inline]
cv::Range::Range ( int  _start,
int  _end 
) [inline]
cv::Range::Range ( const CvSlice slice  )  [inline]

Member Function Documentation

Range cv::Range::all (  )  [inline, static]
bool cv::Range::empty (  )  const [inline]
cv::Range::operator CvSlice (  )  const [inline]
int cv::Range::size (  )  const [inline]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Dec 23 11:40:55 2010 for opencv by  doxygen 1.6.3