Public Member Functions | |
def | __init__ |
def | add_attribute_to_every_dataset |
def | add_dataset |
def | delete_current_dataset |
def | get_count |
def | get_dataset |
def | get_dataset_by_id |
def | get_first_dataset |
def | get_last_dataset |
def | get_next_dataset |
def | get_path |
def | get_prev_dataset |
def | load |
def | save |
def | set_internal_pointer_to_dataset |
Public Attributes | |
current_index | |
datasets | |
filename | |
path |
classdocs
Definition at line 35 of file scans_database.py.
def labeling.scans_database.scans_database.__init__ | ( | self | ) |
Constructor
Definition at line 41 of file scans_database.py.
def labeling.scans_database.scans_database.add_attribute_to_every_dataset | ( | self, | |
name | |||
) |
Definition at line 141 of file scans_database.py.
def labeling.scans_database.scans_database.add_dataset | ( | self, | |
dataset | |||
) |
Definition at line 128 of file scans_database.py.
Definition at line 131 of file scans_database.py.
def labeling.scans_database.scans_database.get_count | ( | self | ) |
Definition at line 125 of file scans_database.py.
def labeling.scans_database.scans_database.get_dataset | ( | self, | |
index | |||
) |
Definition at line 76 of file scans_database.py.
def labeling.scans_database.scans_database.get_dataset_by_id | ( | self, | |
id | |||
) |
Definition at line 80 of file scans_database.py.
Definition at line 110 of file scans_database.py.
Definition at line 117 of file scans_database.py.
Definition at line 96 of file scans_database.py.
def labeling.scans_database.scans_database.get_path | ( | self | ) |
Definition at line 73 of file scans_database.py.
Definition at line 103 of file scans_database.py.
def labeling.scans_database.scans_database.load | ( | self, | |
path, | |||
filename | |||
) |
Definition at line 49 of file scans_database.py.
def labeling.scans_database.scans_database.save | ( | self | ) |
Definition at line 60 of file scans_database.py.
Definition at line 88 of file scans_database.py.
Definition at line 43 of file scans_database.py.
Definition at line 43 of file scans_database.py.
Definition at line 49 of file scans_database.py.
Definition at line 49 of file scans_database.py.