| 61 | } |
| 62 | |
| 63 | Environment::Environment() |
| 64 | : m_engine(0) |
| 65 | { |
| 66 | m_engine = engOpen(""); |
| 67 | if (!m_engine) |
| 68 | throw pdal_error("unable to initialize Matlab!"); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | Environment::~Environment() |
nothing calls this directly
no outgoing calls
no test coverage detected