Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ emplace
Method
emplace
include/DataStream.h:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
iterator emplace (const double &Time, const ObjectType &Object)
106
{
107
return BaseClass::emplace(roundToTick(Time), Object);
108
}
109
110
/** expose other functions */
111
using BaseClass::erase;
Callers
6
addElement
Method · 0.80
getMarginalizationInfo
Method · 0.80
addFactor
Method · 0.80
constructEmpty
Method · 0.80
DataConfig
Method · 0.80
addElement
Method · 0.80
Calls
1
roundToTick
Function · 0.85
Tested by
no test coverage detected