API:IAtom
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IAtom
Purpose
Atoms are the fundamental building blocks of a molecular simulation and IAtom is the interface for them.
Proposed Interface
interface IAtom {
attribute int index;
attribute int leafIndex;
attribute IMolecule parent;
readonly attribute IAtomType type;
attribute IVectorMutable position;
}
