TimeTrack Module

class TimeTrack.TimeTrack[source]
add_point(time, pos, point)[source]

Function that add a point in the polygon

add_timepoint(time, pol)[source]

Add a polygon at a given time

del_timepoint(time)[source]
get_bounds()[source]

Returns a tuple containing the first frame and the last frame of the polygon, as defined by the set_begin and the set_end function

get_center(t)[source]
get_index(time)[source]
get_polygon(time)[source]
get_save_dict()[source]
load_save_dict(dic)[source]
move_point(selected, coord, t)[source]
set_begin(t)[source]

Set the beginning of the track. It removes all timepoint before the given time

set_end(t)[source]

Set the end of the track. It removes all timepoint after the given time

translate(v, t)[source]

Previous topic

Cells_newcell_gtk Module

Next topic

TimeTracks Module

This Page