QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
qgscopcupdate.cpp File Reference
#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"
Include dependency graph for qgscopcupdate.cpp:

Go to the source code of this file.

Classes

struct  HierarchyEntry
 Keeps one entry of COPC hierarchy. More...

Typedefs

typedef QVector< HierarchyEntryHierarchyEntries

Functions

HierarchyEntries getHierarchyPage (std::ifstream &file, uint64_t offset, uint64_t size)

Typedef Documentation

◆ HierarchyEntries

typedef QVector<HierarchyEntry> HierarchyEntries

Definition at line 57 of file qgscopcupdate.cpp.

Function Documentation

◆ getHierarchyPage()

HierarchyEntries getHierarchyPage ( std::ifstream & file,
uint64_t offset,
uint64_t size )

Definition at line 60 of file qgscopcupdate.cpp.