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 | List of all members
Core::ParserFunctionCatalog Class Reference

#include <ParserFunctionCatalog.h>

Inheritance diagram for Core::ParserFunctionCatalog:
Core::ArrayMathFunctionCatalog

Public Member Functions

 ParserFunctionCatalog ()
 Constructor.
 
void add_function (ParserFunction *function)
 
bool find_function (std::string function_id, ParserFunction *&function)
 Retrieve a function from the data base.
 
void print ()
 For debugging.
 

Detailed Description

ParserFunctionCatalog: This class contains a list of functions that are available, and hence is used for validating the program The ParserFunctionCatalog serves two purposes:

Member Function Documentation

void Core::ParserFunctionCatalog::add_function ( ParserFunction function)

Add definitions of functions to the list Various calls with different amounts of arguments


The documentation for this class was generated from the following files: