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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | List of all members
Core::VariantBase Class Referenceabstract
Inheritance diagram for Core::VariantBase:
Core::Variant Core::VariantT< T >

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
 

Member Function Documentation

virtual bool Core::VariantBase::import_from_string ( const std::string &  str)
pure virtual

import a parameter from a string. The function returns true if the import succeeded

Implemented in Core::Variant, and Core::VariantT< T >.

virtual const std::type_info& Core::VariantBase::internal_type ( ) const
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 >.


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