Instantiation of MTAtom objects is controlled by this factory. A subclass of MTAtomFactory might create instances of an user-defined subclass of MTAtom.
Methods:
| +(id)newAtomWithNumber: (int)serial name: (char*)name X:(double)x Y:(double)y Z:(double)z B:(double)b |
|
| +(id)createAtomWithNumber: (NSNumber*)serial name: (NSString*)name X:(double)x Y:(double)y Z:(double)z B:(double)b |
|