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 | List of all members
Seg3D::LayerActionParameter Class Referenceabstract
Inheritance diagram for Seg3D::LayerActionParameter:
Core::ActionParameterBase Seg3D::LayerActionGroupID Seg3D::LayerActionLayerID Seg3D::LayerActionLayerIDList

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.
 

Member Function Documentation

virtual std::string Seg3D::LayerActionParameter::export_to_provenance_string ( size_t &  input_counter,
bool  single_input 
) const
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.

bool Seg3D::LayerActionParameter::has_extension ( ) const
virtual

HAS_EXTENSION Has extended information in the derived class.

Implements Core::ActionParameterBase.

virtual bool Seg3D::LayerActionParameter::translate_provenance ( ProvenanceIDList &  input_provenance)
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.


The documentation for this class was generated from the following files: