mcell4_iface_for_mcell3.h 788 B

1234567891011121314151617181920212223
  1. /******************************************************************************
  2. *
  3. * Copyright (C) 2020 by
  4. * The Salk Institute for Biological Studies
  5. *
  6. * Use of this source code is governed by an MIT-style
  7. * license that can be found in the LICENSE file or at
  8. * https://opensource.org/licenses/MIT.
  9. *
  10. ******************************************************************************/
  11. #ifndef SRC4_MCELL4_IFACE_FOR_MCELL3_H_
  12. #define SRC4_MCELL4_IFACE_FOR_MCELL3_H_
  13. #include "mcell_structs_shared.h"
  14. bool mcell4_convert_mcell3_volume(struct volume* s);
  15. bool mcell4_run_simulation(const bool dump_initial_state, const bool dump_with_geometry = false);
  16. void mcell4_convert_to_data_model(const bool only_for_viz);
  17. void mcell4_delete_world();
  18. #endif // SRC4_MCELL4_IFACE_FOR_MCELL3_H_