Skip to content

Commit

Permalink
Add JSON RunPlanVector IO to Python interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 21, 2024
1 parent b46de24 commit cd26362
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swig/python/flamegpu.i
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,14 @@ class ModelVis;
%include "flamegpu/simulation/LogFrame.h" // Includes RunLog.

// Include ensemble implementations
// Must wrap these prior to JSONRunPlanReader etc where they are used to avoid issues with no default constructors.
%include "flamegpu/simulation/RunPlan.h"
%include "flamegpu/simulation/RunPlanVector.h"

// Standalone Access to RunPlanVector IO
%include "flamegpu/io/JSONRunPlanReader.h"
%include "flamegpu/io/JSONRunPlanWriter.h"

// Include public utility headers
%include "flamegpu/util/cleanup.h"
// Don't flatnest this, range is explicitly not included incase of GC related issues.
Expand Down

0 comments on commit cd26362

Please sign in to comment.