SiGraph: sulcal graphs


sulcalsketchattrib.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2004 CEA
3 *
4 * This software and supporting documentation were developed by
5 * CEA/DSV/SHFJ
6 * 4 place du General Leclerc
7 * 91401 Orsay cedex
8 * France
9 *
10 */
11
12#ifndef SI_SULCALSKETCH_SULCALSKETCHATTRIB_H
13#define SI_SULCALSKETCH_SULCALSKETCHATTRIB_H
14
15#include <si/graph/attrib.h>
16
17#define SIA_SULCALSKETCH_SIMILARITY_MODEL_SYNTAX \
18"sulcalsketch_similarity_model"
19#define SIA_SULCALSKETCH_DATADRIVEN_MODEL_SYNTAX \
20"sulcalsketch_datadriven_model"
21#define SIA_SULCALSKETCH_FINDER_SYNTAX "sulcalsketch_finder"
22
23#endif
24