ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
AlgebraicFormula Struct Reference

#include <Ccd0ExpImp.h>

Data Fields

std::string asteExpression
 
char ** constNames
 
std::string expresssion
 
std::string invAsteExpression
 
std::string invExpression
 
std::string name
 
int numberOfConstNames
 
int numberOfVariableNames
 
char ** variableNames
 

Detailed Description

This structure represents the algebraic formula, e.g. Linear, Quadratic, Rational.

Definition at line 192 of file Ccd0ExpImp.h.

Field Documentation

std::string AlgebraicFormula::asteExpression

Formula prefix expression

Definition at line 204 of file Ccd0ExpImp.h.

char** AlgebraicFormula::constNames

names of the constants in the formula

Definition at line 197 of file Ccd0ExpImp.h.

std::string AlgebraicFormula::expresssion

formula expression in the form of string

Definition at line 202 of file Ccd0ExpImp.h.

std::string AlgebraicFormula::invAsteExpression

Inverse-formula prefix expression

Definition at line 205 of file Ccd0ExpImp.h.

std::string AlgebraicFormula::invExpression

Inverse-formula expression

Definition at line 203 of file Ccd0ExpImp.h.

std::string AlgebraicFormula::name

algebraic formula name

Definition at line 194 of file Ccd0ExpImp.h.

int AlgebraicFormula::numberOfConstNames

no of constants in the formula

Definition at line 196 of file Ccd0ExpImp.h.

int AlgebraicFormula::numberOfVariableNames

number of variables in the formula

Definition at line 199 of file Ccd0ExpImp.h.

char** AlgebraicFormula::variableNames

name of the variables in the formula

Definition at line 200 of file Ccd0ExpImp.h.


The documentation for this struct was generated from the following file: