Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Shape
Method
Shape
io/MemoryViewReader.hpp:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
struct Shape
57
{
58
Shape() : m_shape{ 0, 0, 0 }
59
{}
60
61
Shape(size_t depth, size_t rows, size_t columns) :
62
m_shape({depth, rows, columns})
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected