csc.layers.CyclesViewer¶
- class csc.layers.CyclesViewer¶
Cycle viewer class
- __init__(self: csc.layers.CyclesViewer, layer: csc.layers.Layer) None¶
Methods
__init__(self, layer)any_cycles_exist_in_frames(self, arg0, arg1)cycle_contains_frame_index(self, arg0, arg1)find_cycle(self, arg0)get_active_pos(self, arg0)get_active_section_pos(self, arg0)get_cycles_in_frames(self, arg0, arg1)is_pos_in_active_cycle_zone(self, arg0)is_pos_in_inactive_cycle_zone(self, arg0)last_pos(self)- __annotations__ = {}¶
- __init__(self: csc.layers.CyclesViewer, layer: csc.layers.Layer) None¶
- __module__ = 'csc.layers'¶
- any_cycles_exist_in_frames(self: csc.layers.CyclesViewer, arg0: int, arg1: int) bool¶
- cycle_contains_frame_index(self: csc.layers.CyclesViewer, arg0: csc.layers.Cycle, arg1: int) bool¶
- find_cycle(self: csc.layers.CyclesViewer, arg0: int) object¶
- get_active_pos(self: csc.layers.CyclesViewer, arg0: int) int¶
- get_active_section_pos(self: csc.layers.CyclesViewer, arg0: int) int¶
- get_cycles_in_frames(self: csc.layers.CyclesViewer, arg0: int, arg1: int) list[csc.layers.Cycle]¶
- get_most_left_and_right_frame_indices_of_cycle(self: csc.layers.CyclesViewer, arg0: csc.layers.Cycle) tuple[int, int]¶
- is_pos_in_active_cycle_zone(self: csc.layers.CyclesViewer, arg0: int) bool¶
- is_pos_in_inactive_cycle_zone(self: csc.layers.CyclesViewer, arg0: int) bool¶
- last_pos(self: csc.layers.CyclesViewer) int¶