brainrat-private
5.1.2
overlap_method.h
Go to the documentation of this file.
1
/* Copyright (C) 2000-2013 CEA
2
*
3
* This software and supporting documentation were developed by
4
* bioPICSEL
5
* CEA/DSV/I²BM/MIRCen/LMN, Batiment 61,
6
* 18, route du Panorama
7
* 92265 Fontenay-aux-Roses
8
* France
9
*/
10
11
12
#ifndef BRAINRAT_OVERLAP_OVERLAP_METHOD_H
13
#define BRAINRAT_OVERLAP_OVERLAP_METHOD_H
14
15
#include <aims/data/data.h>
16
17
template
<
class
T>
18
class
Overlap_Method
19
{
20
public
:
21
22
Overlap_Method
(){}
23
virtual
~Overlap_Method
(){}
24
// virtual double doit( T ref, T test, T true_positive, T bin_vol_ref ) = 0; --> pr calcul specificity
25
virtual
double
doit
( T ref, T test, T true_positive) = 0;
26
27
};
28
29
#endif
Overlap_Method
Definition:
overlap_method.h:19
Overlap_Method::doit
virtual double doit(T ref, T test, T true_positive)=0
Overlap_Method::~Overlap_Method
virtual ~Overlap_Method()
Definition:
overlap_method.h:23
Overlap_Method::Overlap_Method
Overlap_Method()
Definition:
overlap_method.h:22
brainrat
overlap
overlap_method.h
Generated by
1.9.1