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

Function read

pdal/Reader.hpp:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 virtual const expr::ConditionalExpression* whereExpr() const;
97 virtual WhereMergeMode mergeMode() const;
98 virtual point_count_t read(PointViewPtr /*view*/, point_count_t /*num*/)
99 { return 0; }
100};
101
102} // namespace pdal

Callers 6

inspectMethod · 0.85
readDimensionsMethod · 0.85
CollectTrianglesClass · 0.85
readMethod · 0.85
readPhysicalPageMethod · 0.85
Reader.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected