7 #ifndef __FWGDCMIO_HELPER_CSVIO_HPP__ 8 #define __FWGDCMIO_HELPER_CSVIO_HPP__ 10 #include "fwGdcmIO/config.hpp" 36 FWGDCMIO_API
CsvIO(std::istream& csvStream);
39 FWGDCMIO_API
virtual ~CsvIO();
52 FWGDCMIO_API TokenContainerType getLine(
const std::string& separator =
",");
57 std::istream& m_stream;
63 #endif // __FWGDCMIO_HELPER_CSVIO_HPP__ The namespace fwGdcmIO contains reader, writer and helper for dicom data.
std::vector< std::string > TokenContainerType
Containers to store parsed tokens.
Read CSV file and returns parsed tokens. The input file is supposed to use comma separator, but another separator can be used when reading file.