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 std::string | export_to_string () const =0 |
export the contents of the parameter to string | |
virtual bool | import_from_string (const std::string &str)=0 |
virtual const std::type_info & | internal_type () const =0 |
|
pure virtual |
import a parameter from a string. The function returns true if the import succeeded
Implemented in Core::Variant, and Core::VariantT< T >.
|
pure virtual |
Return a const reference to the type_info object representing the actual type of value currently stored by the Variant object.
Implemented in Core::Variant, and Core::VariantT< T >.