Ignore:
Timestamp:
06/26/06 11:42:59 (18 years ago)
Author:
gumbau
Message:

GeoLodObject? added as a parent class for GeoLodStripsLibrary? and GeoLodTreeLibrary?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoLodStripsLibrary.h

    r1018 r1056  
    1717#include        <time.h> 
    1818#include        "VertexData.h" 
     19#include "GeoLodObject.h" 
    1920 
    2021namespace Geometry 
     
    7071 
    7172        */ 
    72         class LodStripsLibrary 
     73        class LodStripsLibrary : public Geometry::LodObject 
    7374        { 
    7475                private: 
     
    157158 
    158159                        /// Returns de current LOD and changes to the specified LOD. 
    159                         uint32  GoToLod(uint32); 
     160                        virtual uint32  GoToLod(uint32); 
    160161 
    161162                        /// Establishes the new LOD range. 
Note: See TracChangeset for help on using the changeset viewer.