Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Step8.h
/*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.
See LICENSE.txt or http://www.mitk.org for details.
===================================================================*/
#ifndef STEP8_H
#define STEP8_H
#include "Step6.h"
#ifndef DOXYGEN_IGNORE
class Step8 : public Step6
{
Q_OBJECT
public:
Step8(int argc, char *argv[], QWidget *parent = nullptr);
~Step8() {}
protected:
virtual void SetupWidgets() override;
protected slots:
};
#endif // DOXYGEN_IGNORE
#endif // STEP8_H