|
MeVisLab Toolbox Reference
|
#include <mlParameterInfo.h>
Public Member Functions | |
| ParameterInfo | getParameterInfo () const |
| Get parameter info. Redirects to _getParameterInfo(). | |
| Public Member Functions inherited from ml::Base | |
| Base () | |
| Constructor. | |
| virtual | ~Base () |
| Destructor. | |
| virtual Base * | deepCopy () const |
| bool | isOfAllowedType (const std::vector< const RuntimeType * > &types) const |
| virtual bool | isRefCountedBase () const |
| Returns whether the instance is derived from RefCountedBase. | |
| virtual std::string | detailString () const |
| virtual bool | implementsPersistence (PersistenceInterface) const |
| virtual std::string | persistentState () const |
| Returns a string describing the object's internal state. | |
| virtual void | setPersistentState (const std::string &state) |
| virtual void | addStateToTree (TreeNode *) const |
| Attaches the object state as children of the given parent node. | |
| virtual void | readStateFromTree (TreeNode *) |
| Reads the object state from the children of the given parent node. | |
| virtual void | writeTo (AbstractPersistenceOutputStream *) const |
| virtual void | readFrom (AbstractPersistenceInputStream *, int) |
Additional Inherited Members | |
| Public Types inherited from ml::Base | |
| enum | PersistenceInterface { PersistenceByString , PersistenceByTreeNode , PersistenceByStream } |
| This enum describes the different persistence interfaces available. More... | |
Mixin class to support generic getParameterInfo() object wrapping of supporting classes (e.g. for inspection in the MeVisLab Output Inspector)
Definition at line 51 of file mlParameterInfo.h.
| ParameterInfo ml::BaseWithParameterInfo::getParameterInfo | ( | ) | const |
Get parameter info. Redirects to _getParameterInfo().