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

Method is_piped

LASlib/src/laswriter.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50BOOL LASwriteOpener::is_piped() const
51{
52 return ((file_name == 0) && use_stdout);
53}
54
55LASwriter* LASwriteOpener::open(const LASheader* header)
56{

Callers 7

mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected