|
ObjCryst++
1.5CVS
|
Public Attributes | |
| std::string | mLabel |
| Label of the atom, or empty string (_atom_site_label). | |
| std::string | mSymbol |
| Symbol of the atom, or empty string (_atom_type_symbol or _atom_site_type_symbol). | |
| std::vector< float > | mCoordFrac |
| Fractionnal coordinates (atom_site_fract{x,y,z}) or empty vector. | |
| std::vector< float > | mCoordCart |
| Cartesian coordinates in Angstroem (atom_site_Cartn{x,y,z}) or empty vector. | |
| float | mOccupancy |
| Site occupancy, or -1. | |
Atom record.
| std::vector<float> ObjCryst::CIFData::CIFAtom::mCoordCart |
Cartesian coordinates in Angstroem (atom_site_Cartn{x,y,z}) or empty vector.
Transformation to fractionnal coordinates currently assumes "a parallel to x; b in the plane of y and z" (see _atom_sites_Cartn_transform_axes)
1.8.1