Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Element
Method
Element
io/PlyReader.hpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
struct Element
110
{
111
Element(const std::string name, size_t count) :
112
m_name(name), m_count(count)
113
{}
114
115
std::string m_name;
116
size_t m_count;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected