Changeset 2575 for GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.h
- Timestamp:
- 01/03/08 15:53:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.h
r2574 r2575 49 49 friend class IntelRayCaster; 50 50 friend class InternalRayCaster; 51 friend class HavranRayCaster; 51 52 52 53 public: … … 193 194 194 195 static bool LoadObjects(const string &filename, 195 196 196 ObjectContainer &pvsObjects, 197 const ObjectContainer &preprocessorObject); 197 198 198 199 … … 275 276 bool ExportBinaryObj(const std::string &filename, SceneGraphNode *root); 276 277 277 void SetupRay(Ray &ray, const Vector3 &point, const Vector3 &direction) const; 278 void SetupRay(Ray &ray, const Vector3 &point, 279 const Vector3 &direction) const; 278 280 279 281 void EvalPvsStat();
Note: See TracChangeset
for help on using the changeset viewer.