#ifndef __vtkKWDICOMImporterPage1_h #define __vtkKWDICOMImporterPage1_h #include "vtkKWFrame.h" #include #include class vtkKWMessageWithLabel; class VTK_EXPORT vtkKWDICOMImporterPage1 : public vtkKWFrame { public: static vtkKWDICOMImporterPage1* New(); vtkTypeRevisionMacro(vtkKWDICOMImporterPage1,vtkKWFrame); protected: vtkKWDICOMImporterPage1(); ~vtkKWDICOMImporterPage1(); // Description: // Create the widget. virtual void CreateWidget(); virtual void CreateAttributes(); virtual void Pack(); vtkKWMessageWithLabel* AttributesMessage; //BTX std::string AttributesText; //ETX private: vtkKWDICOMImporterPage1(const vtkKWDICOMImporterPage1&); // Not implemented. void operator=(const vtkKWDICOMImporterPage1&); // Not implemented. }; #endif