Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

tbb::pipeline Class Reference
[Algorithms]

A processing pipeling that applies filters to items. More...

#include <pipeline.h>

List of all members.

Public Member Functions

 pipeline ()
 Construct empty pipeline.
virtual ~pipeline ()
 Destroy pipeline.
void add_filter (filter &filter_)
 Add filter to end of pipeline.
void run (size_t max_number_of_live_tokens)
 Run the pipeline to completion.
void clear ()
 Remove all filters from the pipeline.

Friends

class internal::stage_task
class filter


Detailed Description

A processing pipeling that applies filters to items.


The documentation for this class was generated from the following file:

Copyright © 2005-2008 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.