|
QGIS API Documentation 3.99.0-Master (752b475928d)
|
#include "qgscopcupdate.h"#include <fstream>#include <iostream>#include "lazperf/Extractor.hpp"#include "lazperf/filestream.hpp"#include "lazperf/header.hpp"#include "lazperf/readers.hpp"#include "lazperf/vlr.hpp"#include "lazperf/writers.hpp"#include "qgslazdecoder.h"
Go to the source code of this file.
Classes | |
| struct | HierarchyEntry |
| Keeps one entry of COPC hierarchy. More... | |
Typedefs | |
| typedef QVector< HierarchyEntry > | HierarchyEntries |
Functions | |
| HierarchyEntries | getHierarchyPage (std::ifstream &file, uint64_t offset, uint64_t size) |
| typedef QVector<HierarchyEntry> HierarchyEntries |
Definition at line 57 of file qgscopcupdate.cpp.
| HierarchyEntries getHierarchyPage | ( | std::ifstream & | file, |
| uint64_t | offset, | ||
| uint64_t | size ) |
Definition at line 60 of file qgscopcupdate.cpp.