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

Method Environment

plugins/matlab/filters/Environment.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Environment::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
72Environment::~Environment()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected