Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
ModelParameterSource.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: ModelParameterSource.h
3//-----------------------------------------------------------------------------
4// Project: Kactus 2
5// Author: Esko Pekkarinen
6// Date: 18.09.2014
7//
8// Description:
9// Interface for import plugins creating model parameters.
10//-----------------------------------------------------------------------------
11
12#ifndef MODELPARAMETERSOURCE_H
13#define MODELPARAMETERSOURCE_H
14
16
17//-----------------------------------------------------------------------------
19//-----------------------------------------------------------------------------
21{
22public:
23
26
33
34};
35
36#endif // MODELPARAMETERSOURCE_H
Interface for import plugins creating model parameters.
virtual ~ModelParameterSource()
The destructor.
virtual void setModelParameterVisualizer(ModelParameterVisualizer *visualizer)=0
Interface for model parameter visualizers in component import.