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

Method pipelineStreamable

pdal/Streamable.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49bool Streamable::pipelineStreamable() const
50{
51 for (const Stage *s : m_inputs)
52 if (!s->pipelineStreamable())
53 return false;
54 return true;
55}
56
57
58const Stage *Streamable::findNonstreamable() const

Callers 6

outputDriversMethod · 0.45
TESTFunction · 0.45
executeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36