Skip to content
Snippets Groups Projects
Commit f4c75e9c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Cloned GUI/Model/Sample/Item3D.h -> GUI/Model/Type/NamedItem.h

parent 1c28529f
No related branches found
No related tags found
1 merge request!2387unify code for list views
// ************************************************************************************************
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Type/NamedItem.h
//! @brief Defines and implements class Item3D.
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2021
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_TYPE_NAMEDITEM_H
#define BORNAGAIN_GUI_MODEL_TYPE_NAMEDITEM_H
//! Base class of items that can be at the root of a realspace 3D representation
class Item3D {
public:
virtual ~Item3D() = default;
};
#endif // BORNAGAIN_GUI_MODEL_TYPE_NAMEDITEM_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment