]> Creatis software - cpPlugins.git/blobdiff - plugins/GenericFilters/JoinBoundingBoxes.h
...
[cpPlugins.git] / plugins / GenericFilters / JoinBoundingBoxes.h
diff --git a/plugins/GenericFilters/JoinBoundingBoxes.h b/plugins/GenericFilters/JoinBoundingBoxes.h
deleted file mode 100644 (file)
index ee705a8..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#ifndef __CPPLUGINSGENERICFILTERS__JOINBOUNDINGBOXES__H__
-#define __CPPLUGINSGENERICFILTERS__JOINBOUNDINGBOXES__H__
-
-#include <plugins/cpPluginsGenericFilters_Export.h>
-#include <cpPlugins/ProcessObject.h>
-
-namespace cpPluginsGenericFilters
-{
-  /**
-   */
-  class cpPluginsGenericFilters_EXPORT JoinBoundingBoxes
-    : public cpPlugins::ProcessObject
-  {
-    cpPluginsObject;
-  public:
-    typedef JoinBoundingBoxes               Self;
-    typedef cpPlugins::ProcessObject        Superclass;
-    typedef itk::SmartPointer< Self >       Pointer;
-    typedef itk::SmartPointer< const Self > ConstPointer;
-
-  public:
-    itkNewMacro( Self );
-    itkTypeMacro( JoinBoundingBoxes, cpPlugins::ProcessObject );
-    cpPlugins_Id_Macro( JoinBoundingBoxes, GenericFilters );
-
-  protected:
-    JoinBoundingBoxes( );
-    virtual ~JoinBoundingBoxes( );
-
-    virtual void _GenerateData( ) ITK_OVERRIDE;
-
-  private:
-    // Purposely not implemented
-    JoinBoundingBoxes( const Self& );
-    Self& operator=( const Self& );
-  };
-
-} // ecapseman
-
-#endif // __CPPLUGINSGENERICFILTERS__JOINBOUNDINGBOXES__H__
-
-// eof - $RCSfile$