MCPcopy Create free account
hub / github.com/PDAL/PDAL / processOne

Method processOne

test/unit/StreamingTest.cpp:126–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 virtual bool processOne(PointRef& point)
127 {
128 if (!m_entered)
129 {
130 std::cout << tag();
131 m_entered = true;
132 point.setField(Dimension::Id::X, 0.0);
133 return true;
134 }
135 return false;
136 }
137
138 virtual void addDimensions(PointLayoutPtr layout)
139 {

Callers

nothing calls this directly

Calls 2

tagFunction · 0.85
setFieldMethod · 0.45

Tested by

no test coverage detected