Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ PcdField
Method
PcdField
io/PcdHeader.hpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
struct PcdField
76
{
77
PcdField()
78
: m_id(Dimension::Id::Unknown), m_size(4),
79
m_type(PcdFieldType::unknown), m_count(1)
80
{
81
}
82
83
PcdField(std::string& label) : PcdField()
84
{
Callers
nothing calls this directly
Calls
1
id
Function · 0.85
Tested by
no test coverage detected