CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Classes | Functions
ctkCmdLineModuleDescription.h File Reference
#include <ctkCommandLineModulesCoreExport.h>
#include <QList>
#include <QSharedDataPointer>
Include dependency graph for ctkCmdLineModuleDescription.h:

Go to the source code of this file.

Classes

class  ctkCmdLineModuleDescription
 Description of the parameters of a command line module.The parameters can be used for automated GUI generation or execution of the module, and are directly related to the XML description used to describe the command line module parameters. More...
 

Functions

CTK_CMDLINEMODULECORE_EXPORT QTextStream & operator<< (QTextStream &os, const ctkCmdLineModuleDescription &module)
 

Function Documentation

CTK_CMDLINEMODULECORE_EXPORT QTextStream& operator<< ( QTextStream &  os,
const ctkCmdLineModuleDescription module 
)