![]() |
IOLink Python 1.11.0
|
Public Member Functions | |
| __init__ (self, properties) | |
| clone (self) | |
| to_string (self) | |
| get_calibration (self) | |
| get_image_info (self) | |
| __eq__ (self, *args) | |
| __repr__ (self) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| calibration = property(get_calibration, doc=get_calibration.__doc__) | |
| image_info = property(get_image_info, doc=get_image_info.__doc__) | |
Wrapper class around ImageProperties to force readonly access.
| iolink.iolink.ReadonlyImageProperties.__init__ | ( | self, | |
| properties | |||
| ) |
Wrap the ImageProperties instance.
| iolink.iolink.ReadonlyImageProperties.__eq__ | ( | self, | |
| * | args | ||
| ) |
*Overload 1:*
Equality operator.
|
*Overload 2:*
Equality operator.
| iolink.iolink.ReadonlyImageProperties.clone | ( | self | ) |
Proxy for ImageProperties::clone.
| iolink.iolink.ReadonlyImageProperties.get_calibration | ( | self | ) |
Proxy for ImageProperties::calibration.
| iolink.iolink.ReadonlyImageProperties.get_image_info | ( | self | ) |
Proxy for ImageProperties::imageInfo.
| iolink.iolink.ReadonlyImageProperties.to_string | ( | self | ) |
Proxy for ImageProperties::toString.