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

Function write

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

Source from the content-addressed store, hash-verified

5472
5473
5474void write( FileStorage& fs, const string& name, int value )
5475{ cvWriteInt( *fs, name.size() ? name.c_str() : 0, value ); }
5476
5477void write( FileStorage& fs, const string& name, float value )
5478{ cvWriteReal( *fs, name.size() ? name.c_str() : 0, value ); }

Callers 2

writeMethod · 0.70
persistence.cppFile · 0.70

Calls 6

cvWriteIntFunction · 0.85
cvWriteRealFunction · 0.85
cvWriteStringFunction · 0.85
cvWriteFunction · 0.85
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected