]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/MeshToMeshFilter.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / MeshToMeshFilter.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..aa3cf1135eab9367ffde6f7820f6df955666e2d2 100644 (file)
@@ -0,0 +1,41 @@
+#ifndef __CPPLUGINS__INTERFACE__MESHTOMESHFILTER__H__
+#define __CPPLUGINS__INTERFACE__MESHTOMESHFILTER__H__
+
+#include <cpPlugins/cpPlugins_Export.h>
+#include <cpPlugins/Interface/FilterObject.h>
+
+namespace cpPlugins
+{
+  namespace Interface
+  {
+    /**
+     */
+    class cpPlugins_EXPORT MeshToMeshFilter
+      : public FilterObject
+    {
+    public:
+      typedef MeshToMeshFilter                Self;
+      typedef FilterObject                    Superclass;
+      typedef itk::SmartPointer< Self >       Pointer;
+      typedef itk::SmartPointer< const Self > ConstPointer;
+
+    public:
+      itkTypeMacro( MeshToMeshFilter, FilterObject );
+
+    protected:
+      MeshToMeshFilter( );
+      virtual ~MeshToMeshFilter( );
+
+    private:
+      // Purposely not implemented
+      MeshToMeshFilter( const Self& );
+      Self& operator=( const Self& );
+    };
+
+  } // ecapseman
+
+} // ecapseman
+
+#endif // __CPPLUGINS__INTERFACE__MESHTOMESHFILTER__H__
+
+// eof - $RCSfile$