OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Enumerations
ossimTerm.h File Reference
#include <ossim/base/ossimConstants.h>
#include <vector>
#include <cmath>

Go to the source code of this file.

Classes

class  ossimTerm
 An abstract class to containing a multivariable function. More...
 
class  ossimMonom
 A monomial class to hold a monomial as a term. More...
 
class  ossimPolynomial
 A polynomial class to hold a polynomial as a term. More...
 
class  ossimProd
 A polynomial class to hold a product as a term. More...
 
class  ossimVar
 A variable class to hold a variable as a term. More...
 
class  ossimConst
 A constant class to hold a constant as a term. More...
 

Enumerations

enum  termType : ossim_uint32 {
  monomial, polynomial, variable, constant,
  product
}
 Mathematical term data structure for ossim. More...
 

Enumeration Type Documentation

◆ termType

Mathematical term data structure for ossim.

Author
Dylan Thomas Cannisi
Date
07/24/2017
   See top level LICENSE.txt file.

Different types for terms in a function

Enumerator
monomial 
polynomial 
variable 
constant 
product 

Definition at line 22 of file ossimTerm.h.

22  : ossim_uint32 {
23  monomial,
24  polynomial,
25  variable,
26  constant,
27  product
28 };
unsigned int ossim_uint32