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

Method InfoKernel

kernels/InfoKernel.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65std::string InfoKernel::getName() const { return s_info.name; }
66
67InfoKernel::InfoKernel() : m_showStats(false), m_showSchema(false),
68 m_showAll(false), m_showMetadata(false), m_boundary(false),
69 m_showSummary(false), m_needPoints(false), m_statsStage(nullptr),
70 m_hexbinStage(nullptr), m_infoStage(nullptr), m_reader(nullptr)
71{}
72
73
74void InfoKernel::validateSwitches(ProgramArgs& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected