| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Point3i
Property 'ndarray' provides a numpy.ndarray view on the object. If you create a reference to 'ndarray', you must keep the object unchanged until your reference is deleted, or Python may crash! Alternatively, you could create a reference to 'ndarray' by using 'asndarray(obj)', where 'obj' is an instance of this class.
To create an instance of Point3i that shares the same data with an ndarray instance, use: 'asPoint3i(a), where 'a' is an ndarray instance. Similarly, to avoid a potential Python crash, you must keep the current instance unchanged until the reference is deleted.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 20
|
|||
|
|||
| ndarray | |||
| this | |||
| x | |||
| y | |||
| z | |||
|
Inherited from |
|||
|
|||
__add__( (Point3i)arg1, (Point3i)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> __add__(cv::Point3_<int>,cv::Point3_<int>)
|
__eq__( (Point3i)arg1, (Point3i)arg2) -> bool :
C++ signature :
bool __eq__(cv::Point3_<int>,cv::Point3_<int>)
|
__iadd__( (Point3i)arg1, (Point3i)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> {lvalue} __iadd__(cv::Point3_<int> {lvalue},cv::Point3_<int>)
|
__imul__( (Point3i)arg1, (object)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> {lvalue} __imul__(cv::Point3_<int> {lvalue},double)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)_x, (object)_y, (object)_z) -> None :
C++ signature :
void __init__(_object*,int,int,int)
__init__( (object)arg1, (Point3i)pt) -> None :
C++ signature :
void __init__(_object*,cv::Point3_<int>)
__init__( (object)arg1, (Point2i)pt) -> None :
C++ signature :
void __init__(_object*,cv::Point_<int>)
__init__( (object)arg1, (CvPoint3D32f)pt) -> None :
C++ signature :
void __init__(_object*,CvPoint3D32f)
__init__( (object)arg1, (Vec3i)v) -> None :
C++ signature :
void __init__(_object*,cv::Vec<int, 3>)
|
__isub__( (Point3i)arg1, (Point3i)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> {lvalue} __isub__(cv::Point3_<int> {lvalue},cv::Point3_<int>)
|
__mul__( (Point3i)arg1, (object)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> __mul__(cv::Point3_<int>,double)
|
__neg__( (Point3i)arg1) -> Point3i :
C++ signature :
cv::Point3_<int> __neg__(cv::Point3_<int>)
|
helper for pickle
|
repr(x)
|
__rmul__( (object)arg1, (Point3i)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> __rmul__(double,cv::Point3_<int>)
|
__sub__( (Point3i)arg1, (Point3i)arg2) -> Point3i :
C++ signature :
cv::Point3_<int> __sub__(cv::Point3_<int>,cv::Point3_<int>)
|
__temp_func( (Point3i)arg1) -> CvPoint3D32f :
Wrapped function:
operator ::CvPoint3D32f
C++ signature :
CvPoint3D32f __temp_func(cv::Point3_<int> {lvalue})
__temp_func( (Point3i)arg1) -> Vec3i :
Wrapped function:
operator ::cv::Vec<int, 3>
C++ signature :
cv::Vec<int, 3> __temp_func(cv::Point3_<int> {lvalue})
|
assign( (Point3i)arg1, (Point3i)pt) -> Point3i :
Wrapped function:
operator=
C++ signature :
cv::Point3_<int> {lvalue} assign(cv::Point3_<int> {lvalue},cv::Point3_<int>)
|
ddot( (Point3i)arg1, (Point3i)pt) -> float :
C++ signature :
double ddot(cv::Point3_<int> {lvalue},cv::Point3_<int>)
|
dot( (Point3i)arg1, (Point3i)pt) -> int :
C++ signature :
int dot(cv::Point3_<int> {lvalue},cv::Point3_<int>)
|
|
|||
ndarray
|
this
|
x
|
y
|
z
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:07 2010 | http://epydoc.sourceforge.net |