Ignore:
Timestamp:
05/24/06 10:47:49 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/SimplificationMethod.h

    r774 r980  
    1212{ 
    1313private: 
     14        Geometry::Mesh  *mGeoMesh; 
    1415        void compute_pair_info(qslim::pair_info*); 
    1516        qslim::Model M0; 
     
    5657        SimplificationMethod(const Geometry::Mesh *m); 
    5758        void geomesh2simplifModel(void); 
    58         Geometry::MeshSimplificationSequence *Decimate(float lod, Geometry::Mesh **mesh, int simpliftype,Geometry::TIPOFUNC     upb=0); 
     59        Geometry::MeshSimplificationSequence *Decimate(float lod, int simpliftype,Geometry::TIPOFUNC    upb=0); 
    5960        void setMeshLeaves(int meshLeaves); 
    6061 
     62        //      Gets mesh simplified. 
     63        Geometry::Mesh  *       GetMesh(); 
     64         
    6165        ///Destructor 
    6266        ~SimplificationMethod(); 
Note: See TracChangeset for help on using the changeset viewer.