14 void readFile(std::string m_fileName)
override;
16 void writeFile(std::string m_fileName,
Manager& manager)
override;
20 std::function<
void(
Entity&, glm::vec3)> addNodeFunc,
21 std::function<
void(
Entity&)> addLinkFunc
24 void closeFile()
override;
26 void update(
float deltaTime)
override;
29 void createSteps(sim_dump::FileReader& reader,
Manager& manager,
30 std::function<
void(
Entity&, glm::vec3)> addNodeFunc,
31 std::function<
void(
Entity&)> addLinkFunc);
36 std::vector<SimulationStep::TazSimulationNode> parsedNodes;
37 std::vector<SimulationStep::TazSimulationLink> parsedLinks;