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

Function addArgs

filters/TailFilter.hpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 bool m_invert;
55
56 void addArgs(ProgramArgs& args)
57 {
58 args.add("count", "Number of points to return from end. "
59 "If 'invert' is true, number of points to drop from the end.",
60 m_count, point_count_t(10));
61 args.add("invert", "If true, 'count' specifies the number of points "
62 "at the end to drop.", m_invert);
63 }
64
65 PointViewSet run(PointViewPtr view)
66 {

Callers 1

doFilterMethod · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected