Ignore:
Timestamp:
02/02/07 13:25:06 (17 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r2048 r2076  
    150150                                                  const bool pruneInvalidRays = true); 
    151151 
     152  virtual void 
     153  CastRaysWithHwGlobalLines( 
     154                                                        SimpleRayContainer &rays, 
     155                                                        VssRayContainer &vssRays, 
     156                                                        const bool castDoubleRays, 
     157                                                        const bool pruneInvalidRays 
     158                                                        ); 
     159 
    152160        /** Compute pixel error of the current PVS solution by sampling given number of viewpoints . 
    153161        */ 
     
    212220        bool mUseGlRenderer; 
    213221        bool mUseGlDebugger; 
    214  
     222  bool mUseHwGlobalLines; 
    215223        bool mLoadViewCells; 
    216224 
     
    248256        int mSamplesPerEvaluation; 
    249257 
     258        RayCaster *mRayCaster; 
     259 
    250260protected: 
    251261 
     
    266276        GlobalLinesRenderer *mGlobalLinesRenderer; 
    267277 
    268         RayCaster *mRayCaster; 
    269278        /// samples used for construction of the BSP view cells tree. 
    270279        int mBspConstructionSamples; 
Note: See TracChangeset for help on using the changeset viewer.