Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Functions
Expr_Operators.hxx File Reference
#include <Expr_GeneralExpression.hxx>
#include <Expr_NumericValue.hxx>
#include <Expr_Sum.hxx>
#include <Expr_UnaryMinus.hxx>
#include <Expr_Difference.hxx>
#include <Expr_Product.hxx>
#include <Expr_Division.hxx>

Functions

occ::handle< Expr_Sumoperator+ (const occ::handle< Expr_GeneralExpression > &x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Sumoperator+ (const double x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Sumoperator+ (const occ::handle< Expr_GeneralExpression > &x, const double y)
 
occ::handle< Expr_Differenceoperator- (const occ::handle< Expr_GeneralExpression > &x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Differenceoperator- (const double x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Differenceoperator- (const occ::handle< Expr_GeneralExpression > &x, const double y)
 
occ::handle< Expr_UnaryMinusoperator- (const occ::handle< Expr_GeneralExpression > &x)
 
occ::handle< Expr_Productoperator* (const occ::handle< Expr_GeneralExpression > &x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Productoperator* (const double x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Productoperator* (const occ::handle< Expr_GeneralExpression > &x, const double y)
 
occ::handle< Expr_Divisionoperator/ (const occ::handle< Expr_GeneralExpression > &x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Divisionoperator/ (const double x, const occ::handle< Expr_GeneralExpression > &y)
 
occ::handle< Expr_Divisionoperator/ (const occ::handle< Expr_GeneralExpression > &x, const double y)
 

Function Documentation

◆ operator*() [1/3]

◆ operator*() [2/3]

◆ operator*() [3/3]

◆ operator+() [1/3]

◆ operator+() [2/3]

◆ operator+() [3/3]

◆ operator-() [1/4]

◆ operator-() [2/4]

◆ operator-() [3/4]

◆ operator-() [4/4]

◆ operator/() [1/3]

◆ operator/() [2/3]

◆ operator/() [3/3]