#ifndef LVOX3_GRID3D_TO_PC_EXPORTER_H #define LVOX3_GRID3D_TO_PC_EXPORTER_H #include "ct_exporter/abstract/ct_abstractexporter.h" class LVOX3_Grid3D_To_PC_Exporter : public CT_AbstractExporter { Q_OBJECT public: LVOX3_Grid3D_To_PC_Exporter(); ~LVOX3_Grid3D_To_PC_Exporter(); virtual QString getExporterCustomName() const; CT_StepsMenu::LevelPredefined getExporterSubMenuName() const; void init(); bool setItemDrawableToExport(const QList &list); bool configureExport(); virtual CT_AbstractExporter* copy() const; protected: bool protectedExportToFile(); }; #endif // LVOX3_GRID3DEXPORTER_H