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

Function write

pdal/Writer.hpp:104–105  ·  view source on GitHub ↗

Write the point in a PointView. This is a simplification of the \ref run() interface for convenience. Impelment in subclass if desired. */

Source from the content-addressed store, hash-verified

102 \ref run() interface for convenience. Impelment in subclass if desired.
103 */
104 virtual void write(const PointViewPtr /*view*/)
105 { std::cerr << "Can't write with stage = " << getName() << "!\n"; }
106 virtual void assignParsedOptions() final
107 {}
108

Callers 10

Writer.hppFile · 0.70
writeProgressFunction · 0.70
writeDimensionsMethod · 0.50
writeMethod · 0.50
NullWriter.hppFile · 0.50
runMethod · 0.50
CheckedFile.cppFile · 0.50
writePhysicalPageMethod · 0.50
writeMethod · 0.50
E57Writer.hppFile · 0.50

Calls 1

getNameFunction · 0.50

Tested by

no test coverage detected