![]() |
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 | |
| ParserScriptFunction (std::string name, ParserFunction *function) | |
| Constructor. | |
| std::string | get_name () |
| Get the name of the function. | |
| size_t | num_input_vars () |
| Get the number of input variables this function depends on. | |
| ParserScriptVariableHandle | get_input_var (size_t j) |
| void | set_input_var (size_t j, ParserScriptVariableHandle &handle) |
| ParserScriptVariableHandle | get_output_var () |
| void | set_output_var (ParserScriptVariableHandle &handle) |
| ParserFunction * | get_function () |
| int | get_flags () |
| void | set_flags (int flags) |
| void | clear_flags () |
| void | print () |
| For debugging. | |
1.8.10