Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
BOOL LASwriteOpener::is_piped() const
51
{
52
return ((file_name == 0) && use_stdout);
53
}
54
55
LASwriter* LASwriteOpener::open(const LASheader* header)
56
{
Callers
7
main
Function · 0.45
main
Function · 0.45
run
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected