Ignore:
Timestamp:
07/09/07 09:58:07 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2224 r2538  
    377377                                                const Vector3 &termination, 
    378378                                                ViewCellContainer &viewcells); 
    379                  
    380379        /** Sets pointer to view cells manager. 
    381380        */ 
    382381        void SetViewCellsManager(ViewCellsManager *vcm); 
    383  
    384382        /** Writes tree to output stream 
    385383        */ 
    386384        bool Export(OUT_STREAM &stream); 
    387  
    388385        /** Returns or creates a new intersectable for use in a kd based pvs. 
    389386                The OspTree is responsible for destruction of the intersectable. 
    390387        */ 
    391388        KdIntersectable *GetOrCreateKdIntersectable(KdNode *node); 
    392  
    393389        /** Collects rays stored in the leaves. 
    394390        */ 
    395391        void CollectRays(VssRayContainer &rays); 
    396  
    397392        /** Intersects box with the tree and returns the number of intersected boxes. 
    398393                @returns number of view cells found 
Note: See TracChangeset for help on using the changeset viewer.