Ignore:
Timestamp:
05/24/07 18:33:00 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h

    r2353 r2394  
    655655                                                                           const bool exportRays, 
    656656                                                                           const int maxRays, 
    657                                                                            const string prefix, 
     657                                                                           const string &prefix, 
    658658                                                                           VssRayContainer *visRays = NULL) = NULL; 
    659659 
     
    756756        virtual void ExportColor(Exporter *exporter,  
    757757                                                         ViewCell *vc,  
    758                                                          const bool colorCode) const; 
     758                                                         const int colorCode) const; 
    759759 
    760760        /** Creates meshes from the view cells. 
     
    985985                                                           const bool exportRays, 
    986986                                                           const int maxRays, 
    987                                                            const string prefix, 
     987                                                           const string &prefix, 
    988988                                                           VssRayContainer *visRays = NULL); 
    989989 
     
    10701070                                                           const bool exportRays, 
    10711071                                                           const int maxRays, 
    1072                                                            const string prefix, 
     1072                                                           const string &prefix, 
    10731073                                                           VssRayContainer *visRays = NULL); 
    10741074 
     
    11591159                                                           const bool exportRays,                
    11601160                                                           const int maxRays, 
    1161                                                            const string prefix, 
     1161                                                           const string &prefix, 
    11621162                                                           VssRayContainer *visRays = NULL); 
    11631163 
     
    12921292                                                           const bool exportRays, 
    12931293                                                           const int maxRays, 
    1294                                                            const string prefix, 
     1294                                                           const string &prefix, 
    12951295                                                           VssRayContainer *visRays = NULL); 
    12961296         
Note: See TracChangeset for help on using the changeset viewer.