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.
|
Functions for databasing the function calls that make up the program. More...
#include <ArrayMathFunction.h>
Public Member Functions | |
ArrayMathFunction (ArrayMathFunctionObject function, std::string function_id, std::string function_type, int function_flags) | |
Build a new function. | |
ArrayMathFunctionObject | get_function () |
Public Member Functions inherited from Core::ParserFunction | |
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. | |
Functions for databasing the function calls that make up the program.
This class is used to describe each function in the system It describes the name + input arguments, the return type, additional flags and a pointer the the actual function that needs to be called