CFEL - ASG Software Suite  2.5.0
CASS
Namespaces | Functions
operations.cpp File Reference

file contains definition of processors that will operate on results of other processors More...

#include <QtCore/QString>
#include <iterator>
#include <algorithm>
#include <numeric>
#include "cass.h"
#include "operations.h"
#include "convenience_functions.h"
#include "cass_settings.h"
#include "log.h"
#include "input_base.h"
+ Include dependency graph for operations.cpp:

Go to the source code of this file.

Namespaces

 cass
 

Functions

template<class ForwardIterator >
ForwardIterator cass::max_element (ForwardIterator first, ForwardIterator last)
 provide own implementation of min_element to be able to compile More...
 
template<class ForwardIterator >
ForwardIterator cass::min_element (ForwardIterator first, ForwardIterator last)
 provide own implementation of min_element to be able to compile More...
 

Detailed Description

file contains definition of processors that will operate on results of other processors

Author
Lutz Foucar

Definition in file operations.cpp.