Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JCollection.hh File Reference

General purpose class for a collection of sorted elements. More...

#include <vector>
#include <cmath>
#include <limits>
#include <algorithm>
#include "JLang/JClass.hh"
#include "JLang/JException.hh"
#include "JLang/JLangToolkit.hh"
#include "JMath/JZero.hh"
#include "JMath/JMath.hh"
#include "JIO/JSerialisable.hh"
#include "JTools/JDistance.hh"
#include "JTools/JTransformer.hh"
#include "JTools/JMappableCollection.hh"
#include "JTools/JAbstractCollection.hh"

Go to the source code of this file.

Classes

class  JTOOLS::JCollection< JElement_t, JDistance_t >
 General purpose class for collection of elements, see: Collection of elements. . More...
 
struct  JTOOLS::JCollection< JElement_t, JDistance_t >::JComparator
 Auxiliary class for ordering of objects in the collection by their abscissa values. More...
 

Namespaces

 JTOOLS
 Auxiliary classes and methods for multi-dimensional interpolations and histograms.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class JElement_t , class JDistance_t >
JElement_t::ordinate_type JTOOLS::integrate (const JCollection< JElement_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output)
 Conversion of data points to integral values. More...
 

Detailed Description

General purpose class for a collection of sorted elements.

Author
mdejong

Definition in file JCollection.hh.