mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <Expr_Sum.hxx>
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_NumericValue.hxx>
|
||||
|
||||
Expr_BinaryFunction::Expr_BinaryFunction (const Handle(Expr_GeneralFunction)& func, const Handle(Expr_GeneralExpression)& exp1, const Handle(Expr_GeneralExpression)& exp2)
|
||||
{
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include <Expr_NumericValue.hxx>
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
|
||||
Expr_Division::Expr_Division (const Handle(Expr_GeneralExpression)& exp1, const Handle(Expr_GeneralExpression)& exp2)
|
||||
{
|
||||
|
@@ -27,6 +27,7 @@
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Standard_DimensionError.hxx>
|
||||
#include <Expr_NumericValue.hxx>
|
||||
|
||||
Expr_PolyFunction::Expr_PolyFunction (const Handle(Expr_GeneralFunction)& func, const Expr_Array1OfGeneralExpression& exps)
|
||||
{
|
||||
|
@@ -26,6 +26,7 @@
|
||||
#include <Expr_NumericValue.hxx>
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
|
||||
Expr_Product::Expr_Product (const Expr_SequenceOfGeneralExpression& exps)
|
||||
{
|
||||
|
@@ -18,6 +18,7 @@
|
||||
#include <Standard_NoMoreObject.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
#include <Expr_SystemRelation.hxx>
|
||||
#include <Expr_SingleRelation.hxx>
|
||||
|
||||
Expr_RelationIterator::Expr_RelationIterator (const Handle(Expr_GeneralRelation)& rel):myRelation(1,rel->NbOfSingleRelations())
|
||||
{
|
||||
|
@@ -27,6 +27,7 @@
|
||||
#include <Expr_Product.hxx>
|
||||
#include <Expr_Operators.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_NumericValue.hxx>
|
||||
|
||||
Expr_UnaryFunction::Expr_UnaryFunction (const Handle(Expr_GeneralFunction)& func, const Handle(Expr_GeneralExpression)& exp)
|
||||
{
|
||||
|
@@ -18,6 +18,7 @@
|
||||
#include <Standard_NoMoreObject.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
#include <Expr.hxx>
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
|
||||
Expr_UnknownIterator::Expr_UnknownIterator (const Handle(Expr_GeneralExpression)& exp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user