SiGraph: sulcal graphs


frgWriter.h
Go to the documentation of this file.
1
2#ifndef SI_FOLD_FRGWRITER_H
3#define SI_FOLD_FRGWRITER_H
4
5
6#include <si/graph/mgWriter.h>
7#include <aims/io/argW.h>
8
9
10namespace sigraph
11{
12
15 class FrgWriter : public MGWriter
16 {
17 public:
18 FrgWriter( const std::string & filename );
19 virtual ~FrgWriter();
20
21 protected:
22
23 private:
24
25 };
26
27
29 {
30 public:
33 virtual void write( const std::string & filename, Graph & graph,
34 SavingMode mode = Keep,
35 bool saveOnlyModified = true );
36 };
37
38}
39
40#endif
41
42
virtual ~FrgWriter()
FrgWriter(const std::string &filename)
virtual void write(const std::string &filename, Graph &graph, SavingMode mode=Keep, bool saveOnlyModified=true)
MGWriter(const std::string &filename, const carto::SyntaxSet &synt)