SiGraph: sulcal graphs


foldFarLabelsChanger.h
Go to the documentation of this file.
1
2#ifndef SI_FOLD_FOLDFARLABELSCHANGER_H
3#define SI_FOLD_FOLDFARLABELSCHANGER_H
4
5
7
8
9namespace sigraph
10{
11
16 {
17 public:
18 FoldFarLabelsChanger() : FoldLabelsChanger( "fold_far_labels_changer" )
19 {}
21
23 virtual unsigned randomGen( unsigned n );
24 virtual double constrainedNoise( Clique* cl, double & outp,
25 const std::set<std::string> &
26 significantLabels,
27 const std::string & voidLabel );
28
29 protected:
30 FoldFarLabelsChanger( const std::string & syntax )
31 : FoldLabelsChanger( syntax )
32 {}
33
34 private:
35 };
36
37}
38
39#endif
40
Classe Clique.
Definition clique.h:35
virtual double constrainedNoise(Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel)
virtual unsigned randomGen(unsigned n)
Tirer un nombre entre 0 et n inclus.
FoldFarLabelsChanger(const std::string &syntax)