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.
|
Public Member Functions | |
virtual bool | translate_provenance (ProvenanceIDList &input_provenance)=0 |
virtual std::string | export_to_provenance_string (size_t &input_counter, bool single_input) const =0 |
virtual bool | has_extension () const |
Public Member Functions inherited from Core::ActionParameterBase | |
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. | |
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. | |
|
pure virtual |
EXPORT_TO_PROVENANCE_STRING Export the contents of the parameter to a provenance string. This means layer ids will be translated to provenance id.
Implemented in Seg3D::LayerActionGroupID, Seg3D::LayerActionLayerIDList, and Seg3D::LayerActionLayerID.
|
virtual |
HAS_EXTENSION Has extended information in the derived class.
Implements Core::ActionParameterBase.
|
pure virtual |
TRANSLATE_PROVENANCE Translate provenance inputs into current object. The function will also add input provenance ids to a list recording dependencies.
Implemented in Seg3D::LayerActionGroupID, Seg3D::LayerActionLayerIDList, and Seg3D::LayerActionLayerID.