Class VectorCollector

Class Documentation

class VectorCollector

Public Functions

VectorCollector(const Ptr<Options> &options)
virtual ~VectorCollector()
void Write(long id, const std::vector<float> &vec)

Protected Types

typedef std::map<long, std::vector<float>> Outputs

Protected Functions

void WriteVector(const std::vector<float> &vec)

Protected Attributes

long nextId_ = {0}
UPtr<std::ostream> outStrm_
bool binary_
std::mutex mutex_
Outputs outputs_