set an Id which allows unique identification of a compomer
| 142 | |
| 143 | /// set an Id which allows unique identification of a compomer |
| 144 | void Compomer::setID(const Size& id) |
| 145 | { |
| 146 | id_ = id; |
| 147 | } |
| 148 | |
| 149 | /// return Id which allows unique identification of this compomer |
| 150 | const Size& Compomer::getID() const |
no outgoing calls