| 72 | |
| 73 | |
| 74 | void 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 | |
| 83 | PointViewSet MatlabFilter::run(PointViewPtr view) |
nothing calls this directly
no test coverage detected