Ignore:
Timestamp:
08/21/06 18:39:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1221 r1251  
    1919class VssPreprocessor : public Preprocessor { 
    2020public: 
    21   int mPass; 
     21   
    2222  int mSamplesPerPass; 
    2323  int mVssSamplesPerPass; 
     
    5656  void CastRays(SimpleRayContainer &rays, VssRayContainer &vssRays); 
    5757 
    58   void 
    59   SetupRay(Ray &ray,  
    60                    const Vector3 &point,  
    61                    const Vector3 &direction 
    62                    ); 
    63  
    64  
    65          
    66   int 
    67   CastRay( 
    68                   const Vector3 &viewPoint, 
    69                   const Vector3 &direction, 
    70                   VssRayContainer &vssRays, 
    71                   const AxisAlignedBox3 &box 
    72                   ); 
    73  
    74  
    7558  bool 
    7659  ExportRays(const char *filename, 
     
    10790                                ); 
    10891   
    109   void CastRay(const BspTree &tree, const VssRay & vssRay); 
    110  
    11192  void TestBeamCasting(VssTree *tre, ViewCellsManager *vm, const ObjectContainer &objects); 
    11293 
     
    11495 
    11596protected: 
    116         int CastInternalRay( 
    117                 const Vector3 &viewPoint, 
    118                 const Vector3 &direction, 
    119                 VssRayContainer &vssRays, 
    120                 const AxisAlignedBox3 &sbox); 
    121  
    122         int CastIntelDoubleRay( 
    123                 const Vector3 &viewPoint, 
    124                 const Vector3 &direction, 
    125                 VssRayContainer &vssRays, 
    126                 const AxisAlignedBox3 &sbox); 
    127  
    128         Intersectable *CastIntelSingleRay( 
    129                         const Vector3 &viewPoint, 
    130                         const Vector3 &direction, 
    131                         Vector3 &tPoint, 
    132                         const AxisAlignedBox3 &abox); 
     97                 
     98  
    13399 
    134100        void CastRays16(SimpleRayContainer &rays,  
Note: See TracChangeset for help on using the changeset viewer.