dips.ManualClusterAnalysisSettingsVal module#

Generated wrapper for ManualClusterAnalysisSettings protobuf message.

class dips.ManualClusterAnalysisSettingsVal.ManualClusterAnalysisSettingsVal(maximum_cluster_size: AngleDataVal | None = None, entity_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for ManualClusterAnalysisSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property entity_color: ColorSurrogateVal#

Get the EntityColor field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property maximum_cluster_size: AngleDataVal#

Get the MaximumClusterSize field as a wrapper.

to_proto()#

Get the underlying protobuf message.