MCPcopy Create free account
hub / github.com/audeering/opensmile / allocVec

Method allocVec

src/core/dataSource.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void cDataSource::allocVec(int n)
80{
81 if (vec_ != NULL) { delete vec_; }
82 bool noTimeMeta = writer_->getLevelConfig()->noTimeMeta;
83 vec_ = new cVector(n,noTimeMeta);
84}
85
86void cDataSource::allocMat(int n, int t)
87{

Callers

nothing calls this directly

Calls 1

getLevelConfigMethod · 0.45

Tested by

no test coverage detected