API:IAtomTypeSphere

From Wiketomica

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


IAtomTypeSphere

Purpose

The IAtomTypeSphere contains information common to all IAtoms of a particular type that have a diameter.

superclass: IAtomType

Proposed Interface

interface IAtomTypeSphere : IAtomType {

    attribute double diameter;

}