|
std::ostream & | nuklei::operator<< (std::ostream &out, const ObservationReader::Counter &c) |
|
void | nuklei::readObservations (ObservationReader &r, KernelCollection &kc) |
| Reads the data available from the reader r and stores it into kc .
|
|
void | nuklei::readObservations (const std::string &s, KernelCollection &kc) |
| Reads the file s (with automatic type detection) and stores the read data into kc .
|
|
void | nuklei::readObservations (const std::string &s, KernelCollection &kc, Observation::Type &t) |
| Reads the file s (with automatic type detection) and stores the read data into kc . More...
|
|
void | nuklei::readObservationsWithSpecificFormat (const std::string &s, KernelCollection &kc, const Observation::Type &t) |
| Reads the file s (no automatic type detection) and stores the read data into kc . More...
|
|
kernel::base::ptr | nuklei::readSingleObservation (const std::string &s) |
| Reads a single observation from file s (with automatic type detection), and returns it. More...
|
|
kernel::base::ptr | nuklei::readSingleObservation (const std::string &s, Observation::Type &t) |
| Reads a single observation from file s (with automatic type detection), and returns it. More...
|
|
kernel::base::ptr | nuklei::readSingleObservationWithSpecificFormat (const std::string &s, const Observation::Type &t) |
| Reads a single observation from file s (no automatic type detection), and returns it. More...
|
|
void | nuklei::writeObservations (ObservationWriter &w, const KernelCollection &kc) |
| Writes the content of kc using the provided writer w .
|
|
void | nuklei::writeObservations (const std::string &s, const KernelCollection &kc, const Observation::Type &t=Observation::NUKLEI) |
| Writes the content of kc to file s , using file format t .
|
|
void | nuklei::writeSingleObservation (const std::string &s, const kernel::base &k, const Observation::Type &t=Observation::NUKLEI) |
| Writes k to file s , using file format t .
|
|