MCPcopy 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
135void SplitterFilter::setOrigin(double xOrigin, double yOrigin)
136{
137 m_xOrigin = xOrigin;
138 m_yOrigin = yOrigin;
139}
140
141
142PointViewSet SplitterFilter::run(PointViewPtr inView)

Callers 2

TESTFunction · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64