tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::Pipeline< Source > Member List

This is the complete list of members for tess::Pipeline< Source >, including all inherited members.

collect_into(std::span< Output, Extent > output) -> PipelineCollectResult (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
collect_into(std::array< Output, Size > &output) -> PipelineCollectResult (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
filter(Predicate predicate) && (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
flat_map(Mapper mapper) && (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
for_each(Fn &&fn) (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
map(Mapper mapper) && (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
Pipeline(Source source, PipelineDiagnostics *diagnostics=nullptr) (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inlineexplicit
reduce(Result initial, Reducer reducer) -> Result (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
to_sequence_allocating() -> std::vector< value_type > (defined in tess::Pipeline< Source >)tess::Pipeline< Source >inline
value_type typedef (defined in tess::Pipeline< Source >)tess::Pipeline< Source >