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

Method initialize

plugins/spz/io/SpzWriter.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void SpzWriter::initialize()
66{
67 if (Utils::isRemote(filename()))
68 {
69 // swap our filename for a tmp file
70 std::string tmpname = Utils::tempFilename(filename());
71 m_remoteFilename = filename();
72 setFilename(tmpname);
73 }
74}
75
76Dimension::Id SpzWriter::tryFindDim(PointLayoutPtr layout, const std::string& dimName)
77{

Callers

nothing calls this directly

Calls 3

isRemoteFunction · 0.85
tempFilenameFunction · 0.85
setFilenameFunction · 0.85

Tested by

no test coverage detected