00001 #ifndef __FourConnectedSE__ 00002 #define __FourConnectedSE__ 00003 00004 00005 00006 00025 #include "StructuredElement.hpp" 00026 00027 00028 class FourConnectedSE : public StructuredElement 00029 { 00030 public: 00031 FourConnectedSE(); 00032 virtual ~FourConnectedSE(){} 00033 00034 00035 virtual void report(FILE* file){} 00036 00037 }; 00038 00039 #endif