Anatomist module for cortical folds graphs


afgHelpers.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1998-2005 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#ifndef ANAFOLD_FGRAPH_AFGHELPERS_H
12#define ANAFOLD_FGRAPH_AFGHELPERS_H
13
14
15#include <cartobase/object/attributed.h>
16
17class QObjectBrowserWidget;
18class QTreeWidgetItem;
19
20namespace anatomist
21{
22 class AttDescr;
23 class AObject;
24
27 {
28 public:
29 static void init();
30
31 static void printCliqueSet( QObjectBrowserWidget*,
32 const carto::GenericObject &,
33 const std::string &, std::string & );
34 static void printDomain( QObjectBrowserWidget*,
35 const carto::GenericObject &,
36 const std::string &, QTreeWidgetItem *,
37 const anatomist::AttDescr*,
38 bool );
39 static void printModel( QObjectBrowserWidget*,
40 const carto::GenericObject &,
41 const std::string &, QTreeWidgetItem *,
42 const anatomist::AttDescr*,
43 bool);
44 static void describeAFGraph( QObjectBrowserWidget*,
45 AObject* obj,
46 QTreeWidgetItem * );
47 };
48
49}
50
51
52#endif
53
54
Helpers for AttDescr, to describe model graphs.
Definition afgHelpers.h:27
static void printDomain(QObjectBrowserWidget *, const carto::GenericObject &, const std::string &, QTreeWidgetItem *, const anatomist::AttDescr *, bool)
static void describeAFGraph(QObjectBrowserWidget *, AObject *obj, QTreeWidgetItem *)
static void init()
static void printCliqueSet(QObjectBrowserWidget *, const carto::GenericObject &, const std::string &, std::string &)
static void printModel(QObjectBrowserWidget *, const carto::GenericObject &, const std::string &, QTreeWidgetItem *, const anatomist::AttDescr *, bool)