Public Member Functions

Raw_Data_Reader Class Reference

Reads binary data from a stream into std::vector<double>, stops when there is no more data in the stream. More...

#include <helpers.h>

Collaboration diagram for Raw_Data_Reader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Raw_Data_Reader (std::vector< double > &result_list, File_Stream< char > &data_file, int chunk_size=2048)
 Constructor.
int read_data ()
 Reads data into result_list provided on construction.

Detailed Description

Reads binary data from a stream into std::vector<double>, stops when there is no more data in the stream.

MCPN Logo
kr0st © 2010