MeVisLab Toolbox Reference
ml::BaseWithParameterInfo Class Referenceabstract

#include <mlParameterInfo.h>

Inheritance diagram for ml::BaseWithParameterInfo:
ml::Base

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 BasedeepCopy () 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...

Detailed Description

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.

Member Function Documentation

◆ getParameterInfo()

ParameterInfo ml::BaseWithParameterInfo::getParameterInfo ( ) const

Get parameter info. Redirects to _getParameterInfo().


The documentation for this class was generated from the following file:
  • FMEstable/ReleaseMeVis/Projects/ParameterInfo/MLParameterInfo/Sources/mlParameterInfo.h