Table 2:Member variables of the nails_juice<> class
| Parameter | Description | Type | Nested typedef |
| bonds |
edge connectivity list of the molecular graph given by the indices of the
vertices that are connected
| std::list<std::pair<unsigned,unsigned> > |
bonds_t |
| atoms |
list for the atomic symbols of each vertex in the molecular graph
| std::list<std::string> |
atoms_t |
| charges |
list of the charges of the molecule
| std::list<std::pair<unsigned,int> > |
charges_t |
| bond_types |
list of the bond types (ie. double or triple, default single)
| std::list<boost::tuple<unsigned,unsigned,typename BondProperty<type_of_bondS,btype>::result_type> > |
bond_types_t |
| coordinates |
depiction coordinates for each vertex
| std::list<boost::tuple<double,double,double> > |
coordinates_t |
| isomerisms |
list of isomer bonds and their types
| std::list<boost::tuple<unsigned,unsigned,typename BondProperty<isomerismS,btype>::result_type> > |
bond_isomerism_t |
| chiralities |
chiral bonds and their orientation
| std::list<boost::tuple<unsigned,unsigned,BondChirality> > |
bond_chirality_t |
| chiral_center_type |
chiral cernters and their type
| std::list<std::pair<size_t, AtomChirality> > |
atom_chirality_type |