SiGraph: sulcal graphs
learnable.h
Go to the documentation of this file.
1
2
3
#ifndef SI_LEARNABLE_LEARNABLE_H
4
#define SI_LEARNABLE_LEARNABLE_H
5
6
7
namespace
sigraph
8
{
9
10
class
Learnable
11
{
12
public
:
13
virtual
~Learnable
();
14
15
protected
:
16
Learnable
();
17
};
18
19
}
20
21
#endif
22
23
24
sigraph::Learnable::~Learnable
virtual ~Learnable()
sigraph::Learnable::Learnable
Learnable()
sigraph
Definition
descrParser.h:10
si
learnable
learnable.h
Generated by
1.13.2