Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

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

    r2574 r2575  
    364364        /** Creates mesh for this view cell. 
    365365        */ 
    366         virtual void CreateMesh(ViewCell *vc) = NULL; 
     366        virtual void CreateMesh(ViewCell *vc) = 0; 
    367367        /** Writes view cells to disc. 
    368368        */ 
    369369        virtual bool ExportViewCells(const string filename,  
    370                                                                 const bool exportPvs,  
    371                                                                 const ObjectContainer &objects); 
     370                                    const bool exportPvs,  
     371                                    const ObjectContainer &objects); 
    372372        /** Casts beam to collect view cells. 
    373373        */ 
     
    626626                                                                           const int maxRays, 
    627627                                                                           const string &prefix, 
    628                                                                            VssRayContainer *visRays = NULL) = NULL; 
     628                                                                           VssRayContainer *visRays = NULL) = 0; 
    629629 
    630630 
Note: See TracChangeset for help on using the changeset viewer.