QGIS API Documentation 3.41.0-Master (d2aaa9c6e02)
|
#include "qgscopcupdate.h"
#include "qgslazdecoder.h"
#include <fstream>
#include <iostream>
#include <lazperf/header.hpp>
#include <lazperf/vlr.hpp>
#include <lazperf/Extractor.hpp>
#include <lazperf/filestream.hpp>
#include <lazperf/readers.hpp>
#include <lazperf/writers.hpp>
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 59 of file qgscopcupdate.cpp.
HierarchyEntries getHierarchyPage | ( | std::ifstream & | file, |
uint64_t | offset, | ||
uint64_t | size | ||
) |
Definition at line 62 of file qgscopcupdate.cpp.