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.
|
#include <ParserTree.h>
Public Member Functions | |
ParserTree (std::string varname, ParserNodeHandle expression) | |
std::string | get_varname () |
Retrieve the name of the variable that needs to be assigned. | |
ParserNodeHandle | get_expression_tree () |
Retrieve the tree for computing the expression. | |
void | set_expression_tree (ParserNodeHandle &handle) |
Set expression tree. | |
void | set_type (std::string type) |
Set the final output type of the expression. | |
std::string | get_type () |
Retrieve final output type. | |
void | print () |
ParserTree : This class is the toplevel class of an expression. It binds the output variable with the tree of nodes that describe how a variable is computed.