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 | |
ParserFunction (std::string function_id, std::string type) | |
Constructor. | |
ParserFunction (std::string function_id, std::string type, int fflags) | |
virtual | ~ParserFunction () |
Virtual destructor so we can do dynamic casts on this class. | |
std::string | get_function_id () |
Retieve the function ID string. | |
std::string | get_return_type () |
Retrieve the function return type. | |
int | get_flags () |
Retrieve the function flags. | |