API:IAtomType

From Wiketomica

Jump to: navigation, search
API Home Participants API Discussion Demos Downloads Documentation Contact Us Acknowledgements


IAtomType

Purpose

The IAtomType contains information common to all IAtoms of a particular type.

subclass : IAtomTypeSphere

Proposed Interface

interface IAtomType {

    attribute int index;

    attribute childIndex;

    attribute ISpecies species;

    readonly attribute double mass;

    /**
     * Returns the reciprocal of the mass, 1.0/mass
     */
    double rm();

    readonly attribute IElement;
}