Chiral Centers |
template <class Molecule, class VertxDescBackInsertIterator> void get_chiral_centers(const Molecule& m, VertxDescBackInsertIterator vbii);
Parameter | Description | Models |
---|---|---|
|
The molecule | CDL molecule; |
|
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 |