Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ MyKernel
Method
MyKernel
examples/writing-kernel/MyKernel.cpp:26–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
std::string MyKernel::getName() const { return s_info.name; }
25
26
MyKernel::MyKernel() : Kernel()
27
{}
28
29
void MyKernel::addSwitches(ProgramArgs& args)
30
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected