csc.model.ClusterViewer

class csc.model.ClusterViewer

ClusterViewer class

This class lets read scene data clusters.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

cluster_by_data(self, data_id)

data_id : csc.model.DataId | -> ClusterId

cluster_datas(self, cluster_id)

cluster_id : ClusterId | -> csc.model.DataId[]

cluster_name(self, cluster_id)

cluster_id : ClusterId | -> string

clusters(self)

-> ClusterId[]

clusters_bindings(self)

-> (ClusterId,ClusterId)[]

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.model'
cluster_by_data(self: csc.model.ClusterViewer, data_id: csc.model.DataId) int

data_id : csc.model.DataId | -> ClusterId

cluster_datas(self: csc.model.ClusterViewer, cluster_id: int) list[csc.model.DataId]

cluster_id : ClusterId | -> csc.model.DataId[]

cluster_name(self: csc.model.ClusterViewer, cluster_id: int) str

cluster_id : ClusterId | -> string

clusters(self: csc.model.ClusterViewer) list[int]

-> ClusterId[]

clusters_bindings(self: csc.model.ClusterViewer) list[csc.model.ClustersEdge]

-> (ClusterId,ClusterId)[]