Ignore:
Timestamp:
02/04/06 21:36:40 (18 years ago)
Author:
mattausch
Message:

implemented some code for merge history loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r587 r590  
    514514        void Finalize(ViewCell *viewCell, const bool createMesh); 
    515515 
     516        bool ExportViewCells(const string filename); 
     517 
    516518protected: 
     519 
     520        /** HACK 
     521        */ 
     522        void AddCurrentViewCellsToHierarchy(); 
    517523 
    518524        void CollectViewCells(); 
     
    719725protected: 
    720726 
     727        /** HACK 
     728        */ 
     729        void AddCurrentViewCellsToHierarchy(); 
     730 
    721731        /** Merges the view cells. 
    722732        */ 
Note: See TracChangeset for help on using the changeset viewer.