QGIS API Documentation 3.41.0-Master (d2aaa9c6e02)
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
qgscopcupdate.cpp File Reference
#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>
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 59 of file qgscopcupdate.cpp.

Function Documentation

◆ getHierarchyPage()

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

Definition at line 62 of file qgscopcupdate.cpp.