Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Bounds
Method
Bounds
pdal/util/Bounds.cpp:137–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
Bounds::Bounds(const BOX3D& box) : m_box(box)
138
{}
139
140
141
Bounds::Bounds(const BOX2D& box) : m_box(box)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected