Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ShapeVertexMaps.h File Reference

Calculate shape position maps. More...

Include dependency graph for ShapeVertexMaps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Stereopermutations
 Data classes for permutational spatial arrangement modeling.
 

Typedefs

using Scine::Molassembler::SiteToShapeVertexMap = Temple::StrongIndexFlatMap< SiteIndex, Shapes::Vertex >
 

Functions

SiteToShapeVertexMap Scine::Molassembler::siteToShapeVertexMap (const Stereopermutations::Stereopermutation &stereopermutation, const RankingInformation::RankedSitesType &canonicalSites, const std::vector< RankingInformation::Link > &siteLinks)
 Generates a flat mapping from site indices to shape vertices. More...
 
Temple::StrongIndexFlatMap
< Shapes::Vertex, SiteIndex > 
Scine::Molassembler::shapeVertexToSiteIndexMap (const Stereopermutations::Stereopermutation &stereopermutation, const RankingInformation::RankedSitesType &canonicalSites, const std::vector< RankingInformation::Link > &siteLinks)
 Generates a flat mapping from shape vertices to site indices. More...
 
Stereopermutations::Stereopermutation Scine::Molassembler::stereopermutationFromSiteToShapeVertexMap (const SiteToShapeVertexMap &siteToShapeVertexMap, const std::vector< RankingInformation::Link > &links, const RankingInformation::RankedSitesType &canonicalSites)
 

Detailed Description

Calculate shape position maps.