From: kgv Date: Thu, 16 Apr 2020 13:51:31 +0000 (+0300) Subject: 0031502: Coding - New warnings after integration fix for 0031456 X-Git-Tag: V7_5_0_beta~223 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=b8a00b410a6961a7b9dccd8da6919888088a8be3 0031502: Coding - New warnings after integration fix for 0031456 Deprecated AIS class aliases have been moved from PrsDim to AIS package. --- diff --git a/src/AIS/AIS_AngleDimension.hxx b/src/AIS/AIS_AngleDimension.hxx new file mode 100644 index 0000000000..5e99810f7c --- /dev/null +++ b/src/AIS/AIS_AngleDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_AngleDimension_HeaderFile +#define _AIS_AngleDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_AngleDimension AIS_AngleDimension; + +#endif // _AIS_AngleDimension_HeaderFile diff --git a/src/AIS/AIS_Chamf2dDimension.hxx b/src/AIS/AIS_Chamf2dDimension.hxx new file mode 100644 index 0000000000..4ebb17eb20 --- /dev/null +++ b/src/AIS/AIS_Chamf2dDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_Chamf2dDimension_HeaderFile +#define _AIS_Chamf2dDimension_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_Chamf2dDimension AIS_Chamf2dDimension; + +#endif // _AIS_Chamf2dDimension_HeaderFile diff --git a/src/AIS/AIS_Chamf3dDimension.hxx b/src/AIS/AIS_Chamf3dDimension.hxx new file mode 100644 index 0000000000..92446f7ce4 --- /dev/null +++ b/src/AIS/AIS_Chamf3dDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_Chamf3dDimension_HeaderFile +#define _AIS_Chamf3dDimension_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_Chamf3dDimension AIS_Chamf3dDimension; + +#endif // _AIS_Chamf3dDimension_HeaderFile diff --git a/src/AIS/AIS_ConcentricRelation.hxx b/src/AIS/AIS_ConcentricRelation.hxx new file mode 100644 index 0000000000..46d570f9e6 --- /dev/null +++ b/src/AIS/AIS_ConcentricRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_ConcentricRelation_HeaderFile +#define _AIS_ConcentricRelation_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_ConcentricRelation AIS_ConcentricRelation; + +#endif // _AIS_ConcentricRelation_HeaderFile diff --git a/src/AIS/AIS_DiameterDimension.hxx b/src/AIS/AIS_DiameterDimension.hxx new file mode 100644 index 0000000000..bc13501993 --- /dev/null +++ b/src/AIS/AIS_DiameterDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_DiameterDimension_HeaderFile +#define _AIS_DiameterDimension_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_DiameterDimension AIS_DiameterDimension; + +#endif // _AIS_DiameterDimension_HeaderFile diff --git a/src/AIS/AIS_Dimension.hxx b/src/AIS/AIS_Dimension.hxx new file mode 100644 index 0000000000..0892585945 --- /dev/null +++ b/src/AIS/AIS_Dimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_Dimension_HeaderFile +#define _AIS_Dimension_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_Dimension AIS_Dimension; + +#endif // _AIS_Dimension_HeaderFile diff --git a/src/AIS/AIS_DimensionOwner.hxx b/src/AIS/AIS_DimensionOwner.hxx new file mode 100644 index 0000000000..e0c714d8ca --- /dev/null +++ b/src/AIS/AIS_DimensionOwner.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_DimensionOwner_HeaderFile +#define _AIS_DimensionOwner_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_DimensionOwner AIS_DimensionOwner; + +#endif // _AIS_DimensionOwner_HeaderFile diff --git a/src/AIS/AIS_EllipseRadiusDimension.hxx b/src/AIS/AIS_EllipseRadiusDimension.hxx new file mode 100644 index 0000000000..5d20c5f2d3 --- /dev/null +++ b/src/AIS/AIS_EllipseRadiusDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_EllipseRadiusDimension_HeaderFile +#define _AIS_EllipseRadiusDimension_HeaderFile + +#include + +Standard_DEPRECATED("Alias to moved class") +typedef PrsDim_EllipseRadiusDimension AIS_EllipseRadiusDimension; + +#endif // _AIS_EllipseRadiusDimension_HeaderFile diff --git a/src/AIS/AIS_EqualDistanceRelation.hxx b/src/AIS/AIS_EqualDistanceRelation.hxx new file mode 100644 index 0000000000..10102cbb5e --- /dev/null +++ b/src/AIS/AIS_EqualDistanceRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_EqualDistanceRelation_HeaderFile +#define _AIS_EqualDistanceRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_EqualDistanceRelation AIS_EqualDistanceRelation; + +#endif // _AIS_EqualDistanceRelation_HeaderFile diff --git a/src/AIS/AIS_EqualRadiusRelation.hxx b/src/AIS/AIS_EqualRadiusRelation.hxx new file mode 100644 index 0000000000..3f924301f7 --- /dev/null +++ b/src/AIS/AIS_EqualRadiusRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_EqualRadiusRelation_HeaderFile +#define _AIS_EqualRadiusRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_EqualRadiusRelation AIS_EqualRadiusRelation; + +#endif // _AIS_EqualRadiusRelation_HeaderFile diff --git a/src/AIS/AIS_FixRelation.hxx b/src/AIS/AIS_FixRelation.hxx new file mode 100644 index 0000000000..1adedde858 --- /dev/null +++ b/src/AIS/AIS_FixRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_FixRelation_HeaderFile +#define _AIS_FixRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_FixRelation AIS_FixRelation; + +#endif // _AIS_FixRelation_HeaderFile diff --git a/src/AIS/AIS_IdenticRelation.hxx b/src/AIS/AIS_IdenticRelation.hxx new file mode 100644 index 0000000000..02eb6e406b --- /dev/null +++ b/src/AIS/AIS_IdenticRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_IdenticRelation_HeaderFile +#define _AIS_IdenticRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_IdenticRelation AIS_IdenticRelation; + +#endif // _AIS_IdenticRelation_HeaderFile diff --git a/src/AIS/AIS_LengthDimension.hxx b/src/AIS/AIS_LengthDimension.hxx new file mode 100644 index 0000000000..a79cf351a0 --- /dev/null +++ b/src/AIS/AIS_LengthDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_LengthDimension_HeaderFile +#define _AIS_LengthDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_LengthDimension AIS_LengthDimension; + +#endif // _AIS_LengthDimension_HeaderFile diff --git a/src/AIS/AIS_MaxRadiusDimension.hxx b/src/AIS/AIS_MaxRadiusDimension.hxx new file mode 100644 index 0000000000..e8614a4ce3 --- /dev/null +++ b/src/AIS/AIS_MaxRadiusDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_MaxRadiusDimension_HeaderFile +#define _AIS_MaxRadiusDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_MaxRadiusDimension AIS_MaxRadiusDimension; + +#endif // _AIS_MaxRadiusDimension_HeaderFile diff --git a/src/AIS/AIS_MidPointRelation.hxx b/src/AIS/AIS_MidPointRelation.hxx new file mode 100644 index 0000000000..a58e049005 --- /dev/null +++ b/src/AIS/AIS_MidPointRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_MidPointRelation_HeaderFile +#define _AIS_MidPointRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_MidPointRelation AIS_MidPointRelation; + +#endif // _AIS_MidPointRelation_HeaderFile diff --git a/src/AIS/AIS_MinRadiusDimension.hxx b/src/AIS/AIS_MinRadiusDimension.hxx new file mode 100644 index 0000000000..dce761bb13 --- /dev/null +++ b/src/AIS/AIS_MinRadiusDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_MinRadiusDimension_HeaderFile +#define _AIS_MinRadiusDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_MinRadiusDimension AIS_MinRadiusDimension; + +#endif // _AIS_MinRadiusDimension_HeaderFile diff --git a/src/AIS/AIS_OffsetDimension.hxx b/src/AIS/AIS_OffsetDimension.hxx new file mode 100644 index 0000000000..cb9b27f2cf --- /dev/null +++ b/src/AIS/AIS_OffsetDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_OffsetDimension_HeaderFile +#define _AIS_OffsetDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_OffsetDimension AIS_OffsetDimension; + +#endif // _AIS_OffsetDimension_HeaderFile diff --git a/src/AIS/AIS_ParallelRelation.hxx b/src/AIS/AIS_ParallelRelation.hxx new file mode 100644 index 0000000000..c4b0d78f48 --- /dev/null +++ b/src/AIS/AIS_ParallelRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_ParallelRelation_HeaderFile +#define _AIS_ParallelRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_ParallelRelation AIS_ParallelRelation; + +#endif // _AIS_ParallelRelation_HeaderFile diff --git a/src/AIS/AIS_PerpendicularRelation.hxx b/src/AIS/AIS_PerpendicularRelation.hxx new file mode 100644 index 0000000000..1e1a08933e --- /dev/null +++ b/src/AIS/AIS_PerpendicularRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_PerpendicularRelation_HeaderFile +#define _AIS_PerpendicularRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_PerpendicularRelation AIS_PerpendicularRelation; + +#endif // _AIS_PerpendicularRelation_HeaderFile diff --git a/src/AIS/AIS_RadiusDimension.hxx b/src/AIS/AIS_RadiusDimension.hxx new file mode 100644 index 0000000000..c48e4ebdc0 --- /dev/null +++ b/src/AIS/AIS_RadiusDimension.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_RadiusDimension_HeaderFile +#define _AIS_RadiusDimension_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_RadiusDimension AIS_RadiusDimension; + +#endif // _AIS_RadiusDimension_HeaderFile diff --git a/src/AIS/AIS_Relation.hxx b/src/AIS/AIS_Relation.hxx new file mode 100644 index 0000000000..45dfe3f843 --- /dev/null +++ b/src/AIS/AIS_Relation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_Relation_HeaderFile +#define _AIS_Relation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_Relation AIS_Relation; + +#endif // _AIS_Relation_HeaderFile diff --git a/src/AIS/AIS_SymmetricRelation.hxx b/src/AIS/AIS_SymmetricRelation.hxx new file mode 100644 index 0000000000..d452b8b364 --- /dev/null +++ b/src/AIS/AIS_SymmetricRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_SymmetricRelation_HeaderFile +#define _AIS_SymmetricRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_SymmetricRelation AIS_SymmetricRelation; + +#endif // _AIS_SymmetricRelation_HeaderFile diff --git a/src/AIS/AIS_TangentRelation.hxx b/src/AIS/AIS_TangentRelation.hxx new file mode 100644 index 0000000000..ea7159f050 --- /dev/null +++ b/src/AIS/AIS_TangentRelation.hxx @@ -0,0 +1,22 @@ +// Copyright (c) 2020 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _AIS_TangentRelation_HeaderFile +#define _AIS_TangentRelation_HeaderFile + +#include + +Standard_DEPRECATED("Deprecated alias to moved class") +typedef PrsDim_TangentRelation AIS_TangentRelation; + +#endif // _AIS_TangentRelation_HeaderFile diff --git a/src/AIS/FILES b/src/AIS/FILES index 0343a90f69..b7749696ac 100644 --- a/src/AIS/FILES +++ b/src/AIS/FILES @@ -118,3 +118,26 @@ AIS_ViewInputBuffer.hxx AIS_ViewCube.cxx AIS_ViewCube.hxx AIS_WalkDelta.hxx +AIS_AngleDimension.hxx +AIS_Chamf2dDimension.hxx +AIS_Chamf3dDimension.hxx +AIS_ConcentricRelation.hxx +AIS_DiameterDimension.hxx +AIS_Dimension.hxx +AIS_DimensionOwner.hxx +AIS_EllipseRadiusDimension.hxx +AIS_EqualDistanceRelation.hxx +AIS_EqualRadiusRelation.hxx +AIS_FixRelation.hxx +AIS_IdenticRelation.hxx +AIS_LengthDimension.hxx +AIS_MaxRadiusDimension.hxx +AIS_MidPointRelation.hxx +AIS_MinRadiusDimension.hxx +AIS_OffsetDimension.hxx +AIS_ParallelRelation.hxx +AIS_PerpendicularRelation.hxx +AIS_RadiusDimension.hxx +AIS_Relation.hxx +AIS_SymmetricRelation.hxx +AIS_TangentRelation.hxx diff --git a/src/PrsDim/AIS_AngleDimension.hxx b/src/PrsDim/AIS_AngleDimension.hxx deleted file mode 100644 index 5e99810f7c..0000000000 --- a/src/PrsDim/AIS_AngleDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_AngleDimension_HeaderFile -#define _AIS_AngleDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_AngleDimension AIS_AngleDimension; - -#endif // _AIS_AngleDimension_HeaderFile diff --git a/src/PrsDim/AIS_Chamf2dDimension.hxx b/src/PrsDim/AIS_Chamf2dDimension.hxx deleted file mode 100644 index 4ebb17eb20..0000000000 --- a/src/PrsDim/AIS_Chamf2dDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_Chamf2dDimension_HeaderFile -#define _AIS_Chamf2dDimension_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_Chamf2dDimension AIS_Chamf2dDimension; - -#endif // _AIS_Chamf2dDimension_HeaderFile diff --git a/src/PrsDim/AIS_Chamf3dDimension.hxx b/src/PrsDim/AIS_Chamf3dDimension.hxx deleted file mode 100644 index 92446f7ce4..0000000000 --- a/src/PrsDim/AIS_Chamf3dDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_Chamf3dDimension_HeaderFile -#define _AIS_Chamf3dDimension_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_Chamf3dDimension AIS_Chamf3dDimension; - -#endif // _AIS_Chamf3dDimension_HeaderFile diff --git a/src/PrsDim/AIS_ConcentricRelation.hxx b/src/PrsDim/AIS_ConcentricRelation.hxx deleted file mode 100644 index 46d570f9e6..0000000000 --- a/src/PrsDim/AIS_ConcentricRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_ConcentricRelation_HeaderFile -#define _AIS_ConcentricRelation_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_ConcentricRelation AIS_ConcentricRelation; - -#endif // _AIS_ConcentricRelation_HeaderFile diff --git a/src/PrsDim/AIS_DiameterDimension.hxx b/src/PrsDim/AIS_DiameterDimension.hxx deleted file mode 100644 index bc13501993..0000000000 --- a/src/PrsDim/AIS_DiameterDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_DiameterDimension_HeaderFile -#define _AIS_DiameterDimension_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_DiameterDimension AIS_DiameterDimension; - -#endif // _AIS_DiameterDimension_HeaderFile diff --git a/src/PrsDim/AIS_Dimension.hxx b/src/PrsDim/AIS_Dimension.hxx deleted file mode 100644 index 0892585945..0000000000 --- a/src/PrsDim/AIS_Dimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_Dimension_HeaderFile -#define _AIS_Dimension_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_Dimension AIS_Dimension; - -#endif // _AIS_Dimension_HeaderFile diff --git a/src/PrsDim/AIS_DimensionOwner.hxx b/src/PrsDim/AIS_DimensionOwner.hxx deleted file mode 100644 index e0c714d8ca..0000000000 --- a/src/PrsDim/AIS_DimensionOwner.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_DimensionOwner_HeaderFile -#define _AIS_DimensionOwner_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_DimensionOwner AIS_DimensionOwner; - -#endif // _AIS_DimensionOwner_HeaderFile diff --git a/src/PrsDim/AIS_EllipseRadiusDimension.hxx b/src/PrsDim/AIS_EllipseRadiusDimension.hxx deleted file mode 100644 index 5d20c5f2d3..0000000000 --- a/src/PrsDim/AIS_EllipseRadiusDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_EllipseRadiusDimension_HeaderFile -#define _AIS_EllipseRadiusDimension_HeaderFile - -#include - -Standard_DEPRECATED("Alias to moved class") -typedef PrsDim_EllipseRadiusDimension AIS_EllipseRadiusDimension; - -#endif // _AIS_EllipseRadiusDimension_HeaderFile diff --git a/src/PrsDim/AIS_EqualDistanceRelation.hxx b/src/PrsDim/AIS_EqualDistanceRelation.hxx deleted file mode 100644 index 10102cbb5e..0000000000 --- a/src/PrsDim/AIS_EqualDistanceRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_EqualDistanceRelation_HeaderFile -#define _AIS_EqualDistanceRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_EqualDistanceRelation AIS_EqualDistanceRelation; - -#endif // _AIS_EqualDistanceRelation_HeaderFile diff --git a/src/PrsDim/AIS_EqualRadiusRelation.hxx b/src/PrsDim/AIS_EqualRadiusRelation.hxx deleted file mode 100644 index 3f924301f7..0000000000 --- a/src/PrsDim/AIS_EqualRadiusRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_EqualRadiusRelation_HeaderFile -#define _AIS_EqualRadiusRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_EqualRadiusRelation AIS_EqualRadiusRelation; - -#endif // _AIS_EqualRadiusRelation_HeaderFile diff --git a/src/PrsDim/AIS_FixRelation.hxx b/src/PrsDim/AIS_FixRelation.hxx deleted file mode 100644 index 1adedde858..0000000000 --- a/src/PrsDim/AIS_FixRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_FixRelation_HeaderFile -#define _AIS_FixRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_FixRelation AIS_FixRelation; - -#endif // _AIS_FixRelation_HeaderFile diff --git a/src/PrsDim/AIS_IdenticRelation.hxx b/src/PrsDim/AIS_IdenticRelation.hxx deleted file mode 100644 index 02eb6e406b..0000000000 --- a/src/PrsDim/AIS_IdenticRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_IdenticRelation_HeaderFile -#define _AIS_IdenticRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_IdenticRelation AIS_IdenticRelation; - -#endif // _AIS_IdenticRelation_HeaderFile diff --git a/src/PrsDim/AIS_LengthDimension.hxx b/src/PrsDim/AIS_LengthDimension.hxx deleted file mode 100644 index a79cf351a0..0000000000 --- a/src/PrsDim/AIS_LengthDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_LengthDimension_HeaderFile -#define _AIS_LengthDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_LengthDimension AIS_LengthDimension; - -#endif // _AIS_LengthDimension_HeaderFile diff --git a/src/PrsDim/AIS_MaxRadiusDimension.hxx b/src/PrsDim/AIS_MaxRadiusDimension.hxx deleted file mode 100644 index e8614a4ce3..0000000000 --- a/src/PrsDim/AIS_MaxRadiusDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_MaxRadiusDimension_HeaderFile -#define _AIS_MaxRadiusDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_MaxRadiusDimension AIS_MaxRadiusDimension; - -#endif // _AIS_MaxRadiusDimension_HeaderFile diff --git a/src/PrsDim/AIS_MidPointRelation.hxx b/src/PrsDim/AIS_MidPointRelation.hxx deleted file mode 100644 index a58e049005..0000000000 --- a/src/PrsDim/AIS_MidPointRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_MidPointRelation_HeaderFile -#define _AIS_MidPointRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_MidPointRelation AIS_MidPointRelation; - -#endif // _AIS_MidPointRelation_HeaderFile diff --git a/src/PrsDim/AIS_MinRadiusDimension.hxx b/src/PrsDim/AIS_MinRadiusDimension.hxx deleted file mode 100644 index dce761bb13..0000000000 --- a/src/PrsDim/AIS_MinRadiusDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_MinRadiusDimension_HeaderFile -#define _AIS_MinRadiusDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_MinRadiusDimension AIS_MinRadiusDimension; - -#endif // _AIS_MinRadiusDimension_HeaderFile diff --git a/src/PrsDim/AIS_OffsetDimension.hxx b/src/PrsDim/AIS_OffsetDimension.hxx deleted file mode 100644 index cb9b27f2cf..0000000000 --- a/src/PrsDim/AIS_OffsetDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_OffsetDimension_HeaderFile -#define _AIS_OffsetDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_OffsetDimension AIS_OffsetDimension; - -#endif // _AIS_OffsetDimension_HeaderFile diff --git a/src/PrsDim/AIS_ParallelRelation.hxx b/src/PrsDim/AIS_ParallelRelation.hxx deleted file mode 100644 index c4b0d78f48..0000000000 --- a/src/PrsDim/AIS_ParallelRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_ParallelRelation_HeaderFile -#define _AIS_ParallelRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_ParallelRelation AIS_ParallelRelation; - -#endif // _AIS_ParallelRelation_HeaderFile diff --git a/src/PrsDim/AIS_PerpendicularRelation.hxx b/src/PrsDim/AIS_PerpendicularRelation.hxx deleted file mode 100644 index 1e1a08933e..0000000000 --- a/src/PrsDim/AIS_PerpendicularRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_PerpendicularRelation_HeaderFile -#define _AIS_PerpendicularRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_PerpendicularRelation AIS_PerpendicularRelation; - -#endif // _AIS_PerpendicularRelation_HeaderFile diff --git a/src/PrsDim/AIS_RadiusDimension.hxx b/src/PrsDim/AIS_RadiusDimension.hxx deleted file mode 100644 index c48e4ebdc0..0000000000 --- a/src/PrsDim/AIS_RadiusDimension.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_RadiusDimension_HeaderFile -#define _AIS_RadiusDimension_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_RadiusDimension AIS_RadiusDimension; - -#endif // _AIS_RadiusDimension_HeaderFile diff --git a/src/PrsDim/AIS_Relation.hxx b/src/PrsDim/AIS_Relation.hxx deleted file mode 100644 index 45dfe3f843..0000000000 --- a/src/PrsDim/AIS_Relation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_Relation_HeaderFile -#define _AIS_Relation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_Relation AIS_Relation; - -#endif // _AIS_Relation_HeaderFile diff --git a/src/PrsDim/AIS_SymmetricRelation.hxx b/src/PrsDim/AIS_SymmetricRelation.hxx deleted file mode 100644 index d452b8b364..0000000000 --- a/src/PrsDim/AIS_SymmetricRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_SymmetricRelation_HeaderFile -#define _AIS_SymmetricRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_SymmetricRelation AIS_SymmetricRelation; - -#endif // _AIS_SymmetricRelation_HeaderFile diff --git a/src/PrsDim/AIS_TangentRelation.hxx b/src/PrsDim/AIS_TangentRelation.hxx deleted file mode 100644 index ea7159f050..0000000000 --- a/src/PrsDim/AIS_TangentRelation.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2020 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _AIS_TangentRelation_HeaderFile -#define _AIS_TangentRelation_HeaderFile - -#include - -Standard_DEPRECATED("Deprecated alias to moved class") -typedef PrsDim_TangentRelation AIS_TangentRelation; - -#endif // _AIS_TangentRelation_HeaderFile diff --git a/src/PrsDim/FILES b/src/PrsDim/FILES index d0efcd91cb..03d27fbc4a 100644 --- a/src/PrsDim/FILES +++ b/src/PrsDim/FILES @@ -54,26 +54,3 @@ PrsDim_KindOfSurface.hxx PrsDim_TypeOfAngle.hxx PrsDim_TypeOfAngleArrowVisibility.hxx PrsDim_TypeOfDist.hxx -AIS_AngleDimension.hxx -AIS_Chamf2dDimension.hxx -AIS_Chamf3dDimension.hxx -AIS_ConcentricRelation.hxx -AIS_DiameterDimension.hxx -AIS_Dimension.hxx -AIS_DimensionOwner.hxx -AIS_EllipseRadiusDimension.hxx -AIS_EqualDistanceRelation.hxx -AIS_EqualRadiusRelation.hxx -AIS_FixRelation.hxx -AIS_IdenticRelation.hxx -AIS_LengthDimension.hxx -AIS_MaxRadiusDimension.hxx -AIS_MidPointRelation.hxx -AIS_MinRadiusDimension.hxx -AIS_OffsetDimension.hxx -AIS_ParallelRelation.hxx -AIS_PerpendicularRelation.hxx -AIS_RadiusDimension.hxx -AIS_Relation.hxx -AIS_SymmetricRelation.hxx -AIS_TangentRelation.hxx