Home
last modified time | relevance | path

Searched refs:VecWriterProxy (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp756 template<typename _Tp, int numflag> class VecWriterProxy class
759 VecWriterProxy( FileStorage* _fs ) : fs(_fs) {} in VecWriterProxy() function in cv::internal::VecWriterProxy
770 template<typename _Tp> class VecWriterProxy<_Tp, 1> class
773 VecWriterProxy( FileStorage* _fs ) : fs(_fs) {} in VecWriterProxy() function in cv::internal::VecWriterProxy
919 cv::internal::VecWriterProxy<_Tp, DataType<_Tp>::fmt != 0> w(&fs); in write()