Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ getMeanPointerConst
Method
getMeanPointerConst
src/Data.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
double const* Data::getMeanPointerConst()
115
{
116
return this->getDataPointer(DataElement::Mean);
117
}
118
119
void Data::setMean(const Vector Mean)
120
{
Callers
nothing calls this directly
Calls
1
getDataPointer
Method · 0.80
Tested by
no test coverage detected