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 34 of file scans_database.py.
def scans_database.scans_database.__init__ | ( | self | ) |
Constructor
Definition at line 40 of file scans_database.py.
def scans_database.scans_database.add_attribute_to_every_dataset | ( | self, | |
name | |||
) |
Definition at line 140 of file scans_database.py.
def scans_database.scans_database.add_dataset | ( | self, | |
dataset | |||
) |
Definition at line 127 of file scans_database.py.
Definition at line 130 of file scans_database.py.
def scans_database.scans_database.get_count | ( | self | ) |
Definition at line 124 of file scans_database.py.
def scans_database.scans_database.get_dataset | ( | self, | |
index | |||
) |
Definition at line 75 of file scans_database.py.
def scans_database.scans_database.get_dataset_by_id | ( | self, | |
id | |||
) |
Definition at line 79 of file scans_database.py.
def scans_database.scans_database.get_first_dataset | ( | self | ) |
Definition at line 109 of file scans_database.py.
def scans_database.scans_database.get_last_dataset | ( | self | ) |
Definition at line 116 of file scans_database.py.
def scans_database.scans_database.get_next_dataset | ( | self | ) |
Definition at line 95 of file scans_database.py.
def scans_database.scans_database.get_path | ( | self | ) |
Definition at line 72 of file scans_database.py.
def scans_database.scans_database.get_prev_dataset | ( | self | ) |
Definition at line 102 of file scans_database.py.
def scans_database.scans_database.load | ( | self, | |
path, | |||
filename | |||
) |
Definition at line 48 of file scans_database.py.
def scans_database.scans_database.save | ( | self | ) |
Definition at line 59 of file scans_database.py.
def scans_database.scans_database.set_internal_pointer_to_dataset | ( | self, | |
id | |||
) |
Definition at line 87 of file scans_database.py.
Definition at line 42 of file scans_database.py.
Definition at line 42 of file scans_database.py.
Definition at line 48 of file scans_database.py.
Definition at line 48 of file scans_database.py.