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

Method next_file

src/validate_csv_writer.cpp:47–50  ·  view source on GitHub ↗

Increments the counter for the notes when a report is generated with multiple input files

Source from the content-addressed store, hash-verified

45
46/// Increments the counter for the notes when a report is generated with multiple input files
47void ValidateCsvWriter::next_file() {
48 flush_detail_data();
49 current_row++;
50}
51
52BOOL ValidateCsvWriter::is_open() const {
53 return (BOOL)(file != nullptr);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected