MCPcopy 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

validateStageOptionsMethod · 0.45
stageOptionsMethod · 0.45
addMethod · 0.45
addConditionalMethod · 0.45
removeMethod · 0.45
Kernel.cppFile · 0.45
generateTagFunction · 0.45
parsePipelineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected