SiGraph: sulcal graphs


sigraph::FDParser Class Reference

#include <si/fold/fdParser.h>

Inheritance diagram for sigraph::FDParser:
Collaboration diagram for sigraph::FDParser:

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, FactoryFactorySet
 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)
 

Detailed Description

Definition at line 12 of file fdParser.h.

Constructor & Destructor Documentation

◆ FDParser()

sigraph::FDParser::FDParser ( )

◆ ~FDParser()

sigraph::FDParser::~FDParser ( )
inlinevirtual

Definition at line 55 of file fdParser.h.

Member Function Documentation

◆ buildBJDescr()

static void sigraph::FDParser::buildBJDescr ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildFDescr()

static void sigraph::FDParser::buildFDescr ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildFDescr2()

static void sigraph::FDParser::buildFDescr2 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildFDescr3()

static void sigraph::FDParser::buildFDescr3 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildFDescr4()

static void sigraph::FDParser::buildFDescr4 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildFDescr5()

static void sigraph::FDParser::buildFDescr5 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildGyrusDescr()

static void sigraph::FDParser::buildGyrusDescr ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildIFDescr()

static void sigraph::FDParser::buildIFDescr ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildIFDescr2()

static void sigraph::FDParser::buildIFDescr2 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildIFDescr4()

static void sigraph::FDParser::buildIFDescr4 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildIFDescr5()

static void sigraph::FDParser::buildIFDescr5 ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ buildRoiDescr()

static void sigraph::FDParser::buildRoiDescr ( carto::AttributedObject * parent,
Tree * t,
const std::string & filename )
static

◆ factories()

virtual FactorySet sigraph::FDParser::factories ( )
virtual

◆ registerFactory()

virtual void sigraph::FDParser::registerFactory ( const std::string & name,
const Factory & fac )
virtual

Implements sigraph::DescrParser.

Member Data Documentation

◆ _factories

FactorySet sigraph::FDParser::_factories
protected

Definition at line 48 of file fdParser.h.


The documentation for this class was generated from the following file: