Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BCC/Unimodal/3d/1B/Intensity/intensity.cpp

Go to the documentation of this file.
00001 #include "intensity.h"
00002 
00003 //----------------------------------------------------------------------------
00004 //------------------------- public setTransferFunc() -------------------------
00005 //----------------------------------------------------------------------------
00006 
00007 void vu151211::setTransferFunc(const vuTFIntensity& tf)
00008 {
00009     m_TFunc = tf;
00010 }
00011 
00012 //----------------------------------------------------------------------------
00013 //------------------------- public getTransferFunc() -------------------------
00014 //----------------------------------------------------------------------------
00015 
00016 const vuTFIntensity &vu151211::getTransferFunc() const
00017 {
00018     return m_TFunc;
00019 }

Generated on Wed Dec 15 21:20:29 2004 for vuVolume by  doxygen 1.3.9.1