flow  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Classes | Namespaces
math.h File Reference

Defines sample concrete node classes that perform mathematical operations on their inputs. More...

#include "node.h"
#include <algorithm>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for math.h:

Go to the source code of this file.

Classes

class  flow::samples::math::adder< T >
 Concrete transformer that uses operator+= to sum input packets. More...
 
class  flow::samples::math::const_adder< T >
 Concrete transformer that uses operator+= to add a constant value to input packets. More...
 

Namespaces

namespace  flow::samples::math
 Concrete nodes that perform mathematical operations on their inputs.
 
namespace  flow
 All basic blocks to build a graph of packets streaming across nodes.
 
namespace  flow::samples
 Collection of concrete nodes.
 

Detailed Description

Defines sample concrete node classes that perform mathematical operations on their inputs.