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

Function cvEndWriteStruct

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

Source from the content-addressed store, hash-verified

2968
2969
2970CV_IMPL void
2971cvEndWriteStruct( CvFileStorage* fs )
2972{
2973 CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2974 fs->end_write_struct( fs );
2975}
2976
2977
2978CV_IMPL void

Callers 14

icvCloseFunction · 0.85
icvWriteMatFunction · 0.85
icvWriteMatNDFunction · 0.85
icvWriteSparseMatFunction · 0.85
icvWriteImageFunction · 0.85
icvWriteHeaderDataFunction · 0.85
icvWriteSeqFunction · 0.85
icvWriteSeqTreeFunction · 0.85
icvWriteGraphFunction · 0.85
~FileStorageMethod · 0.85
persistence.cppFile · 0.85
~WriteStructContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected