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

Method matrixCount

src/3rdparty/liborigin/OriginFile.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211vector<Origin::Matrix>::size_type OriginFile::matrixCount() const
212{
213 return parser->matrixes.size();
214}
215
216Origin::Matrix &OriginFile::matrix(vector<Origin::Matrix>::size_type m) const
217{

Callers 3

hasUnusedObjectsMethod · 0.80
findMatrixByNameMethod · 0.80
handleLooseWindowsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected