Ignore:
Timestamp:
10/10/06 16:42:52 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1582 r1603  
    479479        ////////////////////////////////////////////////////////////////// 
    480480 
    481  
    482         /** Returns true if the view cell is equivalent to a  
    483                 node of the spatial hierarchy. This function can be used for merged 
    484                 view cell. 
    485                 e.g. to see if the spatial tree can be reduced on this location 
    486                 note: not implemented 
    487         */ 
    488         virtual bool EqualToSpatialNode(ViewCell *viewCell) const; 
    489  
    490481        /** If true, the kd nodes are stored instead of the object pvs. 
    491482        */ 
     
    966957        void CollectMergeCandidates(const VssRayContainer &rays, vector<MergeCandidate> &candidates); 
    967958 
    968         /** Returns true if this view cell is equivavalent to a spatial node. 
    969         */ 
    970         bool EqualToSpatialNode(ViewCell *viewCell) const; 
    971  
    972  
    973959        void ExportSingleViewCells( 
    974960                const ObjectContainer &objects, 
     
    986972        int ComputeBoxIntersections(const AxisAlignedBox3 &box, ViewCellContainer &viewCells) const; 
    987973         
    988         /** Returns node of the spatial hierarchy corresponding to the view cell 
    989                 if such a node exists. 
    990         */ 
    991         BspNode *GetSpatialNode(ViewCell *viewCell) const; 
    992  
    993974        /** Merges view cells according to some criteria 
    994975        */ 
Note: See TracChangeset for help on using the changeset viewer.