|
NuriKit v0.1.0b2
|
Represents a PDB atom with (possibly) multiple alternate locations. More...
#include <nuri/fmt/pdb.h>
Public Member Functions | |
| PDBAtom (PDBResidueId rid, std::string_view name, const Element &elem, std::vector< PDBAtomSite > &&sites, int fcharge, bool hetero) noexcept | |
| PDBResidueId | rid () const |
| std::string_view | name () const |
| const std::vector< PDBAtomSite > & | sites () const |
| const Element & | element () const |
| int | fcharge () const |
| bool | hetero () const |
Represents a PDB atom with (possibly) multiple alternate locations.
|
noexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |