00001 00016 #ifndef INC_MIE_SHAPE_H 00017 #define INC_MIE_SHAPE_H 00018 00019 #ifndef INC_MIE_GEOMETRIC_H 00020 #include <mie/geometric.h> 00021 #endif 00022 00023 00024 00025 namespace MIE { 00026 00027 // ************************************************************************ 00028 00029 // The base class for an individual import/export job 00030 class JOB_SHAPE : public JOB_GEOMETRIC { 00031 public: 00032 JOB_SHAPE ( 00033 const FORMAT& format, 00034 const SETTINGS& settings 00035 ); 00036 00037 virtual ~JOB_SHAPE (); 00038 00039 // XXX Fill in stuff here. 00040 00041 private: 00042 }; 00043 00044 } // end of MIE NAMESPACE 00045 00046 #endif
1.6.1