mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0024708: Convertation of the generic classes to the non-generic. Part 2
Generic classes from "AppParCurves" package: "AppDef_SmoothCriterion", "AppDef_LinearCriteria" and "AppDef_Variational" moved to the corresponding non-generic classes "AppDef_SmoothCriterion", "AppDef_LinearCriteria" and "AppDef_Variational" to "AppDef" package. Also several "*.cxx" files of "AppDef_Variational" class merged to one ".cxx". Generic class from "IntImp" package: "IntImp_ZerCOnSSParFunc" moved to the corresponding non-generic class "IntPatch_CSFunction" to "IntPatch" package. Next unused generic classes were removed: - IntCurveSurface_SurfaceTool - Intf_InterferencePolygon3d And some other minor changes.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <AppParCurves_HArray1OfConstraintCouple.hxx>
|
||||
#include <AppDef_TheVariational.hxx>
|
||||
#include <AppDef_Variational.hxx>
|
||||
|
||||
static Standard_Boolean scal = 1;
|
||||
#ifdef DEB
|
||||
@@ -466,7 +466,7 @@ void AppBlend_AppSurf::InternalPerform(const Handle(TheLine)& Lin,
|
||||
TABofCC->ChangeValue(1).SetConstraint(Cfirst);
|
||||
TABofCC->ChangeValue(NbPoint).SetConstraint(Clast);
|
||||
|
||||
AppDef_TheVariational Variation(multL, 1, NbPoint, TABofCC);
|
||||
AppDef_Variational Variation(multL, 1, NbPoint, TABofCC);
|
||||
|
||||
//===================================
|
||||
Standard_Integer theMaxSegments = 1000;
|
||||
|
Reference in New Issue
Block a user