MCPcopy Create free account
hub / github.com/PDAL/PDAL / test_parseStageOption

Method test_parseStageOption

pdal/Kernel.cpp:365–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364
365Kernel::ParseStageResult Kernel::test_parseStageOption(
366 std::string o, std::string& stage, std::string& option, std::string& value)
367{
368 class TestKernel : public Kernel
369 {
370 public:
371 virtual std::string getName() const
372 { return "TestKernel"; }
373 int execute()
374 { return 0; }
375 };
376
377 TestKernel k;
378 return k.parseStageOption(o, stage, option, value);
379}
380
381} // namespace pdal

Callers

nothing calls this directly

Calls 1

parseStageOptionMethod · 0.80

Tested by

no test coverage detected