Ignore:
Timestamp:
10/05/06 11:15:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1570 r1571  
    586586                Exporter *exporter,  
    587587                const AxisAlignedBox3 *box, 
    588                 const AxisAlignedPlane *clipPlane = NULL) const; 
     588                const AxisAlignedPlane *clipPlane = NULL, 
     589                const bool colorCode = 0) const; 
    589590 
    590591        /** Sets exporter color. 
    591592        */ 
    592         virtual void ExportColor(Exporter *exporter, ViewCell *vc) const; 
     593        virtual void ExportColor(Exporter *exporter, ViewCell *vc, const bool colorCode) const; 
    593594         
    594595        /** Creates meshes from the view cells. 
Note: See TracChangeset for help on using the changeset viewer.