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

Method ready

plugins/matlab/filters/MatlabFilter.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74void MatlabFilter::ready(PointTableRef table)
75{
76 if (m_script.m_source.empty())
77 m_script.m_source = FileUtils::readFileIntoString(m_script.m_scriptFilename);
78
79 m_tableMetadata = table.metadata();
80}
81
82
83PointViewSet MatlabFilter::run(PointViewPtr view)

Callers

nothing calls this directly

Calls 2

readFileIntoStringFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected