Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ hasDim
Method
hasDim
pdal/PointLayout.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
191
bool PointLayout::hasDim(Dimension::Id id) const
192
{
193
return m_detail[Utils::toNative(id)].type() != Dimension::Type::None;
194
}
195
196
197
const Dimension::IdList& PointLayout::dims() const
Callers
15
prepared
Method · 0.80
prepared
Method · 0.80
buildHdrFromPoints
Function · 0.80
write
Method · 0.80
fillPointBuf
Method · 0.80
write
Method · 0.80
read
Method · 0.80
ready
Method · 0.80
check_pN
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
2
toNative
Function · 0.50
type
Method · 0.45
Tested by
9
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64