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

Function cvStartWriteStruct

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

Source from the content-addressed store, hash-verified

2959
2960
2961CV_IMPL void
2962cvStartWriteStruct( CvFileStorage* fs, const char* key, int struct_flags,
2963 const char* type_name, CvAttrList /*attributes*/ )
2964{
2965 CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2966 fs->start_write_struct( fs, key, struct_flags, type_name );
2967}
2968
2969
2970CV_IMPL void

Callers 11

icvWriteMatFunction · 0.85
icvWriteMatNDFunction · 0.85
icvWriteSparseMatFunction · 0.85
icvWriteImageFunction · 0.85
icvWriteHeaderDataFunction · 0.85
icvWriteSeqFunction · 0.85
icvWriteSeqTreeFunction · 0.85
icvWriteGraphFunction · 0.85
persistence.cppFile · 0.85
WriteStructContextMethod · 0.85
icvWriteHistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected