Ignore:
Timestamp:
02/22/07 16:17:24 (17 years ago)
Author:
gumbau
Message:

Added comments to classes and methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoLodStripsLibrary.cpp

    r2085 r2150  
    328328//      Returns the number of triangles of the highest LOD. 
    329329//------------------------------------------------------------------------- 
    330 uint32  LodStripsLibrary::MaxFaces() 
     330uint32  LodStripsLibrary::MaxFaces() const 
    331331{ 
    332332/*      uint32  number_of_faces; 
     
    355355//      Returns the number of triangles of the lowest LOD. 
    356356//------------------------------------------------------------------------- 
    357 uint32  LodStripsLibrary::MinFaces() 
     357uint32  LodStripsLibrary::MinFaces() const 
    358358{ 
    359359/*      uint32  current_lod; 
Note: See TracChangeset for help on using the changeset viewer.