#ifndef __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__ #define __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__ #include #include namespace cpPlugins { namespace Interface { /** */ class cpPlugins_Interface_EXPORT MeshToImageFilter : public FilterObject { public: typedef MeshToImageFilter Self; typedef FilterObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkTypeMacro( MeshToImageFilter, FilterObject ); protected: MeshToImageFilter( ); virtual ~MeshToImageFilter( ); private: // Purposely not implemented MeshToImageFilter( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__ // eof - $RCSfile$