Is it possible to add a method to retrieve the atoms that are being used to define stereochemistry.
Essentially the opposite of
addStereocenter(type, idx1, idx2, idx3, [idx4])
that would allow retrieval of what atoms were used.
Although I haven't verified this, it looks like this functionality actually is available via the C++ API using the
getPyramid function
http://ctr.wikia.com/wiki/Change_stereochemistry_of_certain_atoms_in_SMILES_fileIf the stereoconfiguration is not simply a product of the order of the idxs and a parity flag is used that should also be retrievable (cf. CML's implementation of stereochemistry)