| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
vector_Size2i
|
|||
|
elem_type Property 'ndarray' provides a numpy.ndarray view on the object. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
__instance_size__ = 20
|
|||
|
|||
|
Inherited from |
|||
|
|||
__contains__( (vector_Size2i)arg1, (object)arg2) -> bool :
C++ signature :
bool __contains__(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},_object*)
|
__delitem__( (vector_Size2i)arg1, (object)arg2) -> None :
C++ signature :
void __delitem__(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},_object*)
|
__getitem__( (object)arg1, (object)arg2) -> object :
C++ signature :
boost::python::api::object __getitem__(boost::python::back_reference<std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > >&>,_object*)
|
Initializes the vector.
Argument 'obj':
If 'obj' is an integer, the vector is initialized as a vector of
'obj' elements. If 'obj' is a Python sequence. The vector is
initialized as an equivalence of 'obj' by invoking self.fromlist().
|
__iter__( (object)arg1) -> object :
C++ signature :
boost::python::objects::iterator_range<boost::python::return_internal_reference<1u, boost::python::default_call_policies>, __gnu_cxx::__normal_iterator<cv::Size_<int>*, std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > > > __iter__(boost::python::back_reference<std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > >&>)
|
__len__( (vector_Size2i)arg1) -> int :
C++ signature :
unsigned int __len__(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue})
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
repr(x)
|
__setitem__( (vector_Size2i)arg1, (object)arg2, (object)arg3) -> None :
C++ signature :
void __setitem__(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},_object*,_object*)
|
append( (vector_Size2i)arg1, (object)arg2) -> None :
C++ signature :
void append(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},boost::python::api::object)
|
Creates the vector from a Python sequence.
Argument 'obj':
a Python sequence
|
extend( (vector_Size2i)arg1, (object)arg2) -> None :
C++ signature :
void extend(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},boost::python::api::object)
|
Creates a vector from a Python sequence.
Argument 'obj':
a Python sequence
|
resize( (vector_Size2i)arg1, (object)num) -> None :
C++ signature :
void resize(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > > {lvalue},unsigned int)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |