MCPcopy Create free account
hub / github.com/KDE/labplot / BinaryFilter

Method BinaryFilter

src/backend/datasources/filters/BinaryFilter.cpp:46–49  ·  view source on GitHub ↗

! \class BinaryFilter \brief Manages the import/export of data organized as columns (vectors) from/to a binary file. \ingroup datasources */

Source from the content-addressed store, hash-verified

44\ingroup datasources
45*/
46BinaryFilter::BinaryFilter()
47 : AbstractFileFilter(FileType::Binary)
48 , d(new BinaryFilterPrivate(this)) {
49}
50
51BinaryFilter::~BinaryFilter() = default;
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected