| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::WithParameter Struct Reference This class describes parameters on a plug-in. More...
Inheritance diagram for tlp::WithParameter:
Collaboration diagram for tlp::WithParameter:
Public Member Functions
Protected AttributesDetailed DescriptionThis class describes parameters on a plug-in. These parameters can be of any type, and are used to generate a GUI that will be shown when the plug-in in invoked by the user. It is mainly used by algorithms to display options to the user, e.g. a clustering algorithm can let the user choose which measure to use. Member Function Documentation
template<typename T >
Adds an INOUT parameter to the plug-in.
template<typename T >
Adds an IN parameter to the plug-in.
template<typename T >
Adds an OUT parameter to the plug-in.
template<typename T >
Adds an IN parameter to the plug-in (deprecated)
Retrieves the parameters.
Member Data DocumentationThe internal structure storing the parameters. |
Tulip Software by LaBRI Visualization Team 2001 - 2012 |