struct
#include <gemmi/assembly.hpp>
ChainNameGenerator
Contents
Public types
- using How = HowToNameCopiedChains
Constructors, destructors, conversion operators
- ChainNameGenerator(How how_)
- ChainNameGenerator(const Model& model, How how_)
Public functions
-
auto has(const std::
string& name) const -> bool -
auto added(const std::
string& name) -> const std:: string& -
auto make_short_name(const std::
string& preferred) -> std:: string -
auto make_name_with_numeric_postfix(const std::
string& base, int n) -> std:: string -
auto make_new_name(const std::
string& old, int n) -> std:: string