#ifndef __CPPLUGINSGENERICFILTERS__JOINBOUNDINGBOXES__H__ #define __CPPLUGINSGENERICFILTERS__JOINBOUNDINGBOXES__H__ #include #include 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$