| 57 | { |
| 58 | |
| 59 | inline void printError(const std::string& s) |
| 60 | { |
| 61 | std::cerr << "PDAL: " << s << std::endl; |
| 62 | std::cerr << std::endl; |
| 63 | } |
| 64 | |
| 65 | inline double toDouble(const Everything& e, Dimension::Type type) |
| 66 | { |
no outgoing calls
no test coverage detected