ssPolyDatatoAttitudeScrollFilter.h

Go to the documentation of this file.
00001 /* $Id: ssPolyDatatoAttitudeScrollFilter.h,v 1.5 2005/11/02 03:55:44 pfb Exp $ */
00002 
00003 #ifndef _ssPolyDatatoAttitudeScrollFilter_h
00004 #define _ssPolyDatatoAttitudeScrollFilter_h
00005 
00010 #include "ssPolyDatatoAttitudeFilter.h"
00011 
00019 class VTK_EXPORT ssPolyDatatoAttitudeScrollFilter
00020                  : public ssPolyDatatoAttitudeFilter
00021   {
00022   //****************************************************************************
00023                              public:
00024 
00030   static ssPolyDatatoAttitudeScrollFilter *New();
00031 
00035   vtkTypeMacro(ssPolyDatatoAttitudeScrollFilter,
00036                ssPolyDatatoAttitudeFilter);
00037 
00043   void PrintSelf(ostream& os, vtkIndent indent);
00044 
00045   //****************************************************************************
00046                              protected:
00047 
00051   ssPolyDatatoAttitudeScrollFilter();
00052 
00056   ~ssPolyDatatoAttitudeScrollFilter();
00057 
00065   virtual void Execute();
00066  
00067   //****************************************************************************
00068                              private:
00069 
00073   ssPolyDatatoAttitudeScrollFilter(const ssPolyDatatoAttitudeScrollFilter&);
00074   ssPolyDatatoAttitudeScrollFilter&
00075     operator=(const ssPolyDatatoAttitudeScrollFilter& );
00076   
00077   };
00078 
00079 
00080 /*
00081  * $Log: ssPolyDatatoAttitudeScrollFilter.h,v $
00082  * Revision 1.5  2005/11/02 03:55:44  pfb
00083  * Fixed doxygen tags.
00084  *
00085  * Revision 1.4  2005/07/06 05:09:16  pfb
00086  * Removed unused headers and decls.
00087  *
00088  * Revision 1.3  2005/05/10 17:08:02  pfb
00089  * Added module info.
00090  *
00091  * Revision 1.2  2005/03/01 04:45:01  pfb
00092  * Added documentation.
00093  *
00094  * Revision 1.1  2004/12/15 03:38:20  pfb
00095  * Initial rev.
00096  *
00097  *
00098  */
00099 
00103 #endif