Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
vector<Origin::Matrix>::size_type OriginFile::matrixCount() const
212
{
213
return parser->matrixes.size();
214
}
215
216
Origin::Matrix &OriginFile::matrix(vector<Origin::Matrix>::size_type m) const
217
{
Callers
3
hasUnusedObjects
Method · 0.80
findMatrixByName
Method · 0.80
handleLooseWindows
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected