Ignore:
Timestamp:
Aug 2, 2014, 11:06:20 AM (10 years ago)
Author:
ldelgass
Message:

merge r3597 from trunk

Location:
nanovis/branches/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1

  • nanovis/branches/1.1/Volume.h

    r3567 r4612  
    277277    TransferFunction *transferFunction()
    278278    {
    279         return _tfPtr;
    280     }
    281 
    282     void transferFunction(TransferFunction *tfPtr)
    283     {
    284         _tfPtr = tfPtr;
     279        return _transferFunc;
     280    }
     281
     282    void transferFunction(TransferFunction *transferFunc)
     283    {
     284        _transferFunc = transferFunc;
    285285    }
    286286
     
    366366     * render this volume.
    367367     */
    368     TransferFunction *_tfPtr;
     368    TransferFunction *_transferFunc;
    369369
    370370    float _ambient;      ///< Ambient material coefficient
Note: See TracChangeset for help on using the changeset viewer.