7#ifndef _SQUIGGLES_IO_HPP_
8#define _SQUIGGLES_IO_HPP_
52std::optional<std::vector<ProfilePoint>>
Copyright 2020 Jonathan Bayless.
int serialize_path(std::ostream &out, std::vector< ProfilePoint > path)
Writes the path data to a CSV file.
std::optional< std::vector< ProfilePoint > > deserialize_path(std::istream &in)
Converts CSV data into a path.
std::optional< std::vector< ProfilePoint > > deserialize_pathfinder_path(std::istream &left, std::istream &right)
Converts CSV data from the Pathfinder library's format to a Squiggles path.