ContourRetrievalType
-
class ContourRetrievalType(self, value: int)
Bases: pybind11_object
Methods
Inherited Methods
Operators
Attributes
CONTOUR_RETR_EXTERNAL
|
|
CONTOUR_RETR_LIST
|
|
CONTOUR_RETR_TREE
|
|
__annotations__
|
|
__members__
|
|
name
|
|
value
|
|
-
__and__(self, other: object) → object
-
__eq__(self, other: object) → bool
-
__ge__(self, other: object) → bool
-
__getstate__(self) → int
-
__gt__(self, other: object) → bool
-
__hash__(self) → int
-
__index__(self) → int
-
__init__(self, value: int)
-
__int__(self) → int
-
__invert__(self) → object
-
__le__(self, other: object) → bool
-
__lt__(self, other: object) → bool
-
__ne__(self, other: object) → bool
-
__or__(self, other: object) → object
-
__rand__(self, other: object) → object
-
__ror__(self, other: object) → object
-
__rxor__(self, other: object) → object
-
__setstate__(self, state: int) → None
-
__xor__(self, other: object) → object
-
property name : str