MINT2
Mint
HyperBinningMakerMint.h
Go to the documentation of this file.
1
#ifndef HYPERBINNINGMAKERMINT_HH
2
#define HYPERBINNINGMAKERMINT_HH
3
4
// HyperPlot includes
5
#include "
Mint/MessageService.h
"
6
#include "
Mint/HyperBinningMaker.h
"
7
#include "
Mint/LoadingBar.h
"
8
9
// Root includes
10
#include "TMath.h"
11
12
// std includes
13
#include <complex>
14
30
class
HyperBinningMakerMint
:
public
HyperBinningMaker
{
31
32
private
:
33
34
int
_startingDim
;
36
public
:
37
38
HyperBinningMakerMint
(
const
HyperCuboid
& binningRange,
const
HyperPointSet
& data,
int
startingDim = 0);
40
virtual
void
makeBinning
();
42
~HyperBinningMakerMint
();
44
};
45
46
#endif
47
HyperCuboid
Definition:
HyperCuboid.h:28
MessageService.h
HyperBinningMaker.h
HyperBinningMakerMint::HyperBinningMakerMint
HyperBinningMakerMint(const HyperCuboid &binningRange, const HyperPointSet &data, int startingDim=0)
Definition:
HyperBinningMakerMint.cpp:4
LoadingBar.h
HyperBinningMakerMint
Definition:
HyperBinningMakerMint.h:30
HyperBinningMakerMint::_startingDim
int _startingDim
Definition:
HyperBinningMakerMint.h:34
HyperBinningMaker
Definition:
HyperBinningMaker.h:43
HyperPointSet
Definition:
HyperPointSet.h:31
HyperBinningMakerMint::~HyperBinningMakerMint
~HyperBinningMakerMint()
Definition:
HyperBinningMakerMint.cpp:39
HyperBinningMakerMint::makeBinning
virtual void makeBinning()
Definition:
HyperBinningMakerMint.cpp:12
Generated by
1.8.15