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

Method set_parse_string

LASlib/src/lasreader.cpp:3130–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3128}
3129
3130void LASreadOpener::set_parse_string(const CHAR* parse_string) {
3131 if (this->parse_string) free(this->parse_string);
3132 if (parse_string) {
3133 this->parse_string = LASCopyString(parse_string);
3134 } else {
3135 this->parse_string = 0;
3136 }
3137}
3138
3139const CHAR* LASreadOpener::get_parse_string() const {
3140 return parse_string;

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected