AvogadroLibs
1.96.0
|
Static Public Member Functions | |
static Layer & | getMoleculeLayer () |
static Layer & | getMoleculeLayer (const Molecule *mol) |
static Layer & | getMoleculeLayer (const Molecule *original, const Molecule *copy) |
static std::shared_ptr< MoleculeInfo > | getMoleculeInfo () |
static std::shared_ptr< MoleculeInfo > | getMoleculeInfo (const Molecule *mol) |
static void | deleteMolecule (const Molecule *mol) |
static size_t | layerCount () |
Static Protected Attributes | |
static const Molecule * | m_activeMolecule |
static std::map< const Molecule *, std::shared_ptr< MoleculeInfo > > | m_molToInfo |
mol
and creates MoleculeInfo if not exists original
and links original
MoleculeInfo to copy
|
static |
|
static |
mol
|
static |
remove all data related to mol
|
static |