API Reference > Classes > PRC Mathematical Operators > OdPrcMath1dCombination Class
OdPrcMath1dCombination Class
OdPrcMath1dCombinationOdPrcMath1dCombinationOdPrcMath1dCombination
Syntax
C++
class OdPrcMath1dCombination : public OdPrcMath1d;

PrcMath1dCombination.h

 

Class stores information about the combination of several one-dimensional mathematical functions.

 
Name 
Description 
 
Destroys the mathematical evaluation object. 
OdPrcMath1d Class
 
Name 
Description 
 
The current evaluation algorithm.
 
 
read 
Reads a mathematical evaluation from a specified filer stream.
 
OdPrcMath1dCombination Class
 
Name 
Description 
 
This is the overview for the combinationFunctions method overload. 
 
Evaluates a specified parameter using the following algorithm:
for (i = 0; i < number_of_coefficients; i++) { output = output + coefficient[i] * function[i]; }
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.