#include <Atom.h>
Collaboration diagram for CAtomData:
Public Methods | |
bool __fastcall | Load (CXMLElement *p_el) |
bool __fastcall | Save (CXMLElement *p_el) |
void __fastcall | GetFromAtom (const CAtom *p_atom) |
CAtom *__fastcall | MakeAtom (CMolecule *molecule, CElementsRecord *history=NULL) const |
int __fastcall | GetAtomIndex (void) const |
Public Attributes | |
int | Z |
CPoint | Pos |
CSmallString | Name |
CSmallString | Description |
CExtObject::CStatus | Status |
CAtomType | AtomType |
int | AtomIndex |
Friends | |
ostream &__fastcall | operator<< (ostream &str, const CAtomData &sa) |
istream &__fastcall | operator>> (istream &str, CAtomData &sa) |