Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ height
Method
height
kernels/TIndexKernel.cpp:82–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
std::string getName() const
81
{ return
"tindex-boundary"
; }
82
double height()
83
{ return m_grid->height(); }
84
std::string toWKT()
85
{
86
std::ostringstream out;
Callers
1
getFileInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected