Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ setOrigin
Method
setOrigin
filters/SplitterFilter.cpp:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
134
135
void SplitterFilter::setOrigin(double xOrigin, double yOrigin)
136
{
137
m_xOrigin = xOrigin;
138
m_yOrigin = yOrigin;
139
}
140
141
142
PointViewSet SplitterFilter::run(PointViewPtr inView)
Callers
2
TEST
Function · 0.80
process
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64