Deprecated List
- Member field_diag_type_e
- Provided for compatibility only. Replaced by multipurpose field type selector field_type_e.
- Member ParticleDataBase::get_polyint (void) const
- This function is deprecated. It can still be used to get the interpolation type for polynomial(true) or linear(false) interpolation. If interpolation type is something else, the function will return false. Please use get_trajectory_interpolation().
- Member ParticleDataBase::set_polyint (bool polyint)
- This function is deprecated. It can still be used to set polynomial or linear interpolation. Please use set_trajectory_interpolation().
- Member ParticleDataBase::set_thread_count (uint32_t threadcount)
- This function is deprecated (it does nothing) and is replaced by global IBSimu::set_thread_count().