Helper class to avoid function template. More...
#include <cmtkCommandLine.h>
Static Public Member Functions | |
static mxml_node_t * | MakeXML (const Item *item, mxml_node_t *const parent) |
Make a basic XML node for a generic item based on type, properties, attribute, etc. | |
static std::string | GetParamTypeString (const Item *item) |
Return a textual description of the parameter associated with this option. |
Helper class to avoid function template.
Definition at line 345 of file cmtkCommandLine.h.
std::string cmtk::CommandLine::Item::Helper< T >::GetParamTypeString | ( | const Item * | item ) | [static] |
Return a textual description of the parameter associated with this option.
Definition at line 88 of file cmtkCommandLineItem.txx.
References cmtk::CommandLine::Item::m_Properties, cmtk::CommandLine::PROPS_DIRNAME, cmtk::CommandLine::PROPS_FILENAME, cmtk::CommandLine::PROPS_IMAGE, cmtk::CommandLine::PROPS_LABELS, and cmtk::CommandLine::PROPS_XFORM.
mxml_node_t * cmtk::CommandLine::Item::Helper< T >::MakeXML | ( | const Item * | item, |
mxml_node_t *const | parent | ||
) | [static] |
Make a basic XML node for a generic item based on type, properties, attribute, etc.
Definition at line 36 of file cmtkCommandLineItem.txx.
References cmtk::CommandLine::Item::m_Attributes, cmtk::CommandLine::Item::m_Properties, NULL, cmtk::CommandLine::PROPS_DIRNAME, cmtk::CommandLine::PROPS_FILENAME, cmtk::CommandLine::PROPS_IMAGE, cmtk::CommandLine::PROPS_LABELS, cmtk::CommandLine::PROPS_NOXML, cmtk::CommandLine::PROPS_OUTPUT, and cmtk::CommandLine::PROPS_XFORM.