 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
22 #ifndef CTKCMDLINEMODULERESULT_H
23 #define CTKCMDLINEMODULERESULT_H
25 #include "ctkCommandLineModulesCoreExport.h"
27 #include <QSharedPointer>
29 struct ctkCmdLineModuleResultPrivate;
70 QSharedPointer<ctkCmdLineModuleResultPrivate> d;
75 #endif // CTKCMDLINEMODULERESULT_H
ctkCmdLineModuleResult(const ctkCmdLineModuleResult &other)
ctkCmdLineModuleResult(const QString ¶meter, const QVariant &value)
~ctkCmdLineModuleResult()
bool operator==(const ctkCmdLineModuleResult &other) const
ctkCmdLineModuleResult & operator=(const ctkCmdLineModuleResult &other)
QVariant value() const
Get the result value.
CTK_CMDLINEMODULECORE_EXPORT QDebug operator<<(QDebug debug, const ctkCmdLineModuleResult &result)
Describes a reported result of a command line module.
QString parameter() const
Get the name of the output parameter for which this result was reported.