]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/MeshToImageFilter.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / MeshToImageFilter.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..97947d1d4456819ea692d469928e31fa8140cc0a 100644 (file)
@@ -0,0 +1,41 @@
+#ifndef __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__
+#define __CPPLUGINS__INTERFACE__MESHTOIMAGEFILTER__H__
+
+#include <cpPlugins/cpPlugins_Export.h>
+#include <cpPlugins/Interface/FilterObject.h>
+
+namespace cpPlugins
+{
+  namespace Interface
+  {
+    /**
+     */
+    class cpPlugins_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$