SiGraph: sulcal graphs |
![]() |
Scans a tree and do something to each element. More...
#include <si/graph/treeParser.h>

Public Types | |
| 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 | |
Public Member Functions | |
| virtual | ~TreePostParser () |
| virtual FactorySet | factories ()=0 |
Protected Member Functions | |
| TreePostParser () | |
Scans a tree and do something to each element.
Definition at line 25 of file treeParser.h.
| typedef void(* sigraph::TreePostParser::Factory) (carto::AttributedObject *parent, Tree *t, const std::string &filename) |
Elements readers (depending on syntax)
Definition at line 29 of file treeParser.h.
| typedef std::map<std::string, Factory> sigraph::TreePostParser::FactorySet |
syntax -> reader
Definition at line 32 of file treeParser.h.
|
virtual |
|
inlineprotected |
Definition at line 39 of file treeParser.h.
Referenced by sigraph::FinderParser::FinderParser().
|
pure virtual |
Implemented in sigraph::ArnaudFinderParser, sigraph::DimReductorParser, sigraph::FDParser, sigraph::FFParser, sigraph::FunctionalSketchFinderParser, sigraph::GFParser, sigraph::MixerParser, sigraph::OptimizerParser, sigraph::RoiFParser, sigraph::SAParser, sigraph::SulcalSketchFinderParser, and sigraph::SurfaceBasedFunctionalSketchFinderParser.