SiGraph: sulcal graphs |
![]() |
#include <si/fold/fdParser.h>


Public Member Functions | |
| FDParser () | |
| virtual | ~FDParser () |
| virtual FactorySet | factories () |
| virtual void | registerFactory (const std::string &name, const Factory &fac) |
Public Member Functions inherited from sigraph::DescrParser | |
| DescrParser () | |
| virtual | ~DescrParser () |
Public Member Functions inherited from sigraph::TreePostParser | |
| virtual | ~TreePostParser () |
Static Public Member Functions | |
| static void | buildFDescr (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildFDescr2 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildFDescr3 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildFDescr4 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildFDescr5 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildIFDescr (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildIFDescr2 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildIFDescr4 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildIFDescr5 (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildBJDescr (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildGyrusDescr (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| static void | buildRoiDescr (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
Protected Attributes | |
| FactorySet | _factories |
Additional Inherited Members | |
Public Types inherited from sigraph::TreePostParser | |
| typedef void(* | Factory) (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
| Elements readers (depending on syntax) | |
| typedef std::map< std::string, Factory > | FactorySet |
| syntax -> reader | |
Protected Member Functions inherited from sigraph::TreePostParser | |
| TreePostParser () | |
Static Protected Member Functions inherited from sigraph::DescrParser | |
| static void | parseDescr (carto::AttributedObject *parent, Tree *t, CliqueDescr *cd) |
Definition at line 12 of file fdParser.h.
| sigraph::FDParser::FDParser | ( | ) |
|
inlinevirtual |
Definition at line 55 of file fdParser.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
virtual |
Implements sigraph::TreePostParser.
|
virtual |
Implements sigraph::DescrParser.
|
protected |
Definition at line 48 of file fdParser.h.