source: trunk/VUT/GtpVisibilityPreprocessor/src/Parser.h @ 261

Revision 261, 248 bytes checked in by mattausch, 19 years ago (diff)

added viewcell loader

Line 
1#ifndef __PARSER_H
2#define __PARSER_H
3
4#include <string>
5using namespace std;
6
7class SceneGraphNode;
8
9
10
11class Parser
12{
13public:
14  Parser() {}
15  virtual bool ParseFile(const string filename, SceneGraphNode **root) = 0;
16};
17
18
19#endif
Note: See TracBrowser for help on using the repository browser.