source: trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsParser.h @ 575

Revision 575, 444 bytes checked in by mattausch, 18 years ago (diff)

changed view cell parser. warning, not working yet!!

Line 
1#ifndef __VIEWCELLSDPARSER_H
2#define __VIEWCELLSDPARSER_H
3
4#include "Parser.h"
5#include "Containers.h"
6
7class ViewCellsManager;
8class VspBspTree;
9
10class ViewCellsParser : public Parser
11{
12public:
13  ViewCellsParser():Parser() {}
14 
15  //bool ParseFile(const string filename, ViewCellsManager &viewCells);
16  bool ParseFile(const string filename,
17                                 ViewCellsManager **viewCells,
18                                 ObjectContainer *objects);
19};
20
21
22#endif
Note: See TracBrowser for help on using the repository browser.