Calibrator  0.1
Command line tool for 14C calibration
UncalDateList Class Reference

Represents a list of uncalibrated dates. More...

#include <uncal_date_list.h>

Public Member Functions

 UncalDateList (vector< UncalDate > dates)
 
 UncalDateList ()
 
vector< UncalDateget_dates ()
 
void push_back (UncalDate date)
 
CalDateList calibrate (CalCurve &calcurve)
 

Detailed Description

Represents a list of uncalibrated dates.

This class represents a list of uncalibrated dates

Author
Martin Hinz
Version
0.1
Date
14/07/2016 11:07:28

Contact: marti.nosp@m.n.hi.nosp@m.nz@uf.nosp@m.g.un.nosp@m.i-kie.nosp@m.l.de

Definition at line 29 of file uncal_date_list.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.


The documentation for this class was generated from the following files: