#pragma once #include "Exporter.h" class TsvExporter : public Exporter { public: void exportAnimation(const boost::filesystem::path& inputFilePath, const JoiningContinuousTimeline& animation, const ShapeSet& targetShapeSet, std::ostream& outputStream) override; };