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

vuSphLfFlt_Line.h

Go to the documentation of this file.
00001 #ifndef _VU_VOLUME_LIGHTFIELD_UNIMODAL_SphLfFlt_Line_H_
00002 #define _VU_VOLUME_LIGHTFIELD_UNIMODAL_SphLfFlt_Line_H_
00003 
00004 #include "../vuSphericFilter.h"
00005 
00006 template <int SIZE, class TYPE>
00007 class vuSphLfFlt_Line : public vuSphericFilter<SIZE,TYPE>
00008 {
00009  protected:
00010   using vuSphericFilter<SIZE,TYPE>::m_volume;
00011   using vuSphericFilter<SIZE,TYPE>::getNearestViews;
00012  public:
00013   vuSphLfFlt_Line(const vuString& filterName);
00014 
00016   void calcFilteredViews(vuSphericView<SIZE,TYPE>**& views, dword& count);
00017   
00019   virtual void preview(int hint);
00020 };
00021 
00022 template class vuSphLfFlt_Line<1,byte>;
00023 template class vuSphLfFlt_Line<2,byte>;
00024 template class vuSphLfFlt_Line<3,byte>;
00025 template class vuSphLfFlt_Line<1,float>;
00026 template class vuSphLfFlt_Line<2,float>;
00027 template class vuSphLfFlt_Line<3,float>;
00028 
00029 typedef vuSphLfFlt_Line<1,byte>  vuSphLfFlt_Line1B;
00030 typedef vuSphLfFlt_Line<2,byte>  vuSphLfFlt_Line2B;
00031 typedef vuSphLfFlt_Line<3,byte>  vuSphLfFlt_Line3B;
00032 typedef vuSphLfFlt_Line<1,float> vuSphLfFlt_Line1F;
00033 typedef vuSphLfFlt_Line<2,float> vuSphLfFlt_Line2F;
00034 typedef vuSphLfFlt_Line<3,float> vuSphLfFlt_Line3F;
00035 
00036 #endif /* _VU_VOLUME_LIGHTFIELD_UNIMODAL_SphLfFlt_Line_H_ */

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