SiGraph: sulcal graphs


sigraph::DescrParser Class Referenceabstract

#include <si/descr/descrParser.h>

Inheritance diagram for sigraph::DescrParser:
Collaboration diagram for sigraph::DescrParser:

Public Member Functions

 DescrParser ()
 
virtual ~DescrParser ()
 
virtual void registerFactory (const std::string &name, const Factory &fac)=0
 
- Public Member Functions inherited from sigraph::TreePostParser
virtual ~TreePostParser ()
 
virtual FactorySet factories ()=0
 

Static Protected Member Functions

static void parseDescr (carto::AttributedObject *parent, Tree *t, CliqueDescr *cd)
 

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 ()
 

Detailed Description

Definition at line 13 of file descrParser.h.

Constructor & Destructor Documentation

◆ DescrParser()

sigraph::DescrParser::DescrParser ( )
inline

Definition at line 30 of file descrParser.h.

◆ ~DescrParser()

sigraph::DescrParser::~DescrParser ( )
inlinevirtual

Definition at line 35 of file descrParser.h.

Member Function Documentation

◆ parseDescr()

static void sigraph::DescrParser::parseDescr ( carto::AttributedObject * parent,
Tree * t,
CliqueDescr * cd )
staticprotected

◆ registerFactory()

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

Implemented in sigraph::FDParser.


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