dips.QuantitativeContourSettingsVal module#

Generated wrapper for QuantitativeContourSettings protobuf message.

class dips.QuantitativeContourSettingsVal.QuantitativeContourSettingsVal(local_angle: AngleDataVal | None = None, selected_column: DataDescriptorVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for QuantitativeContourSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property interpolation: Any#

Get the Interpolation field value.

property local_angle: AngleDataVal#

Get the LocalAngle field as a wrapper.

property selected_column: DataDescriptorVal#

Get the SelectedColumn field as a wrapper.

to_proto()#

Get the underlying protobuf message.