Revision 1004,
578 bytes
checked in by mattausch, 18 years ago
(diff) |
environment as a singleton
|
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;
|
---|
[931] | 11 | class BoundingBoxConverter;
|
---|
[938] | 12 | class Environment;
|
---|
[508] | 13 |
|
---|
| 14 | class ViewCellsParser : public Parser
|
---|
| 15 | {
|
---|
| 16 | public:
|
---|
| 17 | ViewCellsParser():Parser() {}
|
---|
| 18 |
|
---|
| 19 | //bool ParseFile(const string filename, ViewCellsManager &viewCells);
|
---|
| 20 | bool ParseFile(const string filename,
|
---|
[575] | 21 | ViewCellsManager **viewCells,
|
---|
[931] | 22 | ObjectContainer *objectsm,
|
---|
[1004] | 23 | BoundingBoxConverter *bconverter);
|
---|
[508] | 24 | };
|
---|
| 25 |
|
---|
[860] | 26 | }
|
---|
[508] | 27 |
|
---|
| 28 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.