#include <string>
#include <ostream>
#include <btk/core/atoms/atom.hpp>
#include <btk/core/elements/element_types.hpp>
#include <btk/core/io/default_type_system.hpp>
Go to the source code of this file.
Namespaces | |
namespace | BTK |
namespace | BTK::ATOMS |
Classes | |
class | PDBAtomDecorator |
A mixin-style atom decorator that provides support for PDB ATOM record data. More... | |
Functions | |
template<typename AT> | |
std::ostream & | operator<< (std::ostream &os, PDBAtomDecorator< AT > const &pdb_atom) |