[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | StandAloneDataFreeAccumulatorChain< N, SELECT > Class Template Reference |  | 
Create an accumulator chain that works independently of a MultiArray. More...
#include <vigra/accumulator.hxx>
 
  
 | Additional Inherited Members | |
|  Public Member Functions inherited from AccumulatorChain< CoupledHandleType< N >::type, SELECT > | |
| void | merge (AccumulatorChainImpl const &o) | 
| void | operator+= (AccumulatorChainImpl const &o) | 
| unsigned int | passesRequired () const | 
| void | reset (unsigned int reset_to_pass=0) | 
| void | reshape (TinyVector< U, N > const &s) | 
| void | setCoordinateOffset (SHAPE const &offset) | 
| void | setHistogramOptions (HistogramOptions const &options) | 
| void | updatePassN (CoupledHandleType< N >::typeconst &t, unsigned int N) | 
| void | updatePassN (CoupledHandleType< N >::typeconst &t, double weight, unsigned int N) | 
|  Static Public Member Functions inherited from AccumulatorChain< CoupledHandleType< N >::type, SELECT > | |
| static ArrayVector < std::string > const & | tagNames () | 
Create an accumulator chain that works independently of a MultiArray.
Instead of a CoupledHandle (the internal type of the MultiArray iterator), you just pass a coordinate object of size N (MultiArrayShape<N>::type) explicitly.
Usage:
See Feature Accumulators for more information and examples of use.
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |