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

Method allocMat

src/core/dataSource.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void cDataSource::allocMat(int n, int t)
87{
88 if (mat_ != NULL) { delete mat_; }
89 bool noTimeMeta = writer_->getLevelConfig()->noTimeMeta;
90 mat_ = new cMatrix(n,t,noTimeMeta);
91}
92
93void cDataSource::myFetchConfig()
94{

Callers

nothing calls this directly

Calls 1

getLevelConfigMethod · 0.45

Tested by

no test coverage detected