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

Method printFieldNames

src/core/dataMemoryLevel.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void FrameMetaInfo::printFieldNames() const {
198 SMILE_PRINT(" Field name & dimension:");
199 for (int i = 0; i < N; i++) {
200 SMILE_PRINT(" %s %i", field[i].name, field[i].N);
201 }
202}
203
204// returned *arrIdx will be the real index in the data structure, i.e. named index - arrNameOffset
205int FrameMetaInfo::findField(const char*fieldName, int *arrIdx, int *more) const

Callers 4

findFieldMethod · 0.80
findElementMethod · 0.80
setupNewNamesMethod · 0.80
setupNewNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected