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

Function PDALGeoTIFFPrint

io/private/las/Geotiff.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80#endif
81
82int PDALGeoTIFFPrint(char* data, void* aux)
83{
84 pdal::las::geotiff_dir_printer* printer =
85 reinterpret_cast<pdal::las::geotiff_dir_printer*>(aux);
86 (*printer)(data, 0);
87 return static_cast<int>(printer->size());
88}
89
90} // extern "C"
91

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected