Ignore:
Timestamp:
06/09/06 14:26:57 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

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

    r986 r1009  
    1919//----------------------------------------------------------------------------- 
    2020 
    21 ///     InitList: 
     21//----------------------------------------------------------------------------- 
     22///     InitList. 
     23//----------------------------------------------------------------------------- 
    2224BOOL CustomStripifier::InitList(PLISTHEAD LHead) 
    2325{ 
     
    3335} 
    3436 
    35 ///     AddHead: 
     37//----------------------------------------------------------------------------- 
     38///     AddHead. 
     39//----------------------------------------------------------------------------- 
    3640BOOL CustomStripifier::AddHead(PLISTHEAD LHead, PLISTINFO LInfo) 
    3741{ 
     
    86208624//----------------------------------------------------------------------------- 
    86218625 
    8622 ///     Stripify: 
     8626//----------------------------------------------------------------------------- 
     8627//      Stripify. 
     8628//----------------------------------------------------------------------------- 
    86238629int CustomStripifier::Stripify() 
    86248630{ 
     
    86388644} 
    86398645 
    8640 ///     GetMesh: Return de current Mesh. 
     8646//----------------------------------------------------------------------------- 
     8647//      GetMesh: Return de current Mesh. 
     8648//----------------------------------------------------------------------------- 
    86418649Mesh*   CustomStripifier::GetMesh() 
    86428650{ 
     
    86498657} 
    86508658 
     8659//----------------------------------------------------------------------------- 
    86518660//      Set the progress bar function. 
     8661//----------------------------------------------------------------------------- 
    86528662void    CustomStripifier::SetProgressFunc(TIPOFUNC upb) 
    86538663{ 
     
    86568666} 
    86578667 
     8668//----------------------------------------------------------------------------- 
    86588669// Sets what is the submesh that stores the leaves. 
     8670//----------------------------------------------------------------------------- 
    86598671void CustomStripifier::SetSubMeshLeaves(size_t  submesh) 
    86608672{ 
Note: See TracChangeset for help on using the changeset viewer.