| 34 | |
| 35 | uint32_t getComponentJump() const noexcept { return CompJump; } |
| 36 | void setComponentJump(const uint32_t Ct) noexcept { CompJump = Ct; } |
| 37 | |
| 38 | uint32_t getIndex() const noexcept { return Index; } |
| 39 | void setIndex(const uint32_t Idx) noexcept { Index = Idx; } |