cv::Range Class Reference

#include <cxcore.hpp>

List of all members.

Public Member Functions

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

Static Public Member Functions

static Range all ()

Public Attributes

int start
int end

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation


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