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