Ignore:
Timestamp:
02/12/07 08:37:26 (17 years ago)
Author:
mattausch
Message:

warning: debug version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h

    r2111 r2113  
    571571        */ 
    572572        static ViewCellsManager *LoadViewCells(const string &filename,  
    573                                                                                    ObjectContainer *objects,  
     573                                                                                   ObjectContainer &pvsObjects, 
     574                                                                                   ObjectContainer &preprocessorObjects, 
    574575                                                                                   bool finalizeViewCells = false, 
    575576                                                                                   BoundingBoxConverter *bconverter = NULL); 
    576577 
    577578 
    578         ////////////////////////////////////////////////////////7 
     579        /////////////////////// 
    579580        // visiblity filter options 
    580581 
     
    12121213public: 
    12131214 
    1214         VspOspViewCellsManager(ViewCellsTree *vcTree, const string &hierarchyType); 
     1215        VspOspViewCellsManager(ViewCellsTree *vcTree,  
     1216                                                   const string &hierarchyType); 
    12151217         
    12161218        ~VspOspViewCellsManager(); 
     
    12451247        float GetProbability(ViewCell *viewCell); 
    12461248         
    1247         ViewCell *GetViewCell(const Vector3 &point, const bool active = false) const; 
     1249        ViewCell *GetViewCell(const Vector3 &point,  
     1250                                                  const bool active = false) const; 
    12481251 
    12491252        bool GetViewPoint(Vector3 &viewPoint) const; 
     
    12601263 
    12611264        void Finalize(ViewCell *viewCell, const bool createMesh); 
    1262  
    1263         ViewCellsManager *LoadViewCells(const string &filename,  
    1264                                                                         ObjectContainer *objects, 
    1265                                                                         const bool finalizeViewCells, 
    1266                                                                         BoundingBoxConverter *bconverter); 
    12671265 
    12681266        void ExportSingleViewCells(const ObjectContainer &objects, 
Note: See TracChangeset for help on using the changeset viewer.