Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ getName
Method
getName
pdal/Kernel.cpp:371–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
{
370
public:
371
virtual std::string getName() const
372
{ return
"TestKernel"
; }
373
int execute()
374
{ return 0; }
375
};
Callers
8
validateStageOptions
Method · 0.45
stageOptions
Method · 0.45
add
Method · 0.45
addConditional
Method · 0.45
remove
Method · 0.45
Kernel.cpp
File · 0.45
generateTag
Function · 0.45
parsePipeline
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected