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

vuSphVwFlt_Black.cpp

Go to the documentation of this file.
00001 #include "vuSphVwFlt_Black.h"
00002 
00003 template <int S, class T>
00004 vuSphVwFlt_Black<S,T>::vuSphVwFlt_Black()
00005 {
00006 }
00007 
00008 template <int S, class T>
00009 vuSphVwFlt_Black<S,T>::vuSphVwFlt_Black(const vuString& filterName)
00010   : vuSphericViewFilter<S,T>(filterName)
00011 {
00012 }
00013 
00014 template <int S, class T>
00015 vuSphVwFlt_Black<S,T>::~vuSphVwFlt_Black()
00016 {
00017 }
00018 
00019 template <int S, class T>
00020 void vuSphVwFlt_Black<S,T>::filter(vuCamera *camera)
00021 {
00022   // do nothing (black image)
00023 }
00024 

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