This is the complete list of members for LasFile, including all inherited members.
attributeFiles() const | LasFile | inline |
attributeFiles_ | LasFile | protected |
CLASS_BUILDING enum value | LasFile | |
CLASS_GROUND enum value | LasFile | |
CLASS_HIGH_VEGETATION enum value | LasFile | |
CLASS_LOW_VEGETATION enum value | LasFile | |
CLASS_MEDIUM_VEGETATION enum value | LasFile | |
CLASS_NEVER_CLASSIFIED enum value | LasFile | |
CLASS_UNASSIGNED enum value | LasFile | |
Classification enum name | LasFile | |
close() | LasFile | |
copyAttributesBuffer(AttributesBuffer &dst, const AttributesBuffer &src, uint64_t n, uint64_t to=0, uint64_t from=0) | LasFile | |
create(const std::string &path) | LasFile | |
create(const std::string &path, const std::vector< LasFile::Point > &points, const std::array< double, 3 > scale={1, 1, 1}, const std::array< double, 3 > offset={0, 0, 0}, uint8_t version_minor=4) | LasFile | static |
createAttributesBuffer(AttributesBuffer &buffer, uint64_t n, bool setZero=false) | LasFile | |
file_ | LasFile | protected |
FORMAT_CLASSIFICATION | LasFile | static |
FORMAT_INTENSITY | LasFile | static |
FORMAT_INVALID | LasFile | static |
FORMAT_RGB | LasFile | static |
FORMAT_SEGMENT | LasFile | static |
FORMAT_XYZ | LasFile | static |
formatBytesToPoint(Point &pt, const uint8_t *buffer) const | LasFile | |
formatPointToBytes(uint8_t *buffer, const Point &pt) const | LasFile | |
header | LasFile | |
LasFile() | LasFile | |
move(const std::string &outputPath, const std::string &inputPath) | LasFile | static |
offset() const | LasFile | |
open(const std::string &path) | LasFile | |
open() const | LasFile | |
openAttributeFile(RecordFile &file, const std::string &path, const std::string &name, RecordFile::Type recordType, bool truncate) | LasFile | protected |
openAttributeFiles(const std::string &path, bool truncate) | LasFile | protected |
range(size_t id, uint32_t &min, uint32_t &max) | LasFile | |
readAttributesBuffer(AttributesBuffer &buffer, uint64_t n) | LasFile | |
readBuffer(uint8_t *buffer, uint64_t nbyte) | LasFile | |
readHeader() | LasFile | |
readHeader(Header &hdr) | LasFile | protected |
readPoint(Point &pt) | LasFile | |
remove(const std::string &path) | LasFile | static |
seek(uint64_t offset) | LasFile | |
seekExtendedVlr() | LasFile | |
seekHeader() | LasFile | |
seekPoint(uint64_t index) | LasFile | |
seekPointData() | LasFile | |
seekVlr() | LasFile | |
size() const | LasFile | |
transform(double &x, double &y, double &z, const Point &pt) const | LasFile | |
transform(double &x, double &y, double &z, const uint8_t *buffer) const | LasFile | |
transformInvert(double &x, double &y, double &z) const | LasFile | |
writeAttributesBuffer(const AttributesBuffer &buffer, uint64_t n, uint64_t from=0) | LasFile | |
writeBuffer(const uint8_t *buffer, uint64_t nbyte) | LasFile | |
writeHeader() | LasFile | |
writeHeader(const Header &hdr) | LasFile | protected |
writePoint(const Point &pt) | LasFile | |
~LasFile() | LasFile |