| 52 | ConnectingRod *getConnectingRod(ConnectingRodNode *node) const; |
| 53 | |
| 54 | void setEngine(Engine *engine) { m_engine = engine; } |
| 55 | Engine *getEngine() const { return m_engine; } |
| 56 | |
| 57 | void setCylinderIndex(const CylinderBankNode *bank, int localIndex, int globalIndex); |