![]() |
Calibrator
0.1
Command line tool for 14C calibration
|
Represents a list of uncalibrated dates. More...
#include <uncal_date_list.h>
Public Member Functions | |
| UncalDateList (vector< UncalDate > dates) | |
| UncalDateList () | |
| vector< UncalDate > | get_dates () |
| void | push_back (UncalDate date) |
| CalDateList | calibrate (CalCurve &calcurve) |
Represents a list of uncalibrated dates.
This class represents a list of uncalibrated dates
Contact: martin.hinz@ufg.uni-kiel.de
Definition at line 29 of file uncal_date_list.h.
| UncalDateList::UncalDateList | ( | vector< UncalDate > | dates | ) |
Definition at line 3 of file uncal_date_list.cpp.
| UncalDateList::UncalDateList | ( | ) |
Definition at line 6 of file uncal_date_list.cpp.
| CalDateList UncalDateList::calibrate | ( | CalCurve & | calcurve | ) |
Definition at line 19 of file uncal_date_list.cpp.
| vector< UncalDate > UncalDateList::get_dates | ( | ) |
Definition at line 10 of file uncal_date_list.cpp.
| void UncalDateList::push_back | ( | UncalDate | date | ) |
Definition at line 15 of file uncal_date_list.cpp.