Ignore:
Timestamp:
Jun 14, 2012, 9:34:49 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSet.h

    r374 r379  
    5454
    5555        // Working access
     56        bool isDirty(){return(_dirty);}
     57        void dirty(){_dirty=true;}
     58
    5659        osg::Image* getIntensityMap()  { return _intensityMap; }        // Also for manipulating the intensity map
    5760        bool& getShowIntensityMapOnlyAsRef()    { return _showIntesityMapMapOnly;}
     
    103106
    104107private:
     108        bool _dirty;
    105109        int _distortionMeshRows;
    106110        int _distortionMeshColumns;
Note: See TracChangeset for help on using the changeset viewer.