Ignore:
Timestamp:
02/08/06 15:05:04 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r600 r605  
    213213        /** Returns render cost of a single view cell given the render cost of an object. 
    214214        */ 
    215         virtual float GetRendercost(ViewCell *viewCell, float objRendercost) const = 0; 
     215        virtual float GetRendercost(ViewCell *viewCell, float objRendercost) const ; 
    216216 
    217217        /** Returns container of loaded / generated view cells. 
     
    521521         
    522522        float GetProbability(ViewCell *viewCell); 
    523         float GetRendercost(ViewCell *viewCell, float objRendercost) const; 
     523         
    524524 
    525525        /** Get a viewcell containing the specified point */ 
     
    603603 
    604604        float GetProbability(ViewCell *viewCell); 
    605         float GetRendercost(ViewCell *viewCell, float objRendercost) const; 
     605 
    606606 
    607607        void CreateMesh(ViewCell *vc); 
     
    669669 
    670670        float GetProbability(ViewCell *viewCell); 
    671         float GetRendercost(ViewCell *viewCell, float objRendercost) const; 
     671         
    672672 
    673673        void CreateMesh(ViewCell *vc); 
     
    728728 
    729729        float GetProbability(ViewCell *viewCell); 
    730         float GetRendercost(ViewCell *viewCell, float objRendercost) const; 
     730         
    731731         
    732732        ViewCell *GetViewCell(const Vector3 &point) const; 
Note: See TracChangeset for help on using the changeset viewer.