Seg3D
2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
|
Parameter for an action. More...
#include <ActionParameter.h>
Public Member Functions | |
ActionParameter (T ¶meter) | |
virtual bool | import_from_string (const std::string &str) |
virtual std::string | export_to_string () const |
export the contents of the parameter to string | |
virtual bool | has_extension () const |
Has extended information in the derived class. | |
Public Member Functions inherited from Core::ActionParameterBase | |
bool | is_persistent () const |
Whether the parameter should be included when export an action to string. | |
void | set_persistent (bool persistent) |
Set the persistent property of the action parameter. | |
Protected Attributes | |
T & | parameter_ |
The actual parameter (as a reference) | |
Parameter for an action.
|
inlinevirtual |
import a parameter from a string. The function returns true if the import succeeded
Implements Core::ActionParameterBase.