Folds graph reader.
More...
#include <si/fold/foldReader.h>
|
| | FoldReader (const std::string &filename) |
| |
| virtual | ~FoldReader () |
| |
| virtual void | read (FGraph &gr, long subobj) |
| |
| | ExoticGraphReader (const std::string &filename, const carto::SyntaxSet &attr) |
| |
| | ExoticGraphReader (const carto::SyntaxSet &attr) |
| |
| virtual | ~ExoticGraphReader () |
| |
| | GraphReader (const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | GraphReader (const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| virtual | ~GraphReader () |
| |
| void | open (const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) |
| |
| void | close () |
| |
| void | attach (std::istream &s, int line_num=1) |
| |
| void | attach (carto::rc_ptr< carto::DataSource > ds) |
| |
| void | attach (const std::string &filename) |
| |
| virtual std::string | name () const |
| |
| int | line () const |
| |
| bool | operator! () const |
| |
| bool | is_open () const |
| |
| bool | eof () const |
| |
| carto::rc_ptr< carto::DataSource > | dataSource () |
| |
| const carto::rc_ptr< carto::DataSource > | dataSource () const |
| |
| const carto::SyntaxSet & | syntaxSet () const |
| |
| void | setSyntax (const carto::SyntaxSet &syntax) |
| |
| | GraphReader (const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | GraphReader (const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| virtual | ~GraphReader () |
| |
| void | open (const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) |
| |
| void | close () |
| |
| void | attach (std::istream &s, int line_num=1) |
| |
| void | attach (carto::rc_ptr< carto::DataSource > ds) |
| |
| void | attach (const std::string &filename) |
| |
| virtual std::string | name () const |
| |
| int | line () const |
| |
| bool | operator! () const |
| |
| bool | is_open () const |
| |
| bool | eof () const |
| |
| carto::rc_ptr< carto::DataSource > | dataSource () |
| |
| const carto::rc_ptr< carto::DataSource > | dataSource () const |
| |
| const carto::SyntaxSet & | syntaxSet () const |
| |
| void | setSyntax (const carto::SyntaxSet &syntax) |
| |
Folds graph reader.
Definition at line 16 of file foldReader.h.
◆ FoldReader()
| sigraph::FoldReader::FoldReader |
( |
const std::string & | filename | ) |
|
◆ ~FoldReader()
| virtual sigraph::FoldReader::~FoldReader |
( |
| ) |
|
|
virtual |
◆ computeGravCenter()
◆ parse()
◆ read() [1/2]
| virtual void sigraph::FoldReader::read |
( |
FGraph & | gr | ) |
|
|
inlineprotectedvirtual |
◆ read() [2/2]
| virtual void sigraph::FoldReader::read |
( |
FGraph & | gr, |
|
|
long | subobj ) |
|
virtual |
◆ syntax
The documentation for this class was generated from the following file: