Ignore:
Timestamp:
04/27/06 12:01:26 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h

    r829 r841  
    104104        GeometryBounds                  mMeshBounds; 
    105105 
    106         MeshSimplifier                  *ms; 
    107         TreeSimplifier                  *mts; 
     106        MeshSimplifier                  *mMeshSimplifier; 
     107        TreeSimplifier                  *mTreeSimplifier; 
    108108        char                                                            *nombremesh; 
    109109        SimplificationType      simplificacionState; 
     
    246246        void    createQslimSequence(); 
    247247 
     248        //      Create a siplification sequence of the leaves. 
     249        void    createLeavesSequence(); 
     250 
    248251        //      Stripify the mesh object. 
    249252        void    stripify(); 
Note: See TracChangeset for help on using the changeset viewer.