brainrat-private  5.1.2
Overlap_Method< T > Class Template Referenceabstract

#include <brainrat/overlap/overlap_method.h>

Inheritance diagram for Overlap_Method< T >:

Public Member Functions

 Overlap_Method ()
 
virtual ~Overlap_Method ()
 
virtual double doit (T ref, T test, T true_positive)=0
 

Detailed Description

template<class T>
class Overlap_Method< T >

Definition at line 18 of file overlap_method.h.

Constructor & Destructor Documentation

◆ Overlap_Method()

template<class T >
Overlap_Method< T >::Overlap_Method ( )
inline

Definition at line 22 of file overlap_method.h.

◆ ~Overlap_Method()

template<class T >
virtual Overlap_Method< T >::~Overlap_Method ( )
inlinevirtual

Definition at line 23 of file overlap_method.h.

Member Function Documentation

◆ doit()

template<class T >
virtual double Overlap_Method< T >::doit ( ref,
test,
true_positive 
)
pure virtual

The documentation for this class was generated from the following file: