Ignore:
Timestamp:
06/28/06 17:50:02 (18 years ago)
Author:
gumbau
Message:

MultiIndexData? replaced by IndexData?

File:
1 edited

Legend:

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

    r1058 r1069  
    127127                        void    LoadStripMesh(char *name, Mesh *geomesh); 
    128128 
    129                         Geometry::CREATEMULTIINDEXDATAFUNC create_multi_index_data_func; 
     129                        Geometry::CREATEINDEXDATAFUNC create_index_data_func; 
    130130 
    131131                        //      Strips vector. 
     
    136136                public: 
    137137 
    138                         MultiIndexData *dataRetrievalInterface; 
     138                        IndexData *dataRetrievalInterface; 
    139139                         
    140140                        /**     Constructor, receives as a parameter the name of the file 
    141141                         *      including the multiresolution object. 
    142142                        */ 
    143                         LodStripsLibrary(std::string, Mesh *geomesh, CREATEMULTIINDEXDATAFUNC midfun=NULL); 
     143                        LodStripsLibrary(std::string, Mesh *geomesh, CREATEINDEXDATAFUNC idfun=NULL); 
    144144 
    145145                        /// Destructor. 
    146146                        ~LodStripsLibrary(void); 
    147  
    148                         /// Returns the highest LOD. 
    149                         uint32  MaxLod(); 
    150  
    151                         /// Returns the lowest LOD. 
    152                         uint32  MinLod(); 
    153147 
    154148                        /// Returns de current LOD and changes to the specified LOD. 
Note: See TracChangeset for help on using the changeset viewer.