ARTS 2.5.11 (git: 725533f0)
agenda_class.cc File Reference

Implementation of agendas. More...

#include <algorithm>
#include <iterator>
#include <memory>
#include <ostream>
#include "agenda_class.h"
#include "agenda_record.h"
#include "arts.h"
#include "arts_omp.h"
#include "auto_md.h"
#include "debug.h"
#include "global_data.h"
#include "messages.h"
#include "methods.h"
#include "tokval.h"
#include "workspace_ng.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const Agenda &a)
 Output operator for Agenda.
 
ostream & operator<< (ostream &os, const MRecord &a)
 Output operator for MRecord.
 
ArrayOfAgenda deepcopy_if (Workspace &ws, const ArrayOfAgenda &agendas)
 Same as Agenda member method but for an entire array.
 
ArrayOfIndex make_same_wsvs (Workspace &ws_out, const Workspace &ws_in, const ArrayOfIndex &vars)
 

Detailed Description

Implementation of agendas.

Author
Stefan Buehler sbueh.nosp@m.ler@.nosp@m.ltu.s.nosp@m.e
Date
Thu Mar 14 08:49:33 2002

Definition in file agenda_class.cc.

Function Documentation

◆ deepcopy_if()

ArrayOfAgenda deepcopy_if ( Workspace ws,
const ArrayOfAgenda agendas 
)

Same as Agenda member method but for an entire array.

Definition at line 905 of file agenda_class.cc.

Referenced by Workspace::deepcopy().

◆ make_same_wsvs()

ArrayOfIndex make_same_wsvs ( Workspace ws_out,
const Workspace ws_in,
const ArrayOfIndex vars 
)

Definition at line 912 of file agenda_class.cc.

References Workspace::wsvs().

Referenced by Agenda::deepcopy_if(), and MRecord::deepcopy_if().

◆ operator<<() [1/2]

ostream & operator<< ( ostream &  os,
const Agenda a 
)

Output operator for Agenda.

This is useful for debugging.

Parameters
osOutput stream.
aThe Agenda to write.
Returns
Output stream.
Author
Stefan Buehler
Date
2002-12-02

Definition at line 785 of file agenda_class.cc.

◆ operator<<() [2/2]

ostream & operator<< ( ostream &  os,
const MRecord a 
)

Output operator for MRecord.

This is useful for debugging.

Parameters
osOutput stream.
aThe method runtime data record to write.
Returns
Output stream.
Author
Stefan Buehler
Date
2002-12-02

Definition at line 900 of file agenda_class.cc.