![]() |
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.
|
#include <ActionParameter.h>
Public Member Functions | |
| virtual bool | import_from_string (const std::string &str)=0 |
| virtual std::string | export_to_string () const =0 |
| Export the contents of the parameter to string. | |
| virtual bool | has_extension () const =0 |
| Has extended information in the derived class. | |
| 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. | |
Base class needed for uniform access to import and export the value in a uniform way.
|
pure virtual |
Import a parameter from a string. The function returns true if the import succeeded
Implemented in Core::ActionParameter< std::string >, Seg3D::LayerActionGroupID, Seg3D::LayerActionLayerIDList, Core::ActionParameter< T >, and Seg3D::LayerActionLayerID.
1.8.10