#include <Bond.h>
Collaboration diagram for CBondData:
Public Methods | |
bool __fastcall | Load (CXMLElement *p_el) |
bool __fastcall | Save (CXMLElement *p_el) |
void __fastcall | GetFromBond (CBond *p_bond) |
CBond *__fastcall | MakeBond (CMolecule *molecule, CElementsRecord *history=NULL) const |
int __fastcall | GetBondIndex (void) const |
Public Attributes | |
int | AtomIndex1 |
int | AtomIndex2 |
CSmallString | Name |
CSmallString | Description |
CExtObject::CStatus | Status |
EBondOrder | Order |
int | BondIndex |
Friends | |
ostream &__fastcall | operator<< (ostream &str, const CBondData &sb) |
istream &__fastcall | operator>> (istream &str, CBondData &sb) |