MCPcopy Create free account
hub / github.com/LASzip/LASzip / LASMessageStream

Method LASMessageStream

src/lasmessage.hpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77{
78public:
79 LASMessageStream(LAS_MESSAGE_TYPE type) : setType(type) {}
80 ~LASMessageStream() { if (setType != LAS_QUIET) LASMessage(setType, usedStream.str().c_str()); }
81
82 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected