IOLink Python 1.11.0
Loading...
Searching...
No Matches
iolink.iolink.ReadonlyImageProperties Class Reference
Inheritance diagram for iolink.iolink.ReadonlyImageProperties:

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__)
 

Detailed Description

Wrapper class around ImageProperties to force readonly access.

Constructor & Destructor Documentation

◆ __init__()

iolink.iolink.ReadonlyImageProperties.__init__ (   self,
  properties 
)
Wrap the ImageProperties instance.

Member Function Documentation

◆ __eq__()

iolink.iolink.ReadonlyImageProperties.__eq__ (   self,
args 
)
    *Overload 1:*

    Equality operator.

    |

    *Overload 2:*

    Equality operator.

◆ clone()

iolink.iolink.ReadonlyImageProperties.clone (   self)
Proxy for ImageProperties::clone.

◆ get_calibration()

iolink.iolink.ReadonlyImageProperties.get_calibration (   self)
Proxy for ImageProperties::calibration.

◆ get_image_info()

iolink.iolink.ReadonlyImageProperties.get_image_info (   self)
Proxy for ImageProperties::imageInfo.

◆ to_string()

iolink.iolink.ReadonlyImageProperties.to_string (   self)
Proxy for ImageProperties::toString.

The documentation for this class was generated from the following file: