MCPcopy Create free account
hub / github.com/creatale/node-dv / writeObj

Method writeObj

deps/opencv/modules/core/src/persistence.cpp:5298–5303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5296
5297
5298void FileStorage::writeObj( const string& name, const void* obj )
5299{
5300 if( !isOpened() )
5301 return;
5302 cvWrite( fs, name.size() > 0 ? name.c_str() : 0, obj );
5303}
5304
5305
5306FileNode FileStorage::operator[](const string& nodename) const

Callers

nothing calls this directly

Calls 3

cvWriteFunction · 0.85
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected