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

Function getShortName

pdal/Kernel.hpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 virtual std::string getName() const = 0;
70 std::string getShortName() const
71 {
72 StringList names = Utils::split2(getName(), '.');
73 return names.size() == 2 ? names[1] : std::string();
74 }
75
76 enum class ParseStageResult
77 {

Callers 2

outputHelpMethod · 0.85
outputHelpMethod · 0.85

Calls 2

getNameFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected