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 <ParserVariable.h>
Public Member Functions | |
ParserVariable (std::string name, std::string type) | |
ParserVariable (std::string name, std::string type, int flags) | |
std::string | get_type () |
Retrieve the type of the variable. | |
void | set_type (std::string type) |
Set the type of the variable. | |
int | get_flags () |
Retrieve the flags of the variable. | |
std::string | get_name () |
Get the name of the variable. | |
ParserVariable: A variable for the the parser program. This class contains the names of the variables that are defined at the start of the program and which need to be defined at the end of the program