Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SINGROUP/dscribe
/ Descriptor
Method
Descriptor
dscribe/ext/descriptor.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
using namespace std;
20
21
Descriptor::Descriptor(bool periodic, string average, double cutoff)
22
: periodic(periodic)
23
, average(average)
24
, cutoff(cutoff)
25
{
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected