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

Method set_appendix

LASlib/src/laswriter.cpp:671–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void LASwriteOpener::set_appendix(const CHAR* appendix)
672{
673 if (this->appendix) free(this->appendix);
674 if (appendix)
675 {
676 this->appendix = LASCopyString(appendix);
677 if (file_name) add_appendix();
678 }
679 else
680 {
681 this->appendix = 0;
682 }
683}
684
685void LASwriteOpener::set_cut(U32 cut)
686{

Callers 2

runMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected