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
7namespace sigraph
8{
9
11{
12 public:
13 virtual ~Learnable();
14
15 protected:
17};
18
19}
20
21#endif
22
23
24
virtual ~Learnable()