Chemical Descriptors Library: get_chiral_centers
Chiral Centers

get_chiral_centers

Prototype

  template <class Molecule, class VertxDescBackInsertIterator>
  void get_chiral_centers(const Molecule&  m, VertxDescBackInsertIterator vbii);

Arguments

ParameterDescriptionModels
m
The molecule CDL molecule;
vbii
An output iterator, generally a back_insert_iterator where the vertex_descriptors of chiral centers will be stored. Hence, the value_type is of type vertex_descriptor OutputIterator

Description

This function stores the chiral centers in the sequence pointed to by vbii. The objects stored are the vertex_descriptors of the chiral centers.

Definition

#include <morpho/cdl/molecule/algorithms/mol_algo.hpp>

References



Copyright © Vladimir Josef Sykora & Morphochem AG 2003
Copyright © Vladimir Josef Sykora 2003-2006