|
DP3
|
Info about a patch. More...
#include <cmath>#include <string>Go to the source code of this file.
Classes | |
| class | dp3::parmdb::PatchInfo |
| Info about a patch. More... | |
| class | dp3::parmdb::PatchSumInfo |
| Info about a patch direction. More... | |
Namespaces | |
| dp3 | |
| This file has generic helper routines for testing steps. | |
| dp3::blob | |
| dp3::parmdb | |
Functions | |
| blob::BlobOStream | dp3::parmdb::operator<< (blob::BlobOStream &os, const PatchInfo &info) |
| Write the contents of a PatchInfo object into a blob. More... | |
| std::ostream & | dp3::parmdb::operator<< (std::ostream &os, const PatchInfo &info) |
| Show the contents of a PatchInfo object. More... | |
| blob::BlobIStream | dp3::parmdb::operator>> (blob::BlobIStream &os, PatchInfo &info) |
| Read the contents of a PatchInfo object from a blob. More... | |
| void | dp3::parmdb::toSkymodel (std::ostream &output, const PatchInfo &patch) |
Info about a patch.