MCPcopy Create free account
hub / github.com/LAStools/LAStools / dealloc

Method dealloc

LASlib/src/laswriter.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#include <sys/stat.h>
44
45void LASwriter::dealloc()
46{
47 delete this;
48}
49
50BOOL LASwriteOpener::is_piped() const
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected