| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
CvFuzzyCurve
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 40
|
|||
|
|||
| this | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
addPoint( (CvFuzzyCurve)arg1, (object)x, (object)y) -> None :
C++ signature :
void addPoint(CvFuzzyCurve {lvalue},double,double)
|
calcValue( (CvFuzzyCurve)arg1, (object)param) -> float :
C++ signature :
double calcValue(CvFuzzyCurve {lvalue},double)
|
clear( (CvFuzzyCurve)arg1) -> None :
C++ signature :
void clear(CvFuzzyCurve {lvalue})
|
getCentre( (CvFuzzyCurve)arg1) -> float :
C++ signature :
double getCentre(CvFuzzyCurve {lvalue})
|
getValue( (CvFuzzyCurve)arg1) -> float :
C++ signature :
double getValue(CvFuzzyCurve {lvalue})
|
setCentre( (CvFuzzyCurve)arg1, (object)_centre) -> None :
C++ signature :
void setCentre(CvFuzzyCurve {lvalue},double)
|
setValue( (CvFuzzyCurve)arg1, (object)_value) -> None :
C++ signature :
void setValue(CvFuzzyCurve {lvalue},double)
|
|
|||
this
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:05 2010 | http://epydoc.sourceforge.net |