libbio
Loading...
Searching...
No Matches
Namespaces | Functions
Helpers.cpp File Reference
#include "bio/chemical/common/Helpers.h"
#include "bio/chemical/bonding/Bond.h"
#include "bio/chemical/bonding/Atom.h"
#include "bio/chemical/relativity/PeriodicTable.h"
#include "bio/chemical/structure/motif/AbstractMotif.h"
#include "bio/chemical/symmetry/Symmetry.h"
#include "bio/common/Cast.h"
#include "bio/common/ByteStream.h"
#include "bio/common/container/Container.h"
#include "bio/common/container/SmartIterator.h"
#include "bio/common/thread/SafelyAccess.h"
#include "bio/physical/wave/Wave.h"
#include <cstring>
#include <vector>
Include dependency graph for Helpers.cpp:

Namespaces

namespace  bio
 
namespace  bio::chemical
 
namespace  bio::chemical::atom_detail
 

Functions

static ::std::vector< BondType > & bio::chemical::atom_detail::MetallicBondTypes ()
 
bool bio::chemical::atom_detail::ShouldSkipBond (Pointer< const Bond > bond)
 
bool bio::chemical::atom_detail::IsClassWiringBond (Pointer< const Bond > bond)
 
Pointer< Symmetrybio::chemical::atom_detail::CloneSymmetry (Pointer< const physical::Symmetry > symmetry)
 
bool bio::chemical::atom_detail::IsChemicalSymmetry (Pointer< const physical::Symmetry > symmetry)
 
bool bio::chemical::atom_detail::IsMetallicBondType (BondType type)
 
void bio::chemical::atom_detail::RegisterMetallicBondType (BondType type)