Revision 2176,
485 bytes
checked in by mattausch, 18 years ago
(diff) |
removed using namespace std from .h
|
Rev | Line | |
---|
[2115] | 1 | #ifndef __OBJECTSPARSER_H
|
---|
| 2 | #define __OBJECTSPARSER_H
|
---|
[2113] | 3 |
|
---|
| 4 | #include "Parser.h"
|
---|
| 5 | #include "Containers.h"
|
---|
| 6 |
|
---|
| 7 | namespace GtpVisibilityPreprocessor {
|
---|
| 8 |
|
---|
| 9 | class ViewCellsManager;
|
---|
| 10 | class VspBspTree;
|
---|
| 11 | class BoundingBoxConverter;
|
---|
| 12 | class Environment;
|
---|
| 13 |
|
---|
[2115] | 14 | class ObjectsParser: public Parser
|
---|
[2113] | 15 | {
|
---|
| 16 | public:
|
---|
[2119] | 17 |
|
---|
| 18 | ObjectsParser(): Parser() {}
|
---|
[2113] | 19 |
|
---|
[2176] | 20 | bool ParseObjects(const std::string &filename,
|
---|
[2119] | 21 | ObjectContainer &pvsObjects,
|
---|
| 22 | const ObjectContainer &preprocessorObjects);
|
---|
[2113] | 23 | };
|
---|
| 24 |
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.