Ignore:
Timestamp:
01/11/07 04:18:36 (17 years ago)
Author:
mattausch
Message:

early exit for global lines
preprocessor support

File:
1 edited

Legend:

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

    r1966 r1968  
    2929class VssRay; 
    3030class RayCaster; 
    31  
     31class GlobalLinesRenderer; 
    3232 
    3333 
     
    174174        Intersectable *GetObjectById(const int id); 
    175175 
    176  
     176        void PrepareHwGlobalLines(); 
    177177        //////////////////////////////////////////////// 
    178178 
     
    234234   
    235235        int mTotalSamples; 
    236   int mSamplesPerPass; 
    237   int mSamplesPerEvaluation; 
     236        int mSamplesPerPass; 
     237        int mSamplesPerEvaluation; 
    238238 
    239239protected: 
     
    253253        ///////////////////////// 
    254254 
     255        GlobalLinesRenderer *mGlobalLinesRenderer; 
    255256        RayCaster *mRayCaster; 
    256257        /// samples used for construction of the BSP view cells tree. 
Note: See TracChangeset for help on using the changeset viewer.