csc.layers.index.RectIndicesContainer¶
- class csc.layers.index.RectIndicesContainer¶
RectIndicesContainer class
This is container of items that are placed in the rect indices
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.layers.index.RectIndicesContainer) -> None
__init__(self: csc.layers.index.RectIndicesContainer, item_ids: List[csc.Guid], frames_indices: csc.layers.index.FramesIndices) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
add_item_id
(self, item_id)contains
(self, item_id)frames_indices
(self)-> FramesIndices
item_ids
(self)-> ItemId[]
set_frames_indices
(self, frames_indices)set_item_ids
(self, item_ids)- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.layers.index.RectIndicesContainer) -> None
__init__(self: csc.layers.index.RectIndicesContainer, item_ids: List[csc.Guid], frames_indices: csc.layers.index.FramesIndices) -> None
- __module__ = 'csc.layers.index'¶
- add_item_id(self: csc.layers.index.RectIndicesContainer, item_id: csc.Guid) None ¶
- contains(self: csc.layers.index.RectIndicesContainer, item_id: csc.Guid) bool ¶
- frames_indices(self: csc.layers.index.RectIndicesContainer) csc.layers.index.FramesIndices ¶
-> FramesIndices
- item_ids(self: csc.layers.index.RectIndicesContainer) List[csc.Guid] ¶
-> ItemId[]
- set_frames_indices(self: csc.layers.index.RectIndicesContainer, frames_indices: csc.layers.index.FramesIndices) None ¶
- set_item_ids(self: csc.layers.index.RectIndicesContainer, item_ids: List[csc.Guid]) None ¶