00001 #ifndef _VUVOLUMEREGULARUNIMODAL3D1BINTENSITY_H_ 00002 #define _VUVOLUMEREGULARUNIMODAL3D1BINTENSITY_H_ 00003 00004 #include "../1B.h" 00005 #include "vuTFunc/vuTFIntensity.h" 00006 00008 00009 class vu111211; 00010 typedef vu111211 vuVolumeRegularUnimodal3d1BIntensity; 00011 00013 00014 class vu111211 : public vu11121 00015 { 00016 public: 00018 00025 void setTransferFunc(const vuTFIntensity& tf); 00027 const vuTFIntensity &getTransferFunc() const; 00028 00029 protected: 00031 vuTFIntensity m_TFunc; 00032 }; 00033 00034 #endif