Changeset 2546


Ignore:
Timestamp:
08/22/07 09:33:15 (17 years ago)
Author:
mattausch
Message:

added new sampling strategies

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r2538 r2546  
    339339                        <File 
    340340                                RelativePath=".\DefaultPvs.h"> 
     341                        </File> 
     342                        <File 
     343                                RelativePath=".\DifferenceSampling.cpp"> 
     344                        </File> 
     345                        <File 
     346                                RelativePath=".\DifferenceSampling.h"> 
    341347                        </File> 
    342348                        <File 
     
    717723                        </File> 
    718724                        <File 
     725                                RelativePath=".\ReverseGvs.cpp"> 
     726                        </File> 
     727                        <File 
     728                                RelativePath=".\ReverseGvs.h"> 
     729                        </File> 
     730                        <File 
    719731                                RelativePath="..\src\RssPreprocessor.cpp"> 
    720732                        </File> 
     
    10411053                        </File> 
    10421054                        <File 
     1055                                RelativePath=".\sparsehash\src\windows\hash_fun.h"> 
     1056                        </File> 
     1057                        <File 
    10431058                                RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h"> 
    1044                         </File> 
    1045                         <File 
    1046                                 RelativePath=".\sparsehash\src\windows\hash_fun.h"> 
    10471059                        </File> 
    10481060                        <File 
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp

    r2544 r2546  
    39893989        queue<MyTraversalData> tStack; 
    39903990 
    3991         // sort objects by their id 
    3992         //sort(objects.begin(), objects.end(), ilt); 
    3993  
    39943991        // hack: we make a new root 
    39953992        DEL_PTR(mRoot); 
Note: See TracChangeset for help on using the changeset viewer.