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

Method ValidateWriter

src/validate_writer.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "validate_writer.hpp"
33
34ValidateWriter::ValidateWriter(FILE* file) {
35 indent = 0;
36 sub = FALSE;
37 this->file = file;
38}
39
40void ValidateWriter::printIndent(std::ostringstream& stream) {
41 if (file == nullptr) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected