| 87 | [[nodiscard]] ParticleTileRef GetParticleTile () const { return *m_particle_current_tile; } |
| 88 | |
| 89 | [[nodiscard]] AoSRef GetArrayOfStructs () const { return GetParticleTile().GetArrayOfStructs(); } |
| 90 | |
| 91 | [[nodiscard]] SoARef GetStructOfArrays () const { return GetParticleTile().GetStructOfArrays(); } |
| 92 |
no outgoing calls
no test coverage detected