SiGraph: sulcal graphs


arnaudattrib.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2003 CEA - LSIS
3 *
4 * This software and supporting documentation were developed by
5 *
6 * Olivier Coulon
7 * Laboratoire LSIS,Groupe LXAO
8 * ESIL, campus de Luminy, Case 925,
9 * 13288 Marseille Cedex 29, France
10 *
11 * CEA/DSV/SHFJ
12 * 4 place du General Leclerc
13 * 91401 Orsay cedex
14 * France
15 *
16 */
17
18#ifndef SI_ARNAUD_ARNAUDATTRIB_H
19#define SI_ARNAUD_ARNAUDATTRIB_H
20
21#include <si/graph/attrib.h>
22
23#define SIA_ARNAUD_SIMILARITY_MODEL_SYNTAX \
24"arnaud_similarity"
25#define SIA_ARNAUD_DATADRIVEN_MODEL_SYNTAX \
26"arnaud_datadriven"
27#define SIA_ARNAUD_LOWERSCALEBEST_MODEL_SYNTAX \
28"arnaud_lowerscalebest"
29#define SIA_ARNAUD_INTRAPS_MODEL_SYNTAX \
30"arnaud_intraprimalsketch"
31#define SIA_ARNAUD_FINDER_SYNTAX \
32"arnaud_finder"
33
34#endif
35