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

Method format_was_specified

LASlib/src/laswriter.cpp:1146–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146BOOL LASwriteOpener::format_was_specified() const
1147{
1148 return specified;
1149}
1150
1151static const CHAR* LAS_TOOLS_FORMAT_NAMES[16] = {"las", "las", "laz", "bin", "qi", "wrl", "txt", "shp",
1152 "ply", "asc", "bil", "flt", "dtm", "json", "xml", "csv"};

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected