We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e451bb commit 0093cdfCopy full SHA for 0093cdf
source/pdal/pdalc_pipeline.h
@@ -140,7 +140,7 @@ PDALC_API int64_t PDALExecutePipeline(PDALPipelinePtr pipeline);
140
* Executes a pipeline as a streamable pipeline. Will run as non-streamed pipeline if the pipeline is not streamable.
141
*
142
* @param pipeline The pipeline
143
- * @return The total number of points produced by the pipeline
+ * @return true for success
144
*/
145
PDALC_API bool PDALExecutePipelineAsStream(PDALPipelinePtr pipeline);
146
0 commit comments