Ignore:
Timestamp:
10/12/06 01:05:47 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1589 r1614  
    182182        void SetParent(BvhInterior *parent); 
    183183 
     184        // collects all objects under this node 
     185        virtual void CollectObjects(ObjectContainer &objects) = 0; 
    184186        /** The bounding box specifies the node extent. 
    185187        */ 
     
    255257                return s << A.mBoundingBox; 
    256258        } 
    257  
     259virtual void CollectObjects(ObjectContainer &objects); 
    258260protected: 
    259261 
     
    291293                mSubdivisionCandidate = candidate;  
    292294        } 
    293  
     295virtual void CollectObjects(ObjectContainer &objects); 
    294296public: 
    295297 
Note: See TracChangeset for help on using the changeset viewer.