1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0024056: error LNK2019: unresolved external symbol

Clean out the TopOpeBRep* classes

Remove unused private fields.
This commit is contained in:
isn
2016-07-15 18:37:53 +03:00
committed by bugmaster
parent fb66bb2892
commit 0f1deae3b4
15 changed files with 2 additions and 228 deletions

View File

@@ -25,7 +25,6 @@ TopOpeBRep_FaceEdgeIntersector.hxx
TopOpeBRep_FacesFiller.cxx
TopOpeBRep_FacesFiller.hxx
TopOpeBRep_FacesFiller_1.cxx
TopOpeBRep_FacesFiller_VPonR.cxx
TopOpeBRep_FacesIntersector.cxx
TopOpeBRep_FacesIntersector.hxx
TopOpeBRep_FFDumper.cxx

View File

@@ -99,8 +99,6 @@ public:
Standard_EXPORT void Tolerances (Standard_Real& tol1, Standard_Real& tol2) const;
Standard_EXPORT Standard_Real Tolerance2() const;
Standard_EXPORT Standard_Integer NbPoints() const;
Standard_EXPORT Standard_Integer NbSegments() const;

View File

@@ -226,7 +226,6 @@ public:
Standard_EXPORT static Standard_Boolean EqualpPonR (const TopOpeBRep_LineInter& Lrest, const TopOpeBRep_VPointInter& VP1, const TopOpeBRep_VPointInter& VP2);
Standard_EXPORT static Standard_Boolean EqualpP (const TopOpeBRep_LineInter& L, const Standard_Integer iVP1, const Standard_Integer iVP2);

View File

@@ -1,15 +0,0 @@
// Created on: 1995-08-04
// Created by: Jean Yves LEBEY et XPU surtout
// Copyright (c) 1995-1999 Matra Datavision
// Copyright (c) 1999-2014 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.

View File

@@ -45,8 +45,7 @@ public:
Standard_EXPORT static void MakeCurve (const Standard_Real min, const Standard_Real max, const TopOpeBRep_LineInter& L, Handle(Geom_Curve)& C);
Standard_EXPORT static void MakePrivateCurves (const Standard_Real min, const Standard_Real max, const TopOpeBRep_LineInter& L, const TopoDS_Shape& S1, const TopoDS_Shape& S2, Handle(Geom_Curve)& C, Handle(Geom2d_Curve)& PC1, Handle(Geom2d_Curve)& PC2, Standard_Boolean& New, Standard_Real& tolreached2d1, Standard_Real& tolreached2d2);
Standard_EXPORT static Handle(Geom_Curve) MakeBSpline1fromWALKING3d (const TopOpeBRep_LineInter& L);
Standard_EXPORT static Handle(Geom2d_Curve) MakeBSpline1fromWALKING2d (const TopOpeBRep_LineInter& L, const Standard_Integer SI);