| # | Line 114 | Line 114 | namespace oopse{ | |
|---|---|---|
| 114 | return atomType_->isShape(); | |
| 115 | } | |
| 116 | ||
| 117 | + | bool isMetal() { | 
| 118 | + | return atomType_->isMetal(); | 
| 119 | + | } | 
| 120 | + | |
| 121 | int getIdent() { | |
| 122 | return atomType_->getIdent(); | |
| 123 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |