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/BvHierarchy.h

    r2350 r2575  
    1414#include "IntersectableWrapper.h" 
    1515#include "HierarchyManager.h" 
     16 
     17#ifdef PERFTIMER 
    1618#include "Timer/PerfTimer.h" 
    17  
     19#endif // PERFTIMER 
    1820 
    1921namespace GtpVisibilityPreprocessor { 
     
    213215         
    214216        int CastRay(Ray &ray) { return 0; } 
     217        int CastSimpleRay(const SimpleRay &ray) { return 0;} 
     218        int CastSimpleRay(const SimpleRay &ray, int IndexRay) { return 0;} 
    215219         
    216220        bool IsConvex() const { return true; } 
     
    677681        void CreateUniqueObjectIds(); 
    678682 
     683#ifdef PERFTIMER   
    679684        PerfTimer mNodeTimer; 
    680685        PerfTimer mSubdivTimer; 
     
    684689        PerfTimer mSortTimer; 
    685690        PerfTimer mCollectTimer; 
     691#endif   
    686692 
    687693protected: 
Note: See TracChangeset for help on using the changeset viewer.