Ignore:
Timestamp:
01/21/07 00:40:56 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1996 r2003  
    3030        /** Default constructor initialising e.g., KD tree 
    3131        */ 
    32         InternalRayCaster(const Preprocessor &preprocessor, KdTree *kdTree); 
     32        InternalRayCaster(const Preprocessor &preprocessor); 
    3333        virtual ~InternalRayCaster(); 
    3434 
     
    6060protected: 
    6161 
    62         KdTree *mKdTree; 
     62        //KdTree *mKdTree; 
    6363}; 
    6464 
Note: See TracChangeset for help on using the changeset viewer.